diff options
author | raveit65 <[email protected]> | 2014-10-17 00:13:25 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-10-17 00:13:25 +0200 |
commit | 47fd9a95aa9b47436d3fb85b01504188e888db58 (patch) | |
tree | fa749f2901d957ac6de629a414b9c1aef3a0977d /desktop-themes/GreenLaguna/gtk-2.0/gtkrc | |
parent | f83d74b9f09f18a06c3dab35682f0caffb372d64 (diff) | |
download | mate-themes-47fd9a95aa9b47436d3fb85b01504188e888db58.tar.bz2 mate-themes-47fd9a95aa9b47436d3fb85b01504188e888db58.tar.xz |
BlackMate GreenLaguna: use an image as resize grip
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-2.0/gtkrc')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-2.0/gtkrc | 18 |
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 7ce2847e..4d0610a3 100644 --- a/desktop-themes/GreenLaguna/gtk-2.0/gtkrc +++ b/desktop-themes/GreenLaguna/gtk-2.0/gtkrc @@ -253,6 +253,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) @@ -498,6 +515,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 ########### |