paper-gtk-theme/Paper/gtk-2.0/Apps/firefox.rc

31 lines
1.0 KiB
Plaintext
Raw Normal View History

2014-12-13 18:48:16 +01:00
# ==============================================================================
# FIREFOX SPECIFIC SETTINGS
# ==============================================================================
style "ff-default" {
GtkCheckButton::indicator-size = 14
engine "murrine" {
reliefstyle = 0
}
}
2014-12-18 15:34:59 +01:00
widget "MozillaGtkWidget*GtkScrollbar*" style "scrollbar"
widget "MozillaGtkWidget*Toolbar*" style "toolbar"
2014-12-13 18:48:16 +01:00
#widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar"
widget "MozillaGtkWidget*" style "ff-default"
# ------------------------------------------------------------------------------
# Some Firefox (3.0/3.5) GTK widgets hierarchy (maybe useful for someone)
# ------------------------------------------------------------------------------
# Top toolbars (and maybe others)
#widget "MozillaGtkWidget.GtkFixed.GtkHandleBox.GtkToolbar" style "theme-dark-toolbar"
# Findbar entry, gecko (all html) entry
#widget "MozillaGtkWidget.GtkFixed.GtkEntry" style "theme-dark-entry"
# ALL buttons
#widget "MozillaGtkWidget.GtkFixed.GtkButton" style "theme-dark-button"