diff options
author | raveit65 <[email protected]> | 2014-05-29 14:49:48 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-05-29 14:49:48 +0200 |
commit | 793e2fbbd33a4e13b39f815690b71d4ce12b290c (patch) | |
tree | a4269cef6c978d49bd8451ebd3c34ce31322687c /desktop-themes/Menta/gtk-2.0/apps/caja.rc | |
parent | 163bf27abd6a7872fd96dafb5a5b577cd3db40b4 (diff) | |
download | mate-themes-793e2fbbd33a4e13b39f815690b71d4ce12b290c.tar.bz2 mate-themes-793e2fbbd33a4e13b39f815690b71d4ce12b290c.tar.xz |
BlueMenta Menta: don't use a image for caja location
Diffstat (limited to 'desktop-themes/Menta/gtk-2.0/apps/caja.rc')
-rw-r--r-- | desktop-themes/Menta/gtk-2.0/apps/caja.rc | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/desktop-themes/Menta/gtk-2.0/apps/caja.rc b/desktop-themes/Menta/gtk-2.0/apps/caja.rc index 7d3de7a7..e15be1fc 100644 --- a/desktop-themes/Menta/gtk-2.0/apps/caja.rc +++ b/desktop-themes/Menta/gtk-2.0/apps/caja.rc @@ -44,23 +44,7 @@ style "caja-statusbar" style "caja-location" { - - xthickness = 0 - ythickness = 0 - - bg[NORMAL] = mix (0.60, shade (1.05, "#DCDCDC"), "#DCDCDC") - - engine "pixmap" { - image - { - function = FLAT_BOX - recolorable = TRUE - file = "Caja/extra-widget.png" - state = NORMAL - stretch = TRUE - border = { 0, 0, 1, 0 } - } - } + bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @bg_color) } style "caja-pathbar" @@ -94,4 +78,4 @@ widget_class "*Caja*<GtkList>.<GtkButton>" style "murrine-treeview-header" widget_class "*Caja*<GtkCList>.<GtkButton>" style "murrine-treeview-header" widget_class "*CajaPathBar*" style "caja-pathbar" -widget "*.caja-extra-view-widget" style "caja-location" +widget "*.caja-extra-view-widget" style : highest "caja-location" |