MediaWiki:Gadget-morebits.css: Difference between revisions

Content added Content deleted
imported>AzaToth
m (v2.0-512-gcd9a8ee: Merge pull request #158 from mariushoch/master)
(v2.0-618-g1bcbdf7: morebits.css: gray out the label of disabled radios/checkboxes; protect: add support for the new templateeditor protection level)
Line 84: Line 84:
height: 4em;
height: 4em;
font-size: 150%;
font-size: 150%;
}

form.quickform input:disabled + label
{
color: gray;
}
}