Use currentColor for dim-labels

pull/63/head
Satyajit Sahoo 2013-09-10 15:36:34 +05:30
parent f029bf0fa6
commit eb0bb81c26
1 changed files with 2 additions and 9 deletions

View File

@ -756,15 +756,8 @@ GtkInfoBar {
} }
.view.dim-label, .view.dim-label,
.dim-label, .dim-label {
.dim-label:hover, color: alpha(currentColor, 0.55);
.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);
} }
.dnd { .dnd {