summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna/gtk-2.0/gtkrc
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-2.0/gtkrc')
-rw-r--r--desktop-themes/GreenLaguna/gtk-2.0/gtkrc18
1 files changed, 18 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-2.0/gtkrc b/desktop-themes/GreenLaguna/gtk-2.0/gtkrc
index 9171bc39..0549eecf 100644
--- a/desktop-themes/GreenLaguna/gtk-2.0/gtkrc
+++ b/desktop-themes/GreenLaguna/gtk-2.0/gtkrc
@@ -254,6 +254,23 @@ style "murrine-progressbar"
}
}
+style "murrine-statusbar" {
+ xthickness = 0
+ engine "pixmap"
+ {
+ image
+ {
+ function = RESIZE_GRIP
+ recolorable = TRUE
+ state = NORMAL
+ detail = "statusbar"
+ overlay_file = "resize-grip.png"
+ overlay_border = {0,0,0,0 }
+ overlay_stretch = FALSE
+ }
+ }
+}
+
style "murrine-scale"
{
bg[NORMAL] = shade (0.95, @bg_color)
@@ -499,6 +516,7 @@ class "GtkCheckButton" style:highest "murrine-radiocheck"
widget_class "*<GtkMenuItem>*" style "menuitem"
widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar-menuitem"
+widget_class "*<GtkStatusbar>*" style "murrine-statusbar"
########################################
# Tooltips
###########