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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user