From 85d615382e076522f024af1b0303c34ea8b284f9 Mon Sep 17 00:00:00 2001 From: raveit Date: Thu, 21 Feb 2013 23:39:06 +0100 Subject: fix "Not using units is deprecated. Assuming 'px' " in gtk3 themes add improvment for caja in gtcrc files --- gtk-themes/Shiny/gtkrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk-themes/Shiny') diff --git a/gtk-themes/Shiny/gtkrc b/gtk-themes/Shiny/gtkrc index ed83ebbb..904d295e 100644 --- a/gtk-themes/Shiny/gtkrc +++ b/gtk-themes/Shiny/gtkrc @@ -263,7 +263,7 @@ style "tooltips" { style "caja_location" { - bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color) + bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @bg_color) } # Wrokaroudn style for places where the text color is used instead of the fg color. -- cgit v1.2.1