Skip to content

Commit

Permalink
MDL-31008 themes: (base theme) reversed MDL-26712 by making dimmed ob…
Browse files Browse the repository at this point in the history
…jects grey and added new rule for dimmed activity label text to give 50% transparancy instead
  • Loading branch information
Mary Evans authored and Aparup Banerjee committed Mar 13, 2012
1 parent 7456f0b commit b713f5c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions theme/base/style/core.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -35,9 +35,14 @@ a.dimmed_text:visited,
.dimmed_text a:link, .dimmed_text a:link,
.dimmed_text a:visited, .dimmed_text a:visited,
.dimmed_category, .dimmed_category,
.dimmed_category a { height: 1%; opacity: 0.5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); } .dimmed_category a {

color: #AAA;
.unlist, }
.activity.label .dimmed_text {
opacity: 0.5;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
}.unlist,
.unlist li, .unlist li,
.inline-list, .inline-list,
.inline-list li, .inline-list li,
Expand Down

0 comments on commit b713f5c

Please sign in to comment.