|
1 /* Note that this file isn't used for HiDPI on OS X. */ |
|
2 |
|
3 :-moz-any(@primaryToolbarButtons@), |
|
4 #bookmarks-menu-button > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon { |
|
5 list-style-image: url("chrome://browser/skin/Toolbar.png"); |
|
6 } |
|
7 |
|
8 toolbar[brighttext] :-moz-any(@primaryToolbarButtons@), |
|
9 toolbar[brighttext] #bookmarks-menu-button > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon { |
|
10 list-style-image: url(chrome://browser/skin/Toolbar-inverted.png); |
|
11 } |
|
12 |
|
13 #back-button { |
|
14 -moz-image-region: rect(0, 36px, 18px, 18px); |
|
15 } |
|
16 |
|
17 #forward-button { |
|
18 -moz-image-region: rect(0, 72px, 18px, 54px); |
|
19 } |
|
20 |
|
21 #home-button[cui-areatype="toolbar"] { |
|
22 -moz-image-region: rect(0, 126px, 18px, 108px); |
|
23 } |
|
24 |
|
25 #bookmarks-menu-button[cui-areatype="toolbar"] { |
|
26 -moz-image-region: rect(0, 144px, 18px, 126px); |
|
27 } |
|
28 |
|
29 #bookmarks-menu-button[cui-areatype="toolbar"][starred] { |
|
30 -moz-image-region: rect(0, 162px, 18px, 144px); |
|
31 } |
|
32 |
|
33 #bookmarks-menu-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon { |
|
34 -moz-image-region: rect(0, 630px, 18px, 612px); |
|
35 } |
|
36 |
|
37 #history-panelmenu[cui-areatype="toolbar"] { |
|
38 -moz-image-region: rect(0, 180px, 18px, 162px); |
|
39 } |
|
40 |
|
41 #downloads-button[cui-areatype="toolbar"] { |
|
42 -moz-image-region: rect(0, 198px, 18px, 180px); |
|
43 } |
|
44 |
|
45 #add-ons-button[cui-areatype="toolbar"] { |
|
46 -moz-image-region: rect(0, 216px, 18px, 198px); |
|
47 } |
|
48 |
|
49 #open-file-button[cui-areatype="toolbar"] { |
|
50 -moz-image-region: rect(0, 234px, 18px, 216px); |
|
51 } |
|
52 |
|
53 #save-page-button[cui-areatype="toolbar"] { |
|
54 -moz-image-region: rect(0, 252px, 18px, 234px); |
|
55 } |
|
56 |
|
57 #sync-button[cui-areatype="toolbar"] { |
|
58 -moz-image-region: rect(0, 270px, 18px, 252px); |
|
59 } |
|
60 |
|
61 #sync-button[cui-areatype="toolbar"][status="active"], |
|
62 #sync-button[cui-areatype="toolbar"][status="active"]:hover:active:not([disabled="true"]) { |
|
63 list-style-image: url("chrome://browser/skin/syncProgress-toolbar.png"); |
|
64 -moz-image-region: rect(0, 18px, 18px, 0px); |
|
65 } |
|
66 |
|
67 toolbar[brighttext] #sync-button[status="active"], |
|
68 toolbar[brighttext] #sync-button[status="active"]:hover:active:not([disabled="true"]) { |
|
69 list-style-image: url("chrome://browser/skin/syncProgress-toolbar-inverted.png"); |
|
70 } |
|
71 |
|
72 #feed-button[cui-areatype="toolbar"] { |
|
73 -moz-image-region: rect(0, 288px, 18px, 270px); |
|
74 } |
|
75 |
|
76 #social-share-button[cui-areatype="toolbar"] { |
|
77 -moz-image-region: rect(0px, 306px, 18px, 288px); |
|
78 } |
|
79 |
|
80 #characterencoding-button[cui-areatype="toolbar"]{ |
|
81 -moz-image-region: rect(0, 324px, 18px, 306px); |
|
82 } |
|
83 |
|
84 #new-window-button[cui-areatype="toolbar"] { |
|
85 -moz-image-region: rect(0, 342px, 18px, 324px); |
|
86 } |
|
87 |
|
88 #e10s-button[cui-areatype="toolbar"] { |
|
89 -moz-image-region: rect(0, 342px, 18px, 324px); |
|
90 } |
|
91 |
|
92 #e10s-button > .toolbarbutton-icon { |
|
93 transform: scaleY(-1); |
|
94 } |
|
95 |
|
96 #new-tab-button[cui-areatype="toolbar"] { |
|
97 -moz-image-region: rect(0, 360px, 18px, 342px); |
|
98 } |
|
99 |
|
100 #privatebrowsing-button[cui-areatype="toolbar"] { |
|
101 -moz-image-region: rect(0, 378px, 18px, 360px); |
|
102 } |
|
103 |
|
104 #find-button[cui-areatype="toolbar"] { |
|
105 -moz-image-region: rect(0, 396px, 18px, 378px); |
|
106 } |
|
107 |
|
108 #print-button[cui-areatype="toolbar"] { |
|
109 -moz-image-region: rect(0, 414px, 18px, 396px); |
|
110 } |
|
111 |
|
112 %ifdef XP_MACOSX |
|
113 #restore-button, |
|
114 %endif |
|
115 #fullscreen-button[cui-areatype="toolbar"] { |
|
116 -moz-image-region: rect(0, 432px, 18px, 414px); |
|
117 } |
|
118 |
|
119 #developer-button[cui-areatype="toolbar"] { |
|
120 -moz-image-region: rect(0, 450px, 18px, 432px); |
|
121 } |
|
122 |
|
123 #preferences-button[cui-areatype="toolbar"] { |
|
124 -moz-image-region: rect(0, 468px, 18px, 450px); |
|
125 } |
|
126 |
|
127 #PanelUI-menu-button { |
|
128 -moz-image-region: rect(0, 486px, 18px, 468px); |
|
129 } |
|
130 |
|
131 #edit-controls:not(@inAnyPanel@) > #cut-button { |
|
132 -moz-image-region: rect(0, 504px, 18px, 486px); |
|
133 } |
|
134 |
|
135 #edit-controls:not(@inAnyPanel@) > #copy-button { |
|
136 -moz-image-region: rect(0, 522px, 18px, 504px); |
|
137 } |
|
138 |
|
139 #edit-controls:not(@inAnyPanel@) > #paste-button { |
|
140 -moz-image-region: rect(0, 540px, 18px, 522px); |
|
141 } |
|
142 |
|
143 #zoom-controls:not(@inAnyPanel@) > #zoom-out-button { |
|
144 -moz-image-region: rect(0, 558px, 18px, 540px); |
|
145 } |
|
146 |
|
147 #zoom-controls:not(@inAnyPanel@) > #zoom-in-button { |
|
148 -moz-image-region: rect(0, 576px, 18px, 558px); |
|
149 } |
|
150 |
|
151 #webrtc-status-button:not(@inAnyPanel@) { |
|
152 -moz-image-region: rect(0, 594px, 18px, 576px); |
|
153 } |
|
154 |
|
155 #nav-bar-overflow-button { |
|
156 -moz-image-region: rect(0, 612px, 18px, 594px); |
|
157 } |
|
158 |
|
159 #nav-bar-overflow-button:-moz-locale-dir(rtl) > .toolbarbutton-icon { |
|
160 transform: scaleX(-1); |
|
161 } |
|
162 |
|
163 #tabview-button { |
|
164 -moz-image-region: rect(0, 648px, 18px, 630px); |
|
165 } |
|
166 |
|
167 #email-link-button[cui-areatype="toolbar"] { |
|
168 -moz-image-region: rect(0, 666px, 18px, 648px); |
|
169 } |
|
170 |
|
171 #sidebar-button[cui-areatype="toolbar"] { |
|
172 -moz-image-region: rect(0, 684px, 18px, 666px); |
|
173 } |