Skip to content

Commit

Permalink
MDL-26712 Themes - Correcting text dimming for hidden labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnfwlr committed Nov 3, 2011
1 parent f08f22c commit 2c5be3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/base/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ a.dimmed_text:visited,
.dimmed_text a:link,
.dimmed_text a:visited,
.dimmed_category,
.dimmed_category a {color:#AAAAAA;}
.dimmed_category a { height: 1%; opacity: 0.5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); }

.unlist,
.unlist li,
Expand Down

0 comments on commit 2c5be3e

Please sign in to comment.