Difference between revisions of "MediaWiki:Template.css"

 
Line 1: Line 1:
 
input[type="text"][disabled] {
 
input[type="text"][disabled] {
background-color: #002159;
+
background-color: #660000;
 
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;
}