Lightningbeam/Themes/Default/gtk-2.0/Styles/Notebook/notebook-mozilla.rc

28 lines
568 B
Plaintext

style "mozilla-notebook" = "default"
{
engine "pixmap"
{
# How to draw boxes with a gap on one side (ie the page of a notebook)
image
{
function = BOX_GAP
recolorable = TRUE
file = "Fixes/none.png"
border = { 0, 0, 0, 0}
stretch = TRUE
}
# How to draw the box of a notebook when it isnt attached to a tab
image
{
function = BOX
recolorable = TRUE
file = "Fixes/none.png"
border = { 0, 0, 0, 0}
stretch = TRUE
#gap_side = TOP
}
}
}
widget "MozillaGtkWidget*Notebook" style "mozilla-notebook"