23 lines
489 B
Plaintext
23 lines
489 B
Plaintext
include "Styles/Shadows/shadows.rc"
|
|
|
|
style "shadow-with-background-short" = "default"
|
|
{
|
|
engine "pixmap"
|
|
{
|
|
image
|
|
{
|
|
function = SHADOW
|
|
shadow = IN
|
|
recolorable = TRUE
|
|
file = "Shadows/shadow-in-10.png"
|
|
border = { 5, 5, 6, 6}
|
|
stretch = TRUE
|
|
}
|
|
}
|
|
}
|
|
|
|
#fix for white background bellow transparent shadows
|
|
class "GtkViewport" style "shadow-with-background-short"
|
|
#calendar widget fix
|
|
widget_class "*.<GtkCalendar>" style "shadow-with-background-short"
|