fxde-themes/Swing/gtk-2.0/entry.rc

23 lines
372 B
Plaintext

########################################################################
# Entry
########################################################################
style "entry"
{
engine "pixmap"
{
### Entry ###
image
{
function = SHADOW
detail = "entry"
file = "entry/entry.png"
border = {2, 2, 2, 2}
stretch = TRUE
}
}
}
class "GtkEntry*" style "entry"