~ubuntu-branches/ubuntu/wily/ubuntukylin-theme/wily

« back to all changes in this revision

Viewing changes to ubuntukylin-theme/gtk-2.0/apps/ff.rc

  • Committer: Package Import Robot
  • Author(s): zhangchao (work)
  • Date: 2013-04-15 17:10:37 UTC
  • Revision ID: package-import@ubuntu.com-20130415171037-64di7jb83goi2f1z
Tags: 0.5.5
add plymouth-text for ubuntukylin (LP: #1169013)

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
        engine "murrine" {
 
9
                reliefstyle = 0
 
10
        }
 
11
}
 
12
 
 
13
style   "ff-statusbar" {
 
14
}
 
15
 
 
16
#widget "MozillaGtkWidget*Toolbar*"             style   "theme-toolbar"
 
17
#widget "MozillaGtkWidget*Statusbar*"   style   "ff-statusbar"
 
18
 
 
19
widget  "MozillaGtkWidget*"     style   "ff-default"
 
20
 
 
21
# ------------------------------------------------------------------------------
 
22
# Some Firefox (3.0/3.5) GTK widgets hierarchy (maybe useful for someone)
 
23
# ------------------------------------------------------------------------------
 
24
 
 
25
# Top toolbars (and maybe others)
 
26
#widget "MozillaGtkWidget.GtkFixed.GtkHandleBox.GtkToolbar"     style   "theme-dark-toolbar"
 
27
 
 
28
# Findbar entry, gecko (all html) entry
 
29
#widget "MozillaGtkWidget.GtkFixed.GtkEntry"    style   "theme-dark-entry"
 
30
 
 
31
# ALL buttons
 
32
#widget "MozillaGtkWidget.GtkFixed.GtkButton"   style   "theme-dark-button"
 
33