MediaWiki
Difference between revisions of "Common.css"
(Annulation des modifications 872 de 0x010C (discussion)) |
|||
Line 1: | Line 1: | ||
#site-tools, #page-tools { | #site-tools, #page-tools { | ||
display:none; | 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; | ||
} | } |
Revision as of 16:04, 10 April 2018
#site-tools, #page-tools {
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;
}