diff options
author | Stefano Karapetsas <[email protected]> | 2013-02-23 07:51:08 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-02-23 07:51:08 -0800 |
commit | 9b72ea345e17a7675f56da8c440ec786d03921ff (patch) | |
tree | a84fd5fbeee7e451f84fe16938e9568befa6cfda /gtk-themes/TraditionalOkClassic/gtk-2.0 | |
parent | 9ebebc71fd98fce596cbd7fce5eb38bbdcfcaa8e (diff) | |
parent | 85d615382e076522f024af1b0303c34ea8b284f9 (diff) | |
download | mate-themes-9b72ea345e17a7675f56da8c440ec786d03921ff.tar.bz2 mate-themes-9b72ea345e17a7675f56da8c440ec786d03921ff.tar.xz |
Merge pull request #17 from NiceandGently/master
a liitle caja improvment in gtkrc files and remove of some deprecations in gtk-3 themes
Diffstat (limited to 'gtk-themes/TraditionalOkClassic/gtk-2.0')
-rw-r--r-- | gtk-themes/TraditionalOkClassic/gtk-2.0/gtkrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gtk-themes/TraditionalOkClassic/gtk-2.0/gtkrc b/gtk-themes/TraditionalOkClassic/gtk-2.0/gtkrc index ae9397f5..ded87a1c 100644 --- a/gtk-themes/TraditionalOkClassic/gtk-2.0/gtkrc +++ b/gtk-themes/TraditionalOkClassic/gtk-2.0/gtkrc @@ -400,3 +400,12 @@ widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround" # See the documentation of the style. widget_class "EShellWindow.GtkVBox.MateComponentDock.MateComponentDockBand.MateComponentDockItem*" style "evo_new_button_workaround" + +# caja improvement + +style "TraditionalOkClassic-caja-location" +{ + bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @bg_color) +} + +widget "*.caja-extra-view-widget" style : highest "TraditionalOkClassic-caja-location" |