summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta/gtk-2.0
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/Menta/gtk-2.0')
-rw-r--r--desktop-themes/Menta/gtk-2.0/apps/caja.rc20
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"