MDL-31008 themes : (base theme) reversed MDL-26712 by making dimmed objects grey and added new rule for dimmed activity label text to give 50% transparancy instead
This commit is contained in:
committed by
Aparup Banerjee
parent
6a0d8209d1
commit
5e5ebb39cf
@@ -39,8 +39,14 @@ a.dimmed_text:visited,
|
||||
.usersuspended a:link,
|
||||
.usersuspended a:visited,
|
||||
.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;
|
||||
]
|
||||
.activity.label .dimmed_text {
|
||||
opacity: 0.5;
|
||||
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.unlist,
|
||||
.unlist li,
|
||||
.inline-list,
|
||||
|
||||
Reference in New Issue
Block a user