You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
604 B
36 lines
604 B
########################################################################
|
|
# Entry
|
|
########################################################################
|
|
|
|
style "entry"
|
|
{
|
|
GtkWidget::interior_focus = 0
|
|
GtkEntry::inner-border = {1, 1, 1, 1}
|
|
|
|
engine "pixmap"
|
|
{
|
|
### Entry ###
|
|
image
|
|
{
|
|
function = SHADOW
|
|
detail = "entry"
|
|
file = "images/entry.png"
|
|
border = {2, 2, 2, 2}
|
|
stretch = TRUE
|
|
}
|
|
|
|
### Focus ###
|
|
image
|
|
{
|
|
function = FOCUS
|
|
detail = "entry"
|
|
file = "images/entry-active.png"
|
|
border = {2, 2, 2, 2}
|
|
stretch = TRUE
|
|
}
|
|
}
|
|
}
|
|
|
|
class "GtkEntry*" style "entry"
|
|
|