56 lines
1.1 KiB
Plaintext
Executable File
56 lines
1.1 KiB
Plaintext
Executable File
style "entry" = "default"
|
|
{
|
|
xthickness = 3
|
|
ythickness = 3
|
|
GtkWidget::interior_focus = 0
|
|
base[SELECTED] = "#d8d8d8"
|
|
base[ACTIVE] = "#d8d8d8"
|
|
base[INSENSITIVE] = @bg_color
|
|
engine "pixmap"
|
|
{
|
|
image
|
|
{
|
|
function = FOCUS
|
|
recolorable = TRUE
|
|
file = "Shadows/entry-shadow-in.png"
|
|
border = { 3,3,3,3 }
|
|
stretch = TRUE
|
|
}
|
|
image
|
|
{
|
|
function = BOX
|
|
recolorable = TRUE
|
|
shadow = IN
|
|
state = NORMAL
|
|
file = "Shadows/entry-shadow-in.png"
|
|
border = { 3,3,3,3 }
|
|
stretch = TRUE
|
|
}
|
|
image
|
|
{
|
|
function = BOX
|
|
recolorable = TRUE
|
|
shadow = OUT
|
|
state = NORMAL
|
|
file = "Shadows/text-entry.png"
|
|
border = { 3,3,3,3 }
|
|
stretch = TRUE
|
|
}
|
|
image
|
|
{
|
|
function = SHADOW
|
|
detail = "entry"
|
|
shadow = IN
|
|
recolorable = FALSE
|
|
file = "Shadows/text-entry.png"
|
|
border = { 3,3,3,3 }
|
|
stretch = TRUE
|
|
}
|
|
}
|
|
}
|
|
|
|
class "GtkEntry" style "entry"
|
|
class "GtkOldEditable" style "entry"
|
|
class "GtkEditable" style "entry"
|
|
|