23 lines
372 B
Plaintext
Raw Normal View History

2021-03-06 13:32:40 -04:00
########################################################################
# 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"