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 committed by Sam Hemelryk
parent 4f82032a16
commit 1559583ce3

View File

@ -22,12 +22,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,