Use currentColor for dim-labels

This commit is contained in:
Satyajit Sahoo
2013-09-10 15:36:34 +05:30
parent f029bf0fa6
commit eb0bb81c26
+2 -9
View File
@@ -756,15 +756,8 @@ GtkInfoBar {
}
.view.dim-label,
.dim-label,
.dim-label:hover,
.dim-label:focus {
color: mix(@theme_fg_color, @theme_bg_color, 0.5);
}
.dim-label:selected,
.dim-label:selected:focus {
color: mix(@theme_selected_fg_color, @theme_selected_bg_color, 0.5);
.dim-label {
color: alpha(currentColor, 0.55);
}
.dnd {