MediaWiki

Difference between revisions of "Common.css"

m
(useless since we switched from timeless to foreground)
Line 1: Line 1:
#site-tools, #page-tools, .wb-language-fallback-indicator {
 
  display:none;
 
}
 
 
 
input:not([type]),
 
input:not([type]),
 
input[type="text"],
 
input[type="text"],

Revision as of 13:11, 18 December 2018

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;
}