diff options
author | raveit65 <[email protected]> | 2014-05-29 14:49:48 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-10-16 21:35:10 +0200 |
commit | 5170447acb0ea41ac0d3400be36515dcbe08dcb7 (patch) | |
tree | 6445e33cdcb4ceaf8334eaec025f60c8312190ea | |
parent | 9d4580b26658bb94c97e11524c1639f4205dd8ed (diff) | |
download | mate-themes-5170447acb0ea41ac0d3400be36515dcbe08dcb7.tar.bz2 mate-themes-5170447acb0ea41ac0d3400be36515dcbe08dcb7.tar.xz |
BlueMenta Menta: don't use a image for caja location
-rw-r--r-- | desktop-themes/BlueMenta/gtk-2.0/apps/caja.rc | 20 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-2.0/apps/caja.rc | 20 |
2 files changed, 4 insertions, 36 deletions
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/caja.rc b/desktop-themes/BlueMenta/gtk-2.0/apps/caja.rc index ec24ea6e..6b9cea45 100644 --- a/desktop-themes/BlueMenta/gtk-2.0/apps/caja.rc +++ b/desktop-themes/BlueMenta/gtk-2.0/apps/caja.rc @@ -44,23 +44,7 @@ style "caja-statusbar" style "caja-location" { - - xthickness = 0 - ythickness = 0 - - bg[NORMAL] = @base_color - - 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" 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" |