MediaWiki
Difference between revisions of "Common.css"
m |
|||
Line 1: | Line 1: | ||
− | #site-tools, #page-tools { | + | #site-tools, #page-tools, .wb-language-fallback-indicator { |
display:none; | display:none; | ||
} | } |
Revision as of 18:17, 10 April 2018
#site-tools, #page-tools, .wb-language-fallback-indicator {
display:none;
}
input:not([type]),
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
box-shadow: none;
}