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

Revision as of 19:53, 23 March 2021

input[type=text] .disabled {
	width: auto;
	background-color: #002159;
	color: #FFFFFF;
	font-weight: bold;
}