Julien Lavergne deb7cf8b10 * Backup current artwork items to 1304 items, and prepare 1310 ones.
* lib/plymouth/themes/lubuntu-text:
 - Update to 13.10.
2013-06-08 17:51:25 +02:00

39 lines
760 B
Plaintext

##########################################################################
# Toolbar
##########################################################################
style "toolbar" {
engine "pixmap"
{
image
{
function = BOX
recolorable = TRUE
file = "images/toolbar.png"
border = {1,1,1,1}
stretch = TRUE
}
image
{
function = HANDLE
overlay_file = "images/handle-horiz.png"
overlay_stretch = FALSE
orientation = HORIZONTAL
}
image
{
function = HANDLE
overlay_file = "images/handle-vert.png"
overlay_stretch = FALSE
orientation = VERTICAL
}
}
}
class "*Toolbar*" style "toolbar"
class "*Handle*" style "toolbar"
class "*Paned*" style "toolbar"