summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/caja.rc20
-rw-r--r--desktop-themes/Menta/gtk-2.0/apps/caja.rc20
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"