~unity-team/light-themes/light-themes.add_dialog_style_v2

« back to all changes in this revision

Viewing changes to Ambiance-maverick-beta/gtk-2.0/apps/ff.rc

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2010-08-26 14:06:05 UTC
  • Revision ID: james.westby@ubuntu.com-20100826140605-758w4fbi4t369xyj
Tags: 0.1.7
* New version
  - Updated for maverick
  - Dropped the -maverick-beta themes and use the default names
* debian/source/format
  - Specify source format
* debian/control
  - Bump standards version to 3.9.1

Show diffs side-by-side

added added

removed removed

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