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/AlaDelta/gtkrc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gtk-themes/AlaDelta') diff --git a/gtk-themes/AlaDelta/gtkrc b/gtk-themes/AlaDelta/gtkrc index 0da802ee..bbdbca6f 100644 --- a/gtk-themes/AlaDelta/gtkrc +++ b/gtk-themes/AlaDelta/gtkrc @@ -169,4 +169,11 @@ widget_class "**" style "glider-fg-is-text-color-workaround" # Only match GtkCList and not the parent widgets, because that would also change the headers. widget_class "*" style "glider-fg-is-text-color-workaround" +#caja fix +style "AlaDelta-caja-location" +{ + bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @bg_color) +} + +widget "*.caja-extra-view-widget" style : highest "AlaDelta-caja-location" -- cgit v1.2.1