MDL-26958 Core Themes:adding css patch to base theme so hidden elements are dimmed

This patch also fixes MDL-27160 - the same bug which affects many CORE themes like Binarus and Nonzeo. This patch also a small element of a patch supplied by Thomas Lake in Tracker MDL-26958 (most of which already exists in Base theme).
This commit is contained in:
Mary Evans
2011-04-15 00:49:22 +01:00
parent 50467e50c9
commit d59a75a841
+4
View File
@@ -20,12 +20,16 @@ abbr {cursor: help;}
.centerpara,
.mdl-align {text-align: center;}
a.dimmed,
a.dimmed:link,
a.dimmed:visited,
a.dimmed_text,
.dimmed_text,
.dimmed_text a,
.dimmed_category,
.dimmed_category a {color:#AAAAAA;}
fieldset#general {border-color: #ddd;}
.unlist,
.unlist li,
.inline-list,