/light-themes-0.1.11/Radiance/gtk-2.0/apps/ff.rc

# · Windows Resource-Definition Script · 33 lines · 23 code · 10 blank · 0 comment · 0 complexity · 008f17d7e74fa502500dac37f6f2e032 MD5 · raw file

  1. # ==============================================================================
  2. # FIREFOX SPECIFIC SETTINGS
  3. # ==============================================================================
  4. style "ff-default" {
  5. GtkCheckButton::indicator-size = 14
  6. engine "murrine" {
  7. reliefstyle = 0
  8. }
  9. }
  10. style "ff-statusbar" {
  11. }
  12. #widget "MozillaGtkWidget*Toolbar*" style "theme-toolbar"
  13. #widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar"
  14. widget "MozillaGtkWidget*" style "ff-default"
  15. # ------------------------------------------------------------------------------
  16. # Some Firefox (3.0/3.5) GTK widgets hierarchy (maybe useful for someone)
  17. # ------------------------------------------------------------------------------
  18. # Top toolbars (and maybe others)
  19. #widget "MozillaGtkWidget.GtkFixed.GtkHandleBox.GtkToolbar" style "theme-dark-toolbar"
  20. # Findbar entry, gecko (all html) entry
  21. #widget "MozillaGtkWidget.GtkFixed.GtkEntry" style "theme-dark-entry"
  22. # ALL buttons
  23. #widget "MozillaGtkWidget.GtkFixed.GtkButton" style "theme-dark-button"