summaryrefslogtreecommitdiff
path: root/gtk-themes/AlaDelta
diff options
context:
space:
mode:
authorraveit <[email protected]>2013-02-21 23:39:06 +0100
committerraveit <[email protected]>2013-02-21 23:39:06 +0100
commit85d615382e076522f024af1b0303c34ea8b284f9 (patch)
treea84fd5fbeee7e451f84fe16938e9568befa6cfda /gtk-themes/AlaDelta
parent9ebebc71fd98fce596cbd7fce5eb38bbdcfcaa8e (diff)
downloadmate-themes-85d615382e076522f024af1b0303c34ea8b284f9.tar.bz2
mate-themes-85d615382e076522f024af1b0303c34ea8b284f9.tar.xz
fix "Not using units is deprecated. Assuming 'px' " in gtk3 themes
add improvment for caja in gtcrc files
Diffstat (limited to 'gtk-themes/AlaDelta')
-rw-r--r--gtk-themes/AlaDelta/gtkrc7
1 files changed, 7 insertions, 0 deletions
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 "*<GtkListItem>*" style "glider-fg-is-text-color-workaround"
# Only match GtkCList and not the parent widgets, because that would also change the headers.
widget_class "*<GtkCList>" 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"