From eb0bb81c267322f9d244739664aa61e381fb6a03 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Tue, 10 Sep 2013 15:36:34 +0530 Subject: [PATCH] Use currentColor for dim-labels --- gtk-3.0/gtk-widgets.css | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css index 895b338..c3887c5 100644 --- a/gtk-3.0/gtk-widgets.css +++ b/gtk-3.0/gtk-widgets.css @@ -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 {