Difference between revisions of "MediaWiki:Template.css"

Line 1: Line 1:
input[type="text"] disabled{
+
input[type="text"][disabled] {
 
width: auto;
 
width: auto;
 
background-color: #002159;
 
background-color: #002159;

Revision as of 20:00, 23 March 2021

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