Difference between revisions of "MediaWiki:Template.css"

 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
input[type=text] disabled {
+
input[type="text"][disabled] {
width: auto;
+
background-color: #660000;
background-color: #002159;
 
 
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;
}