You are viewing an old version of this page. Return to the latest version.
Version of 19:49, 23 March 2021 by Webmaster
Difference between revisions of "MediaWiki:Template.css"
(Created page with "li > input[type=text] .disabled { width: auto; background-color: #002159; color: #FFFFFF; font-weight: bold; }") |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | input[type="text"][disabled] { | |
− | + | background-color: #660000; | |
− | background-color: # | ||
color: #FFFFFF; | color: #FFFFFF; | ||
font-weight: bold; | font-weight: bold; | ||
} | } |
Latest revision as of 20:03, 23 March 2021
input[type="text"][disabled] {
background-color: #660000;
color: #FFFFFF;
font-weight: bold;
}