mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 12:34:28 +01:00
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:
parent
4f82032a16
commit
1559583ce3
@ -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,
|
||||
@ -771,4 +775,4 @@ sup {vertical-align: super;}
|
||||
.dir-rtl .o2k7Skin span,
|
||||
.dir-rtl .o2k7Skin *,
|
||||
.dir-rtl .o2k7Skin .mceText,
|
||||
.dir-rtl .o2k7Skin .mceListBox .mceText {text-align:right;}
|
||||
.dir-rtl .o2k7Skin .mceListBox .mceText {text-align:right;}
|
||||
|
Loading…
x
Reference in New Issue
Block a user