numix-gtk-theme/gtk-2.0/styles/statusbar

42 lines
662 B
Plaintext
Raw Normal View History

2013-02-26 16:48:52 +00:00
style "statusbar" = "default"
{
# xthickness = 1
# ythickness = 1
engine "pixmap"
{
image
{
function = RESIZE_GRIP
recolorable = TRUE
#state = NORMAL
detail = "statusbar"
overlay_file = "Handles/resize-grip.png"
overlay_border = {0,0,0,0 }
overlay_stretch = FALSE
}
}
}
class "GtkStatusbar" style "statusbar"
# Firefox handles this a little differently... it needs to be applied to GtkWindow and have no other details...
style "FirefoxGrip"
{
engine "pixmap"
{
image
{
function = RESIZE_GRIP
overlay_file = "Handles/resize-grip.png"
}
}
}
class "GtkWindow" style "FirefoxGrip"