Commit | Line | Data |
---|---|---|
9099c61d RK |
1 | /* This Source Code Form is subject to the terms of the Mozilla Public |
2 | * License, v. 2.0. If a copy of the MPL was not distributed with this | |
3 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | |
acb0e9b8 | 4 | |
5 | @import url("chrome://global/skin/"); | |
fcaeefc2 | 6 | @import url("downloads/indicator.css"); |
acb0e9b8 | 7 | |
8 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
319c6529 | 9 | @namespace html url("http://www.w3.org/1999/xhtml"); |
cae267ab | 10 | @namespace svg url("http://www.w3.org/2000/svg"); |
319c6529 RK |
11 | |
12 | toolbar { | |
13 | -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar"); | |
14 | } | |
acb0e9b8 | 15 | |
7d3f7f14 | 16 | toolbar[customizable="true"] { |
43cc2806 RK |
17 | -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar-browsercustom"); |
18 | } | |
19 | ||
ee49f520 RK |
20 | @media (-moz-mac-graphite-theme), (-moz-mac-lion-theme), (-moz-mac-yosemite-theme) { |
21 | /* This is a hackish workaround to cover most of Mac OS until bug 1060941 gets fixed. */ | |
96b206fe RK |
22 | toolbar[customizable="true"]:not([nowindowdrag="true"]) { |
23 | -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar-drag-browsercustom"); | |
24 | } | |
25 | } | |
26 | ||
41279e76 RK |
27 | toolbar[type="menubar"][autohide="true"] { |
28 | -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar-menubar-autohide"); | |
29 | } | |
30 | ||
7d3f7f14 | 31 | #toolbar-menubar[autohide="true"] { |
43cc2806 RK |
32 | -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar-menubar-autohide-browsercustom"); |
33 | } | |
34 | ||
acb0e9b8 | 35 | menubar { |
319c6529 | 36 | -moz-binding: url("chrome://global/skin/globalBindings.xml#menubar"); |
acb0e9b8 | 37 | } |
38 | ||
e548e22e RK |
39 | :root { |
40 | --verified-identity-box-backgroundcolor: #000000; | |
c9b0a396 RK |
41 | |
42 | --panel-separator-color: #A09090; | |
43 | ||
44 | /*--urlbar-separator-color: rgba(0,0,0,.2);*/ | |
45 | --urlbar-separator-color: #9C9CFF; | |
e548e22e RK |
46 | } |
47 | ||
319c6529 RK |
48 | #menubar-items { |
49 | -moz-box-orient: vertical; /* for flex hack */ | |
acb0e9b8 | 50 | } |
51 | ||
319c6529 RK |
52 | #main-menubar { |
53 | -moz-box-flex: 1; /* make menu items expand to fill toolbar height */ | |
54 | } | |
55 | ||
63ada306 RK |
56 | /* ::::: primary toolbar ::::: */ |
57 | ||
58 | .toolbar-primary > .toolbar-box > .toolbar-holder { | |
270cbf0c | 59 | background-color: #A09090; |
63ada306 RK |
60 | } |
61 | ||
62 | .toolbar-primary > .toolbar-box > .toolbar-startcap, | |
63 | .toolbar-primary > .toolbar-box > .toolbar-endcap { | |
64 | background-color: #9C9CFF; | |
65 | } | |
66 | ||
e20c83c3 RK |
67 | /* Hides the titlebar-placeholder underneath the window caption buttons when we |
68 | are not autohiding the menubar. */ | |
69 | #toolbar-menubar:not([autohide="true"]) + #TabsToolbar > .titlebar-placeholder[type="caption-buttons"] { | |
70 | display: none; | |
71 | } | |
72 | ||
43cc2806 RK |
73 | /* We want a 4px gap between the TabsToolbar and the toolbar-menubar when the |
74 | toolbar-menu is displayed, and a 16px gap when it is not. 1px is taken care | |
75 | of by the (light) outer shadow of the tab, the remaining 3/15 are these margins. */ | |
c0f6797e RK |
76 | #toolbar-menubar:not([moz-collapsed=true]):not([autohide=true]) ~ #TabsToolbar, |
77 | #toolbar-menubar:not([moz-collapsed=true])[autohide=true]:not([inactive]) ~ #TabsToolbar { | |
43cc2806 RK |
78 | /* margin-top: 3px;*/ |
79 | } | |
80 | ||
43371c9b RK |
81 | #main-window[tabsintitlebar][sizemode="normal"]:not([inFullscreen])[chromehidden~="menubar"] #toolbar-menubar ~ #TabsToolbar, |
82 | #main-window[tabsintitlebar][sizemode="normal"]:not([inFullscreen]) #toolbar-menubar[autohide="true"][inactive] ~ #TabsToolbar { | |
43cc2806 RK |
83 | /* margin-top: 15px;*/ |
84 | } | |
85 | ||
ee49f520 RK |
86 | @media (-moz-mac-graphite-theme: 0) and (-moz-mac-lion-theme: 0) { |
87 | /* This is a hackish workaround to exclude most of Mac OS until bug 1060941 gets fixed. */ | |
8d154261 RK |
88 | #toolbar-menubar:not([autohide="true"]) { |
89 | -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar-drag-browsercustom"); | |
90 | } | |
58d9f24a RK |
91 | } |
92 | ||
ee49f520 RK |
93 | @media (-moz-mac-graphite-theme), (-moz-mac-lion-theme) { |
94 | /* This is a hackish workaround to cover most of Mac OS until bug 1060941 gets fixed. */ | |
4711fba5 | 95 | #main-window[tabsintitlebar]:not([inFullscreen="true"]) #TabsToolbar { |
54d92f05 RK |
96 | padding-left: 60px; |
97 | } | |
43cc2806 RK |
98 | } |
99 | ||
018d70fb RK |
100 | #main-window[tabsintitlebar] #toolbar-menubar .toolbar-endcap { |
101 | /* the titlebar buttons are shown right over the endcap but we have no power over the buttonbox position just for this case, so hide the endcap */ | |
102 | display: none; | |
43cc2806 | 103 | } |
63ada306 | 104 | |
e20c83c3 RK |
105 | #main-window[customize-entered][tabsintitlebar]:not([inFullscreen]) #toolbar-menubar[customizing-dragovertarget].customization-target::before, |
106 | #main-window[customize-entered][tabsintitlebar]:not([inFullscreen]) #TabsToolbar[customizing-dragovertarget].customization-target::before, | |
107 | #main-window[customize-entered][tabsintitlebar]:not([inFullscreen]) #toolbar-menubar.customization-target:hover::before, | |
108 | #main-window[customize-entered][tabsintitlebar]:not([inFullscreen]) #TabsToolbar.customization-target:hover::before { | |
109 | outline-color: #A09090; | |
110 | } | |
111 | ||
319c6529 RK |
112 | #navigator-toolbox { |
113 | } | |
114 | ||
9abeb12c RK |
115 | #navigator-toolbox::after { |
116 | content: ""; | |
117 | display: -moz-box; | |
118 | -moz-box-ordinal-group: 101; /* tabs toolbar is 100 */ | |
119 | height: 1px; | |
120 | } | |
9abeb12c | 121 | |
6f5a7408 | 122 | #navigator-toolbox > toolbar { |
319c6529 RK |
123 | } |
124 | ||
3d64e0ce RK |
125 | #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(:-moz-lwtheme) { |
126 | } | |
127 | ||
9168a62c RK |
128 | #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(#nav-bar):not(#addon-bar) { |
129 | overflow: -moz-hidden-unscrollable; | |
130 | max-height: 4em; | |
131 | transition: min-height 170ms ease-out, max-height 170ms ease-out; | |
132 | } | |
133 | ||
134 | #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(#nav-bar):not(#addon-bar)[collapsed=true] { | |
135 | min-height: 0.1px; | |
136 | max-height: 0; | |
137 | transition: min-height 170ms ease-out, max-height 170ms ease-out, visibility 170ms linear; | |
138 | } | |
139 | ||
ee49f520 RK |
140 | @media (-moz-mac-graphite-theme: 0) and (-moz-mac-lion-theme: 0) { |
141 | /* This is a hackish workaround to exclude most of Mac OS until bug 1060941 gets fixed. */ | |
142 | /* Indent also due to non-applicable aero rule in original Windows theme. */ | |
c0f6797e RK |
143 | #main-window[tabsintitlebar]:not([inFullscreen]) #toolbar-menubar:not(:-moz-lwtheme), |
144 | #main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar:not(:-moz-lwtheme) { | |
145 | /* like menubar */ | |
146 | background-color: #6000CF; | |
147 | color: #FF9F00; | |
319c6529 RK |
148 | } |
149 | ||
c0f6797e RK |
150 | #main-window[tabsintitlebar]:not([inFullscreen]) #toolbar-menubar:not(:-moz-lwtheme):-moz-window-inactive, |
151 | #main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar:not(:-moz-lwtheme):-moz-window-inactive { | |
152 | background-color: #8050B0; | |
153 | color: #FF9F00; | |
319c6529 RK |
154 | } |
155 | ||
dccbbf95 RK |
156 | #main-window[tabsintitlebar] #main-menubar > menu:not(:-moz-lwtheme) { |
157 | /*color: inherit;*/ | |
158 | } | |
159 | ||
c0f6797e RK |
160 | #main-window[tabsintitlebar] #titlebar:-moz-lwtheme { |
161 | visibility: hidden; | |
162 | } | |
319c6529 | 163 | |
c0f6797e RK |
164 | #main-window[tabsintitlebar] #titlebar-content:-moz-lwtheme { |
165 | -moz-binding: url("chrome://global/content/bindings/general.xml#windowdragbox"); | |
166 | visibility: visible; | |
167 | } | |
8d154261 RK |
168 | } |
169 | ||
ee49f520 RK |
170 | @media (-moz-mac-graphite-theme), (-moz-mac-lion-theme) { |
171 | /* This is a hackish workaround to cover most of Mac OS until bug 1060941 gets fixed. */ | |
8d154261 RK |
172 | #titlebar-buttonbox > .titlebar-button { |
173 | display: none; | |
174 | } | |
8d154261 | 175 | } |
319c6529 | 176 | |
c0f6797e RK |
177 | #nav-bar { |
178 | /* Position the toolbar above the bottom of background tabs */ | |
179 | position: relative; | |
180 | z-index: 1; | |
82b4252f RK |
181 | } |
182 | ||
c0f6797e RK |
183 | #personal-bookmarks { |
184 | /* min-height: 24px; */ | |
319c6529 RK |
185 | } |
186 | ||
bc685759 RK |
187 | #PersonalToolbar > #home-button { |
188 | -moz-box-orient: horizontal; | |
189 | } | |
190 | ||
191 | #PersonalToolbar > #home-button > .toolbarbutton-text { | |
192 | display: block; | |
193 | } | |
194 | ||
c0f6797e RK |
195 | #print-preview-toolbar:not(:-moz-lwtheme) { |
196 | /* -moz-appearance: toolbox; */ | |
82b4252f RK |
197 | } |
198 | ||
c0f6797e | 199 | #browser-bottombox:not(:-moz-lwtheme) { |
319c6529 RK |
200 | } |
201 | ||
202 | /* ::::: titlebar ::::: */ | |
203 | ||
5305ef8d RK |
204 | #titlebar { |
205 | /* like menubar */ | |
206 | background-color: #6000CF; | |
207 | color: #FF9F00; | |
208 | } | |
209 | #titlebar:-moz-window-inactive { | |
210 | background-color: #8050B0; | |
211 | color: #FF9F00; | |
212 | } | |
213 | ||
319c6529 | 214 | #main-window[sizemode="normal"] > #titlebar { |
5305ef8d RK |
215 | margin-top: -3px; |
216 | margin-bottom: 3px; | |
319c6529 RK |
217 | } |
218 | ||
219 | #main-window[sizemode="maximized"] > #titlebar { | |
5305ef8d | 220 | margin-top: 4px; |
319c6529 RK |
221 | } |
222 | ||
ee49f520 RK |
223 | @media (-moz-mac-graphite-theme), (-moz-mac-lion-theme) { |
224 | /* This is a hackish workaround to cover most of Mac OS until bug 1060941 gets fixed. */ | |
58d9f24a RK |
225 | #main-window[sizemode="normal"] > #titlebar, |
226 | #main-window[sizemode="maximized"] > #titlebar { | |
4711fba5 RK |
227 | margin-top: 19px; |
228 | /* There is a margin-bottom set to -23 by code. */ | |
54d92f05 RK |
229 | } |
230 | } | |
231 | ||
43cc2806 RK |
232 | /* The button box must appear on top of the navigator-toolbox in order for |
233 | * click and hover mouse events to work properly for the button in the restored | |
234 | * window state. Otherwise, elements in the navigator-toolbox, like the menubar, | |
235 | * can swallow those events. It will also place the buttons above the fog on | |
236 | * themes with Aero Glass. | |
237 | */ | |
83ac1f44 RK |
238 | #titlebar-buttonbox, |
239 | #main-window[sizemode="maximized"] #titlebar-buttonbox { | |
b7f3670c RK |
240 | -moz-appearance: none; |
241 | margin-top: 6px; | |
242 | margin-top: 4px; | |
5305ef8d | 243 | -moz-margin-end: 3px; |
43cc2806 | 244 | z-index: 1; |
319c6529 RK |
245 | } |
246 | ||
319c6529 RK |
247 | .titlebar-placeholder[type="appmenu-button"] { |
248 | margin-left: 4px; | |
249 | } | |
250 | ||
251 | .titlebar-placeholder[type="caption-buttons"] { | |
252 | margin-left: 10px; | |
253 | } | |
254 | ||
255 | /* titlebar command buttons */ | |
256 | ||
257 | #titlebar-min { | |
5305ef8d RK |
258 | list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif"); |
259 | } | |
260 | ||
261 | #titlebar-min:hover { | |
262 | list-style-image: url("chrome://navigator/skin/icons/win-minimize-hover.gif"); | |
319c6529 RK |
263 | } |
264 | ||
265 | #titlebar-max { | |
5305ef8d RK |
266 | list-style-image: url("chrome://browser/skin/win-maximize.gif"); |
267 | } | |
268 | ||
269 | #titlebar-max:hover { | |
270 | list-style-image: url("chrome://browser/skin/win-maximize-hover.gif"); | |
319c6529 RK |
271 | } |
272 | ||
273 | #main-window[sizemode="maximized"] #titlebar-max { | |
5305ef8d RK |
274 | list-style-image: url("chrome://navigator/skin/icons/win-restore.gif"); |
275 | } | |
276 | ||
277 | #main-window[sizemode="maximized"] #titlebar-max:hover { | |
278 | list-style-image: url("chrome://navigator/skin/icons/win-restore-hover.gif"); | |
319c6529 RK |
279 | } |
280 | ||
281 | #titlebar-close { | |
5305ef8d RK |
282 | list-style-image: url("chrome://navigator/skin/icons/win-close.gif"); |
283 | } | |
284 | ||
285 | #titlebar-close:hover { | |
286 | list-style-image: url("chrome://navigator/skin/icons/win-close-hover.gif"); | |
acb0e9b8 | 287 | } |
288 | ||
ee49f520 RK |
289 | @media (-moz-mac-graphite-theme), (-moz-mac-lion-theme) { |
290 | /* This is a hackish workaround to cover most of Mac OS until bug 1060941 gets fixed. */ | |
54d92f05 RK |
291 | #titlebar-fullscreen-button { |
292 | -moz-appearance: none; | |
293 | list-style-image: url("chrome://browser/skin/icons/mac-fullscreen-icon.png"); | |
294 | -moz-image-region: rect(0px, 16px, 16px, 0px); | |
295 | } | |
296 | ||
297 | #titlebar-fullscreen-button:hover { | |
298 | -moz-image-region: rect(0px, 32px, 16px, 16px); | |
299 | } | |
300 | ||
301 | @media (min-resolution: 2dppx) { | |
302 | #titlebar-fullscreen-button { | |
303 | list-style-image: url("chrome://browser/skin/icons/mac-fullscreen-icon@2x.png"); | |
304 | -moz-image-region: rect(0px, 32px, 32px, 0px); | |
305 | } | |
306 | ||
307 | #titlebar-fullscreen-button:hover { | |
308 | -moz-image-region: rect(0px, 64px, 32px, 32px); | |
309 | } | |
310 | } | |
311 | } | |
312 | ||
313 | ||
acb0e9b8 | 314 | /* ::::: bookmark buttons ::::: */ |
315 | ||
c0f6797e RK |
316 | toolbarbutton.bookmark-item:not(.subviewbutton), |
317 | #personal-bookmarks[cui-areatype="toolbar"]:not([overflowedItem=true]) > #bookmarks-toolbar-placeholder { | |
318 | /* margin: 0; | |
319 | padding: 2px 3px;*/ | |
320 | } | |
321 | ||
322 | toolbarbutton.bookmark-item:not([disabled="true"]):not(.subviewbutton):hover:active, | |
323 | toolbarbutton.bookmark-item[open="true"] { | |
324 | /* padding-top: 3px; | |
325 | padding-bottom: 1px; | |
326 | -moz-padding-start: 4px; | |
327 | -moz-padding-end: 2px;*/ | |
328 | } | |
329 | ||
26125509 RK |
330 | .bookmark-item > .toolbarbutton-icon, |
331 | #personal-bookmarks[cui-areatype="toolbar"] > #bookmarks-toolbar-placeholder > .toolbarbutton-icon { | |
acb0e9b8 | 332 | width: 16px; |
333 | height: 16px; | |
832af407 RK |
334 | -moz-margin-start: 1px; |
335 | -moz-margin-end: 2px; | |
bc685759 RK |
336 | margin-top: 1px; |
337 | margin-bottom: 1px; | |
acb0e9b8 | 338 | } |
339 | ||
26125509 RK |
340 | /* Force the display of the label for bookmarks */ |
341 | .bookmark-item > .toolbarbutton-text, | |
342 | #personal-bookmarks[cui-areatype="toolbar"] > #bookmarks-toolbar-placeholder > .toolbarbutton-text { | |
acb0e9b8 | 343 | display: -moz-box !important; |
344 | } | |
345 | ||
319c6529 RK |
346 | .bookmark-item > .toolbarbutton-menu-dropmarker { |
347 | display: none; | |
348 | } | |
349 | ||
26125509 | 350 | #bookmarks-toolbar-placeholder { |
8da9da4e | 351 | list-style-image: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png") !important; |
9e88a441 | 352 | -moz-box-orient: horizontal; |
319c6529 RK |
353 | } |
354 | ||
e20c83c3 RK |
355 | toolbarpaletteitem[place="palette"] > #personal-bookmarks > #bookmarks-toolbar-placeholder, |
356 | #personal-bookmarks[cui-areatype="menu-panel"] > #bookmarks-toolbar-placeholder { | |
357 | list-style-image: url("chrome://browser/skin/places/bookmarksToolbar-menuPanel.png") !important; | |
358 | } | |
359 | ||
360 | /* ----- BOOKMARK STAR ANIMATION ----- */ | |
361 | ||
362 | @keyframes animation-bookmarkAdded { | |
363 | from { transform: rotate(0deg) translateX(-16px) rotate(0deg) scale(1); opacity: 0; } | |
364 | 60% { transform: rotate(180deg) translateX(-16px) rotate(-180deg) scale(2.2); opacity: 1; } | |
365 | 80% { opacity: 1; } | |
366 | to { transform: rotate(180deg) translateX(-16px) rotate(-180deg) scale(1); opacity: 0; } | |
367 | } | |
368 | ||
369 | @keyframes animation-bookmarkPulse { | |
370 | from { transform: scale(1); } | |
371 | 50% { transform: scale(1.3); } | |
372 | to { transform: scale(1); } | |
373 | } | |
374 | ||
375 | #bookmarked-notification-container { | |
376 | min-height: 1px; | |
377 | min-width: 1px; | |
378 | height: 1px; | |
379 | margin-bottom: -1px; | |
380 | z-index: 5; | |
381 | position: relative; | |
382 | } | |
383 | ||
384 | #bookmarked-notification { | |
385 | background-size: 16px; | |
386 | background-position: center; | |
387 | background-repeat: no-repeat; | |
388 | width: 16px; | |
389 | height: 16px; | |
390 | opacity: 0; | |
391 | } | |
392 | ||
c0f6797e RK |
393 | #bookmarked-notification-dropmarker-anchor { |
394 | z-index: -1; | |
395 | position: relative; | |
396 | } | |
397 | ||
398 | #bookmarked-notification-dropmarker-icon { | |
399 | width: 18px; | |
400 | height: 18px; | |
401 | visibility: hidden; | |
402 | } | |
403 | ||
e20c83c3 RK |
404 | #bookmarked-notification-anchor[notification="finish"] > #bookmarked-notification { |
405 | background-image: url("chrome://browser/skin/places/bookmarks-notification-finish.png"); | |
406 | animation: animation-bookmarkAdded 800ms; | |
407 | animation-timing-function: ease, ease, ease; | |
408 | } | |
409 | ||
410 | #bookmarks-menu-button[notification="finish"] > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon { | |
c0f6797e RK |
411 | list-style-image: none !important; |
412 | } | |
413 | ||
414 | #bookmarked-notification-dropmarker-anchor[notification="finish"] > #bookmarked-notification-dropmarker-icon { | |
415 | visibility: visible; | |
e20c83c3 RK |
416 | animation: animation-bookmarkPulse 300ms; |
417 | animation-delay: 600ms; | |
418 | animation-timing-function: ease-out; | |
419 | } | |
420 | ||
319c6529 RK |
421 | /* ::::: bookmark menus ::::: */ |
422 | ||
423 | menu.bookmark-item, | |
424 | menuitem.bookmark-item { | |
425 | min-width: 0; | |
ab799a7a | 426 | max-width: 32em; |
319c6529 RK |
427 | } |
428 | ||
e20c83c3 | 429 | .bookmark-item:not(.subviewbutton) > .menu-iconic-left { |
319c6529 RK |
430 | margin-top: 0; |
431 | margin-bottom: 0; | |
432 | } | |
433 | ||
434 | .bookmark-item > .menu-iconic-left > .menu-iconic-icon { | |
435 | -moz-padding-start: 0px; | |
436 | } | |
437 | ||
438 | /* ::::: bookmark items ::::: */ | |
439 | ||
440 | .bookmark-item { | |
dce90fef | 441 | list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png"); |
8da9da4e | 442 | -moz-image-region: auto; |
319c6529 RK |
443 | } |
444 | ||
445 | .bookmark-item[container] { | |
446 | list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); | |
8da9da4e | 447 | -moz-image-region: auto; |
319c6529 RK |
448 | } |
449 | ||
450 | .bookmark-item[container][open] { | |
451 | list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); | |
8da9da4e | 452 | -moz-image-region: auto; |
319c6529 RK |
453 | } |
454 | ||
8da9da4e RK |
455 | .bookmark-item[container][livemark] { |
456 | list-style-image: url("chrome://communicator/skin/bookmarks/livemark-folder.png"); | |
319c6529 RK |
457 | -moz-image-region: auto; |
458 | } | |
459 | ||
460 | .bookmark-item[container][livemark] .bookmark-item { | |
8da9da4e | 461 | list-style-image: url("chrome://communicator/skin/bookmarks/livemark-item.png"); |
719b06bc | 462 | -moz-image-region: rect(0px, 16px, 16px, 0px); |
319c6529 RK |
463 | } |
464 | ||
eec397be | 465 | .bookmark-item[container][livemark] .bookmark-item[visited] { |
719b06bc | 466 | -moz-image-region: rect(0px, 32px, 16px, 16px); |
eec397be RK |
467 | } |
468 | ||
319c6529 | 469 | .bookmark-item[container][query] { |
8da9da4e | 470 | list-style-image: url("chrome://communicator/skin/bookmarks/query.png"); |
319c6529 RK |
471 | -moz-image-region: auto; |
472 | } | |
473 | ||
474 | .bookmark-item[query][tagContainer] { | |
475 | list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png"); | |
476 | -moz-image-region: auto; | |
477 | } | |
478 | ||
479 | .bookmark-item[query][dayContainer] { | |
8da9da4e | 480 | list-style-image: url("chrome://communicator/skin/history/calendar.png"); |
319c6529 RK |
481 | -moz-image-region: auto; |
482 | } | |
483 | ||
484 | .bookmark-item[query][hostContainer] { | |
485 | list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); | |
8da9da4e | 486 | -moz-image-region: auto; |
319c6529 RK |
487 | } |
488 | ||
489 | .bookmark-item[query][hostContainer][open] { | |
490 | list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); | |
8da9da4e | 491 | -moz-image-region: auto; |
319c6529 RK |
492 | } |
493 | ||
b1234db8 RK |
494 | .bookmark-item[cutting] > .toolbarbutton-icon, |
495 | .bookmark-item[cutting] > .menu-iconic-left > .menu-iconic-icon { | |
496 | opacity: 0.5; | |
497 | } | |
498 | ||
499 | .bookmark-item[cutting] > .toolbarbutton-text, | |
500 | .bookmark-item[cutting] > .menu-iconic-left > .menu-iconic-text { | |
501 | opacity: 0.7; | |
502 | } | |
503 | ||
319c6529 RK |
504 | /* ::::: primary toolbar buttons ::::: */ |
505 | ||
43cc2806 RK |
506 | /* === BEGIN toolbarbuttons.inc.css === */ |
507 | ||
508 | /* Whole section of this included file: */ | |
51994fad RK |
509 | :-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, |
510 | #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, | |
d4d77dc0 | 511 | #social-share-button, #open-file-button, #find-button, #developer-button, |
a5cb6e53 | 512 | #preferences-button, #privatebrowsing-button, #save-page-button, #add-ons-button, |
51994fad RK |
513 | #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, |
514 | #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, | |
31bc2dc1 RK |
515 | #copy-button, #paste-button, #e10s-button, #panic-button, #web-apps-button, #webide-button, #loop-button, |
516 | #pocket-button), | |
7d3f7f14 | 517 | #bookmarks-menu-button > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon { |
43cc2806 RK |
518 | list-style-image: url("chrome://browser/skin/ToolbarFx.png"); |
519 | } | |
13875a54 RK |
520 | toolbar[brighttext] #pocket-button, |
521 | #pocket-button { | |
522 | list-style-image: url("chrome://browser/skin/ToolbarFx.png") !important; /* override pocket.css */ | |
523 | } | |
43cc2806 | 524 | |
7d3f7f14 | 525 | #back-button { |
43cc2806 RK |
526 | -moz-image-region: rect(0, 36px, 18px, 18px); |
527 | } | |
528 | ||
7d3f7f14 | 529 | #back-button:hover:not([disabled="true"]) { |
43cc2806 RK |
530 | -moz-image-region: rect(18px, 36px, 36px, 18px); |
531 | } | |
532 | ||
7d3f7f14 | 533 | #back-button[disabled="true"] { |
43cc2806 RK |
534 | -moz-image-region: rect(36px, 36px, 54px, 18px); |
535 | } | |
536 | ||
7d3f7f14 | 537 | #forward-button { |
43cc2806 RK |
538 | -moz-image-region: rect(0, 72px, 18px, 54px); |
539 | } | |
540 | ||
7d3f7f14 | 541 | #forward-button:hover:not([disabled="true"]) { |
43cc2806 RK |
542 | -moz-image-region: rect(18px, 72px, 36px, 54px); |
543 | } | |
544 | ||
7d3f7f14 | 545 | #forward-button[disabled="true"] { |
43cc2806 RK |
546 | -moz-image-region: rect(36px, 72px, 54px, 54px); |
547 | } | |
548 | ||
7d3f7f14 RK |
549 | #back-button:-moz-locale-dir(rtl) > .toolbarbutton-icon, |
550 | #forward-button:-moz-locale-dir(rtl) { | |
43cc2806 RK |
551 | transform: scaleX(-1); |
552 | } | |
553 | ||
7d3f7f14 | 554 | #home-button[cui-areatype="toolbar"] { |
43cc2806 RK |
555 | -moz-image-region: rect(0, 126px, 18px, 108px); |
556 | } | |
557 | ||
7d3f7f14 | 558 | #home-button[cui-areatype="toolbar"]:hover { |
43cc2806 RK |
559 | -moz-image-region: rect(18px, 126px, 36px, 108px); |
560 | } | |
561 | ||
7d3f7f14 | 562 | #bookmarks-menu-button[cui-areatype="toolbar"] { |
43cc2806 RK |
563 | -moz-image-region: rect(0, 144px, 18px, 126px); |
564 | } | |
565 | ||
7d3f7f14 RK |
566 | #bookmarks-menu-button[cui-areatype="toolbar"]:hover, |
567 | #bookmarks-menu-button[cui-areatype="toolbar"][open="true"] { | |
43cc2806 RK |
568 | -moz-image-region: rect(18px, 144px, 36px, 126px); |
569 | } | |
570 | ||
43ee1307 | 571 | /* When "new tab" page shows up, the menubutton-button (star button) is disabled */ |
7d3f7f14 | 572 | #bookmarks-menu-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-button[disabled="true"] { |
43ee1307 RK |
573 | -moz-image-region: rect(36px, 144px, 54px, 126px) !important; |
574 | background-color: transparent !important; | |
575 | } | |
576 | ||
7d3f7f14 | 577 | #bookmarks-menu-button[cui-areatype="toolbar"][starred] { |
43cc2806 RK |
578 | -moz-image-region: rect(0, 162px, 18px, 144px); |
579 | } | |
580 | ||
7d3f7f14 | 581 | #bookmarks-menu-button[cui-areatype="toolbar"][starred]:hover, |
83e3b5cf RK |
582 | #bookmarks-menu-button[cui-areatype="toolbar"][starred][open="true"], |
583 | #bookmarks-menu-button[cui-areatype="toolbar"][starred] > .toolbarbutton-menubutton-button[open="true"] { | |
584 | /* When starred and clicked (for edit/delete dialog), | |
585 | * then only the menubutton-button itself is open, but not the whole menubutton. */ | |
43cc2806 RK |
586 | -moz-image-region: rect(18px, 162px, 36px, 144px); |
587 | } | |
588 | ||
7d3f7f14 | 589 | #bookmarks-menu-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon { |
43cc2806 RK |
590 | -moz-image-region: rect(0, 630px, 18px, 612px); |
591 | } | |
592 | ||
7d3f7f14 | 593 | #bookmarks-menu-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-dropmarker { |
43cc2806 RK |
594 | padding: 1px; |
595 | -moz-box-align: center; | |
596 | } | |
597 | ||
7d3f7f14 RK |
598 | #bookmarks-menu-button[cui-areatype="toolbar"]:hover > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon, |
599 | #bookmarks-menu-button[cui-areatype="toolbar"][open="true"] > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon { | |
43cc2806 RK |
600 | -moz-image-region: rect(18px, 630px, 36px, 612px); |
601 | } | |
602 | ||
7d3f7f14 RK |
603 | #bookmarks-menu-button[cui-areatype="toolbar"]:hover:active > .toolbarbutton-menubutton-dropmarker, |
604 | #bookmarks-menu-button[cui-areatype="toolbar"][open="true"] > .toolbarbutton-menubutton-dropmarker { | |
43cc2806 RK |
605 | padding-top: 2px; |
606 | padding-bottom: 0px; | |
607 | -moz-padding-start: 2px; | |
608 | -moz-padding-end: 0px; | |
609 | } | |
610 | ||
7d3f7f14 | 611 | #history-panelmenu[cui-areatype="toolbar"] { |
43cc2806 RK |
612 | -moz-image-region: rect(0, 180px, 18px, 162px); |
613 | } | |
614 | ||
7d3f7f14 RK |
615 | #history-panelmenu[cui-areatype="toolbar"]:hover, |
616 | #history-panelmenu[cui-areatype="toolbar"][open="true"] { | |
43cc2806 RK |
617 | -moz-image-region: rect(18px, 180px, 36px, 162px); |
618 | } | |
619 | ||
7d3f7f14 | 620 | #downloads-button[cui-areatype="toolbar"] { |
43cc2806 RK |
621 | -moz-image-region: rect(0, 198px, 18px, 180px); |
622 | } | |
623 | ||
7d3f7f14 RK |
624 | #downloads-button[cui-areatype="toolbar"]:hover, |
625 | #downloads-button[cui-areatype="toolbar"][open="true"] { | |
43cc2806 RK |
626 | -moz-image-region: rect(18px, 198px, 36px, 180px); |
627 | } | |
628 | ||
7d3f7f14 | 629 | #add-ons-button[cui-areatype="toolbar"] { |
43cc2806 RK |
630 | -moz-image-region: rect(0, 216px, 18px, 198px); |
631 | } | |
632 | ||
7d3f7f14 | 633 | #add-ons-button[cui-areatype="toolbar"]:hover { |
43cc2806 RK |
634 | -moz-image-region: rect(18px, 216px, 36px, 198px); |
635 | } | |
636 | ||
7d3f7f14 | 637 | #open-file-button[cui-areatype="toolbar"] { |
43cc2806 RK |
638 | -moz-image-region: rect(0, 234px, 18px, 216px); |
639 | } | |
640 | ||
7d3f7f14 | 641 | #open-file-button[cui-areatype="toolbar"]:hover { |
43cc2806 RK |
642 | -moz-image-region: rect(18px, 234px, 36px, 216px); |
643 | } | |
644 | ||
7d3f7f14 | 645 | #save-page-button[cui-areatype="toolbar"] { |
43cc2806 RK |
646 | -moz-image-region: rect(0, 252px, 18px, 234px); |
647 | } | |
648 | ||
7d3f7f14 | 649 | #save-page-button[cui-areatype="toolbar"]:hover { |
43cc2806 RK |
650 | -moz-image-region: rect(18px, 252px, 36px, 234px); |
651 | } | |
652 | ||
7d3f7f14 | 653 | #sync-button[cui-areatype="toolbar"] { |
43cc2806 RK |
654 | -moz-image-region: rect(0, 270px, 18px, 252px); |
655 | } | |
656 | ||
7d3f7f14 | 657 | #sync-button[cui-areatype="toolbar"]:hover { |
43cc2806 RK |
658 | -moz-image-region: rect(18px, 270px, 36px, 252px); |
659 | } | |
660 | ||
5401f433 RK |
661 | #sync-button[cui-areatype="toolbar"][status="active"], |
662 | #sync-button[cui-areatype="toolbar"][status="active"]:hover:active:not([disabled="true"]) { | |
663 | list-style-image: url("chrome://browser/skin/syncProgress-toolbar.png"); | |
664 | -moz-image-region: rect(0, 18px, 18px, 0px); | |
665 | } | |
666 | ||
667 | /* | |
668 | #sync-button[cui-areatype="toolbar"][status="active"]:-moz-lwtheme-brighttext, | |
669 | #sync-button[cui-areatype="toolbar"][status="active"]:-moz-lwtheme-brighttext:hover:active:not([disabled="true"]) { | |
670 | list-style-image: url("chrome://browser/skin/syncProgress-toolbar-inverted.png"); | |
671 | } | |
672 | */ | |
673 | ||
7d3f7f14 | 674 | #feed-button[cui-areatype="toolbar"] { |
43cc2806 RK |
675 | -moz-image-region: rect(0, 288px, 18px, 270px); |
676 | } | |
677 | ||
05148fed | 678 | #feed-button[cui-areatype="menu-panel"][panel-multiview-anchor=true], |
7d3f7f14 | 679 | #feed-button[cui-areatype="toolbar"]:hover:not([disabled="true"]) { |
43cc2806 RK |
680 | -moz-image-region: rect(18px, 288px, 36px, 270px); |
681 | } | |
682 | ||
7d3f7f14 | 683 | #feed-button[cui-areatype="toolbar"][disabled="true"] { |
cc4b0b0d RK |
684 | -moz-image-region: rect(36px, 288px, 54px, 270px); |
685 | } | |
686 | ||
7d3f7f14 | 687 | #social-share-button[cui-areatype="toolbar"] { |
43cc2806 RK |
688 | -moz-image-region: rect(0px, 306px, 18px, 288px); |
689 | } | |
690 | ||
22180555 RK |
691 | #social-share-button[cui-areatype="toolbar"]:hover:not([disabled="true"]), |
692 | #social-share-button[cui-areatype="toolbar"][open="true"] { | |
43cc2806 RK |
693 | -moz-image-region: rect(18px, 306px, 36px, 288px); |
694 | } | |
695 | ||
22180555 RK |
696 | #social-share-button[cui-areatype="toolbar"][disabled="true"] { |
697 | -moz-image-region: rect(36px, 306px, 54px, 288px); | |
698 | } | |
699 | ||
7d3f7f14 | 700 | #characterencoding-button[cui-areatype="toolbar"] { |
43cc2806 RK |
701 | -moz-image-region: rect(0, 324px, 18px, 306px); |
702 | } | |
703 | ||
7d3f7f14 RK |
704 | #characterencoding-button[cui-areatype="toolbar"]:hover:not([disabled="true"]), |
705 | #characterencoding-button[cui-areatype="toolbar"][open="true"] { | |
43cc2806 RK |
706 | -moz-image-region: rect(18px, 324px, 36px, 306px); |
707 | } | |
708 | ||
7d3f7f14 | 709 | #characterencoding-button[cui-areatype="toolbar"][disabled="true"] { |
cc4b0b0d RK |
710 | -moz-image-region: rect(36px, 324px, 54px, 306px); |
711 | } | |
712 | ||
7d3f7f14 | 713 | #new-window-button[cui-areatype="toolbar"] { |
43cc2806 RK |
714 | -moz-image-region: rect(0, 342px, 18px, 324px); |
715 | } | |
716 | ||
7d3f7f14 | 717 | #new-window-button[cui-areatype="toolbar"]:hover { |
43cc2806 RK |
718 | -moz-image-region: rect(18px, 342px, 36px, 324px); |
719 | } | |
720 | ||
46e71434 RK |
721 | #e10s-button[cui-areatype="toolbar"] { |
722 | -moz-image-region: rect(0, 342px, 18px, 324px); | |
723 | } | |
724 | ||
725 | #e10s-button[cui-areatype="toolbar"]:hover { | |
726 | -moz-image-region: rect(18px, 342px, 36px, 324px); | |
727 | } | |
728 | ||
729 | #e10s-button > .toolbarbutton-icon { | |
730 | transform: scaleY(-1); | |
731 | } | |
732 | ||
7d3f7f14 | 733 | #new-tab-button[cui-areatype="toolbar"] { |
43cc2806 RK |
734 | -moz-image-region: rect(0, 360px, 18px, 342px); |
735 | } | |
736 | ||
7d3f7f14 | 737 | #new-tab-button[cui-areatype="toolbar"]:hover { |
43cc2806 RK |
738 | -moz-image-region: rect(18px, 360px, 36px, 342px); |
739 | } | |
740 | ||
7d3f7f14 | 741 | #privatebrowsing-button[cui-areatype="toolbar"] { |
43cc2806 RK |
742 | -moz-image-region: rect(0, 378px, 18px, 360px); |
743 | } | |
744 | ||
7d3f7f14 | 745 | #privatebrowsing-button[cui-areatype="toolbar"]:hover { |
43cc2806 RK |
746 | -moz-image-region: rect(18px, 378px, 36px, 360px); |
747 | } | |
748 | ||
7d3f7f14 | 749 | #find-button[cui-areatype="toolbar"] { |
43cc2806 RK |
750 | -moz-image-region: rect(0, 396px, 18px, 378px); |
751 | } | |
752 | ||
7d3f7f14 | 753 | #find-button[cui-areatype="toolbar"]:hover { |
43cc2806 RK |
754 | -moz-image-region: rect(18px, 396px, 36px, 378px); |
755 | } | |
756 | ||
7d3f7f14 | 757 | #print-button[cui-areatype="toolbar"] { |
43cc2806 RK |
758 | -moz-image-region: rect(0, 414px, 18px, 396px); |
759 | } | |
760 | ||
7d3f7f14 | 761 | #print-button[cui-areatype="toolbar"]:hover { |
43cc2806 RK |
762 | -moz-image-region: rect(18px, 414px, 36px, 396px); |
763 | } | |
764 | ||
7d3f7f14 | 765 | #fullscreen-button[cui-areatype="toolbar"] { |
43cc2806 RK |
766 | -moz-image-region: rect(0, 432px, 18px, 414px); |
767 | } | |
768 | ||
7d3f7f14 | 769 | #fullscreen-button[cui-areatype="toolbar"]:hover { |
43cc2806 RK |
770 | -moz-image-region: rect(18px, 432px, 36px, 414px); |
771 | } | |
772 | ||
7d3f7f14 | 773 | #developer-button[cui-areatype="toolbar"] { |
43cc2806 RK |
774 | -moz-image-region: rect(0, 450px, 18px, 432px); |
775 | } | |
776 | ||
7d3f7f14 RK |
777 | #developer-button[cui-areatype="toolbar"]:hover, |
778 | #developer-button[cui-areatype="toolbar"][open="true"] { | |
43cc2806 RK |
779 | -moz-image-region: rect(18px, 450px, 36px, 432px); |
780 | } | |
781 | ||
7d3f7f14 | 782 | #preferences-button[cui-areatype="toolbar"] { |
43cc2806 RK |
783 | -moz-image-region: rect(0, 468px, 18px, 450px); |
784 | } | |
785 | ||
7d3f7f14 | 786 | #preferences-button[cui-areatype="toolbar"]:hover { |
43cc2806 RK |
787 | -moz-image-region: rect(18px, 468px, 36px, 450px); |
788 | } | |
789 | ||
7d3f7f14 | 790 | #PanelUI-menu-button { |
43cc2806 RK |
791 | -moz-image-region: rect(0, 486px, 18px, 468px); |
792 | } | |
793 | ||
7d3f7f14 RK |
794 | #PanelUI-menu-button:hover, |
795 | #PanelUI-menu-button[open="true"] { | |
43cc2806 RK |
796 | -moz-image-region: rect(18px, 486px, 36px, 468px); |
797 | } | |
798 | ||
51994fad | 799 | #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #cut-button { |
43cc2806 RK |
800 | -moz-image-region: rect(0, 504px, 18px, 486px); |
801 | } | |
802 | ||
51994fad | 803 | #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #cut-button:hover:not([disabled="true"]) { |
43cc2806 RK |
804 | -moz-image-region: rect(18px, 504px, 36px, 486px); |
805 | } | |
806 | ||
51994fad | 807 | #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #cut-button[disabled="true"] { |
cc4b0b0d RK |
808 | -moz-image-region: rect(36px, 504px, 54px, 486px); |
809 | } | |
810 | ||
51994fad | 811 | #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #copy-button { |
43cc2806 RK |
812 | -moz-image-region: rect(0, 522px, 18px, 504px); |
813 | } | |
814 | ||
51994fad | 815 | #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #copy-button:hover:not([disabled="true"]) { |
43cc2806 RK |
816 | -moz-image-region: rect(18px, 522px, 36px, 504px); |
817 | } | |
818 | ||
51994fad | 819 | #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #copy-button[disabled="true"] { |
cc4b0b0d RK |
820 | -moz-image-region: rect(36px, 522px, 54px, 504px); |
821 | } | |
822 | ||
51994fad | 823 | #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #paste-button { |
43cc2806 RK |
824 | -moz-image-region: rect(0, 540px, 18px, 522px); |
825 | } | |
826 | ||
51994fad | 827 | #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #paste-button:hover:not([disabled="true"]) { |
43cc2806 RK |
828 | -moz-image-region: rect(18px, 540px, 36px, 522px); |
829 | } | |
830 | ||
51994fad | 831 | #edit-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #paste-button[disabled="true"] { |
cc4b0b0d RK |
832 | -moz-image-region: rect(36px, 540px, 54px, 522px); |
833 | } | |
834 | ||
51994fad | 835 | #zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-out-button { |
43cc2806 RK |
836 | -moz-image-region: rect(0, 558px, 18px, 540px); |
837 | } | |
838 | ||
51994fad | 839 | #zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-out-button:hover:not([disabled="true"]) { |
43cc2806 RK |
840 | -moz-image-region: rect(18px, 558px, 36px, 540px); |
841 | } | |
842 | ||
51994fad | 843 | #zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-out-button[disabled="true"] { |
cc4b0b0d RK |
844 | -moz-image-region: rect(36px, 558px, 54px, 540px); |
845 | } | |
846 | ||
51994fad | 847 | #zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-in-button { |
43cc2806 RK |
848 | -moz-image-region: rect(0, 576px, 18px, 558px); |
849 | } | |
850 | ||
51994fad | 851 | #zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-in-button:hover:not([disabled="true"]) { |
43cc2806 RK |
852 | -moz-image-region: rect(18px, 576px, 36px, 558px); |
853 | } | |
854 | ||
51994fad | 855 | #zoom-controls:not(:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true])) > #zoom-in-button[disabled="true"] { |
cc4b0b0d RK |
856 | -moz-image-region: rect(36px, 576px, 54px, 558px); |
857 | } | |
858 | ||
7d3f7f14 | 859 | #nav-bar-overflow-button { |
43cc2806 RK |
860 | -moz-image-region: rect(0, 612px, 18px, 594px); |
861 | } | |
862 | ||
7d3f7f14 RK |
863 | #nav-bar-overflow-button:hover, |
864 | #nav-bar-overflow-button[open="true"] { | |
43cc2806 RK |
865 | -moz-image-region: rect(18px, 612px, 36px, 594px); |
866 | } | |
867 | ||
46e71434 RK |
868 | #nav-bar-overflow-button:-moz-locale-dir(rtl) > .toolbarbutton-icon { |
869 | transform: scaleX(-1); | |
870 | } | |
871 | ||
c0f6797e RK |
872 | #tabview-button { |
873 | -moz-image-region: rect(0, 648px, 18px, 630px); | |
874 | } | |
875 | ||
876 | #tabview-button:hover { | |
877 | -moz-image-region: rect(18px, 648px, 36px, 630px); | |
878 | } | |
879 | ||
880 | #email-link-button[cui-areatype="toolbar"] { | |
881 | -moz-image-region: rect(0, 666px, 18px, 648px); | |
882 | } | |
883 | ||
22180555 | 884 | #email-button[cui-areatype="toolbar"]:hover:not([disabled="true"]) { |
c0f6797e RK |
885 | -moz-image-region: rect(18px, 666px, 36px, 648px); |
886 | } | |
887 | ||
22180555 RK |
888 | #email-button[cui-areatype="toolbar"][disabled="true"] { |
889 | -moz-image-region: rect(36px, 666px, 54px, 648px); | |
890 | } | |
891 | ||
c0f6797e RK |
892 | #sidebar-button[cui-areatype="toolbar"] { |
893 | -moz-image-region: rect(0, 684px, 18px, 666px); | |
894 | } | |
895 | ||
896 | #sidebar-button[cui-areatype="toolbar"]:hover { | |
897 | -moz-image-region: rect(18px, 684px, 36px, 666px); | |
898 | } | |
899 | ||
22180555 RK |
900 | #panic-button[cui-areatype="toolbar"] { |
901 | -moz-image-region: rect(0, 702px, 18px, 684px); | |
902 | } | |
903 | ||
904 | #panic-button[cui-areatype="toolbar"]:hover, | |
905 | #panic-button[cui-areatype="toolbar"][open] { | |
906 | -moz-image-region: rect(18px, 702px, 36px, 684px); | |
907 | } | |
908 | ||
909 | #panic-button:-moz-locale-dir(rtl) > .toolbarbutton-icon { | |
910 | transform: scaleX(-1); | |
911 | } | |
912 | ||
913 | #web-apps-button[cui-areatype="toolbar"] { | |
914 | -moz-image-region: rect(0, 720px, 18px, 702px); | |
915 | } | |
916 | ||
917 | #web-apps-button[cui-areatype="toolbar"]:hover { | |
918 | -moz-image-region: rect(18px, 720px, 36px, 702px); | |
919 | } | |
920 | ||
58615cfe | 921 | #loop-button, |
8d1f53f0 | 922 | #loop-button > .toolbarbutton-badge-container { |
d0e580f1 RK |
923 | list-style-image: url("chrome://browser/skin/loop/toolbarfx.png"); |
924 | -moz-image-region: rect(0, 18px, 18px, 0); | |
925 | } | |
926 | ||
58615cfe | 927 | #loop-button:not([disabled="true"]):-moz-any(:hover,:hover:active,[open]), |
8d1f53f0 | 928 | #loop-button:not([disabled="true"]):-moz-any(:hover,:hover:active,[open]) > .toolbarbutton-badge-container { |
d0e580f1 RK |
929 | -moz-image-region: rect(0, 90px, 18px, 72px); |
930 | } | |
931 | ||
58615cfe RK |
932 | #loop-button[state="disabled"], |
933 | #loop-button[disabled="true"], | |
8d1f53f0 RK |
934 | #loop-button[state="disabled"] > .toolbarbutton-badge-container, |
935 | #loop-button[disabled="true"] > .toolbarbutton-badge-container { | |
d0e580f1 RK |
936 | -moz-image-region: rect(0, 36px, 18px, 18px); |
937 | } | |
938 | ||
58615cfe | 939 | #loop-button[disabled="true"]:-moz-any(:hover,:hover:active,[open]), |
8d1f53f0 | 940 | #loop-button[disabled="true"]:-moz-any(:hover,:hover:active,[open]) > .toolbarbutton-badge-container { |
d0e580f1 RK |
941 | -moz-image-region: rect(0, 126px, 18px, 108px); |
942 | } | |
943 | ||
58615cfe | 944 | #loop-button:not([disabled="true"])[state="error"], |
8d1f53f0 | 945 | #loop-button:not([disabled="true"])[state="error"] > .toolbarbutton-badge-container { |
d0e580f1 RK |
946 | -moz-image-region: rect(0, 54px, 18px, 36px); |
947 | } | |
948 | ||
58615cfe | 949 | #loop-button:not([disabled="true"])[state="action"], |
8d1f53f0 | 950 | #loop-button:not([disabled="true"])[state="action"] > .toolbarbutton-badge-container { |
d0e580f1 RK |
951 | -moz-image-region: rect(0, 72px, 18px, 54px); |
952 | } | |
953 | ||
58615cfe | 954 | #loop-button:not([disabled="true"])[state="active"], |
8d1f53f0 | 955 | #loop-button:not([disabled="true"])[state="active"] > .toolbarbutton-badge-container { |
d0e580f1 RK |
956 | -moz-image-region: rect(0, 108px, 18px, 90px); |
957 | } | |
958 | ||
e548e22e RK |
959 | #webide-button[cui-areatype="toolbar"] { |
960 | -moz-image-region: rect(0, 738px, 18px, 720px); | |
961 | } | |
962 | ||
963 | #webide-button[cui-areatype="toolbar"]:hover { | |
964 | -moz-image-region: rect(18px, 738px, 36px, 720px); | |
965 | } | |
966 | ||
31bc2dc1 RK |
967 | #pocket-button[cui-areatype="toolbar"] { |
968 | -moz-image-region: rect(0, 774px, 18px, 756px); | |
969 | } | |
970 | ||
971 | #pocket-button[cui-areatype="toolbar"]:hover, | |
972 | #pocket-button[cui-areatype="toolbar"][open] { | |
973 | -moz-image-region: rect(18px, 774px, 36px, 756px); | |
974 | } | |
975 | ||
43cc2806 RK |
976 | /* === END toolbarbuttons.inc.css === */ |
977 | ||
978 | /* === BEGIN menupanel.inc.css === */ | |
979 | ||
980 | /* Menu panel and palette styles */ | |
981 | ||
e548e22e RK |
982 | :root { |
983 | /* avoid aero overrides with changed filenames */ | |
984 | --menupanel-list-style-image: url(chrome://browser/skin/menuPanelFx.png); | |
985 | --menupanel-small-list-style-image: url(chrome://browser/skin/menuPanelFx-small.png); | |
986 | } | |
987 | ||
51994fad | 988 | toolbaritem[sdkstylewidget="true"] > toolbarbutton, |
5401f433 RK |
989 | :-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, |
990 | #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, | |
1988bb88 | 991 | #social-share-button, #open-file-button, #find-button, #developer-button, |
a5cb6e53 | 992 | #preferences-button, #privatebrowsing-button, #save-page-button, #add-ons-button, |
5401f433 RK |
993 | #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, |
994 | #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, | |
31bc2dc1 RK |
995 | #copy-button, #paste-button, #e10s-button, #panic-button, #web-apps-button, #webide-button, #loop-button, |
996 | #pocket-button)[cui-areatype="menu-panel"], | |
5401f433 RK |
997 | toolbarpaletteitem[place="palette"] > :-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, |
998 | #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, | |
1988bb88 | 999 | #social-share-button, #open-file-button, #find-button, #developer-button, |
a5cb6e53 | 1000 | #preferences-button, #privatebrowsing-button, #save-page-button, #add-ons-button, |
5401f433 RK |
1001 | #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, |
1002 | #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, | |
31bc2dc1 RK |
1003 | #copy-button, #paste-button, #e10s-button, #panic-button, #web-apps-button, #webide-button, #loop-button, |
1004 | #pocket-button) { | |
e548e22e | 1005 | list-style-image: var(--menupanel-list-style-image); |
43cc2806 RK |
1006 | } |
1007 | ||
1008 | #home-button[cui-areatype="menu-panel"], | |
7d3f7f14 | 1009 | toolbarpaletteitem[place="palette"] > #home-button { |
43cc2806 RK |
1010 | -moz-image-region: rect(0px, 128px, 32px, 96px); |
1011 | } | |
1012 | ||
cc4b0b0d | 1013 | #home-button[cui-areatype="menu-panel"]:hover, |
7d3f7f14 | 1014 | toolbarpaletteitem[place="palette"] > #home-button:hover { |
cc4b0b0d RK |
1015 | -moz-image-region: rect(32px, 128px, 64px, 96px); |
1016 | } | |
1017 | ||
43cc2806 | 1018 | #bookmarks-menu-button[cui-areatype="menu-panel"], |
7d3f7f14 | 1019 | toolbarpaletteitem[place="palette"] > #bookmarks-menu-button { |
46e71434 | 1020 | -moz-image-region: rect(0px, 192px, 32px, 160px); |
43cc2806 RK |
1021 | } |
1022 | ||
cc4b0b0d | 1023 | #bookmarks-menu-button[cui-areatype="menu-panel"]:hover, |
7d3f7f14 | 1024 | toolbarpaletteitem[place="palette"] > #bookmarks-menu-button:hover { |
46e71434 RK |
1025 | -moz-image-region: rect(32px, 192px, 64px, 160px); |
1026 | } | |
1027 | ||
1028 | #bookmarks-menu-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] { | |
1029 | -moz-image-region: rect(32px, 192px, 64px, 160px); | |
cc4b0b0d RK |
1030 | } |
1031 | ||
43cc2806 | 1032 | #history-panelmenu[cui-areatype="menu-panel"], |
7d3f7f14 | 1033 | toolbarpaletteitem[place="palette"] > #history-panelmenu { |
43cc2806 RK |
1034 | -moz-image-region: rect(0px, 224px, 32px, 192px); |
1035 | } | |
1036 | ||
cc4b0b0d | 1037 | #history-panelmenu[cui-areatype="menu-panel"]:hover, |
7d3f7f14 | 1038 | toolbarpaletteitem[place="palette"] > #history-panelmenu:hover { |
cc4b0b0d RK |
1039 | -moz-image-region: rect(32px, 224px, 64px, 192px); |
1040 | } | |
1041 | ||
46e71434 RK |
1042 | #history-panelmenu[cui-areatype="menu-panel"][panel-multiview-anchor=true] { |
1043 | -moz-image-region: rect(32px, 224px, 64px, 192px); | |
1044 | } | |
1045 | ||
43cc2806 | 1046 | #downloads-button[cui-areatype="menu-panel"], |
7d3f7f14 | 1047 | toolbarpaletteitem[place="palette"] > #downloads-button { |
43cc2806 RK |
1048 | -moz-image-region: rect(0px, 256px, 32px, 224px); |
1049 | } | |
1050 | ||
cc4b0b0d | 1051 | #downloads-button[cui-areatype="menu-panel"]:hover, |
7d3f7f14 | 1052 | toolbarpaletteitem[place="palette"] > #downloads-button:hover { |
cc4b0b0d RK |
1053 | -moz-image-region: rect(32px, 256px, 64px, 224px); |
1054 | } | |
1055 | ||
43cc2806 | 1056 | #add-ons-button[cui-areatype="menu-panel"], |
7d3f7f14 | 1057 | toolbarpaletteitem[place="palette"] > #add-ons-button { |
43cc2806 RK |
1058 | -moz-image-region: rect(0px, 288px, 32px, 256px); |
1059 | } | |
1060 | ||
cc4b0b0d | 1061 | #add-ons-button[cui-areatype="menu-panel"]:hover, |
7d3f7f14 | 1062 | toolbarpaletteitem[place="palette"] > #add-ons-button:hover { |
cc4b0b0d RK |
1063 | -moz-image-region: rect(32px, 288px, 64px, 256px); |
1064 | } | |
1065 | ||
43cc2806 | 1066 | #open-file-button[cui-areatype="menu-panel"], |
7d3f7f14 | 1067 | toolbarpaletteitem[place="palette"] > #open-file-button { |
43cc2806 RK |
1068 | -moz-image-region: rect(0px, 320px, 32px, 288px); |
1069 | } | |
1070 | ||
cc4b0b0d | 1071 | #open-file-button[cui-areatype="menu-panel"]:hover, |
7d3f7f14 | 1072 | toolbarpaletteitem[place="palette"] > #open-file-button:hover { |
cc4b0b0d RK |
1073 | -moz-image-region: rect(32px, 320px, 64px, 288px); |
1074 | } | |
1075 | ||
43cc2806 | 1076 | #save-page-button[cui-areatype="menu-panel"], |
7d3f7f14 | 1077 | toolbarpaletteitem[place="palette"] > #save-page-button { |
43cc2806 RK |
1078 | -moz-image-region: rect(0px, 352px, 32px, 320px); |
1079 | } | |
1080 | ||
cc4b0b0d | 1081 | #save-page-button[cui-areatype="menu-panel"]:hover, |
7d3f7f14 | 1082 | toolbarpaletteitem[place="palette"] > #save-page-button:hover { |
cc4b0b0d RK |
1083 | -moz-image-region: rect(32px, 352px, 64px, 320px); |
1084 | } | |
1085 | ||
43cc2806 | 1086 | #sync-button[cui-areatype="menu-panel"], |
7d3f7f14 | 1087 | toolbarpaletteitem[place="palette"] > #sync-button { |
43cc2806 RK |
1088 | -moz-image-region: rect(0px, 384px, 32px, 352px); |
1089 | } | |
1090 | ||
cc4b0b0d | 1091 | #sync-button[cui-areatype="menu-panel"]:hover, |
7d3f7f14 | 1092 | toolbarpaletteitem[place="palette"] > #sync-button:hover { |
cc4b0b0d RK |
1093 | -moz-image-region: rect(32px, 384px, 64px, 352px); |
1094 | } | |
1095 | ||
5401f433 RK |
1096 | #sync-button[cui-areatype="menu-panel"][status="active"] { |
1097 | list-style-image: url("chrome://browser/skin/syncProgress-menuPanel.png"); | |
1098 | -moz-image-region: rect(0px, 32px, 32px, 0px); | |
1099 | } | |
1100 | ||
43cc2806 | 1101 | #feed-button[cui-areatype="menu-panel"], |
7d3f7f14 | 1102 | toolbarpaletteitem[place="palette"] > #feed-button { |
43cc2806 RK |
1103 | -moz-image-region: rect(0px, 416px, 32px, 384px); |
1104 | } | |
1105 | ||
cc4b0b0d | 1106 | #feed-button[cui-areatype="menu-panel"]:hover:not([disabled="true"]), |
7d3f7f14 | 1107 | toolbarpaletteitem[place="palette"] > #feed-button:hover:not([disabled="true"]) { |
cc4b0b0d RK |
1108 | -moz-image-region: rect(32px, 416px, 64px, 384px); |
1109 | } | |
1110 | ||
1111 | #feed-button[cui-areatype="menu-panel"][disabled="true"], | |
7d3f7f14 | 1112 | toolbarpaletteitem[place="palette"] > #feed-button[disabled="true"] { |
cc4b0b0d RK |
1113 | -moz-image-region: rect(64px, 416px, 96px, 384px); |
1114 | } | |
1115 | ||
43cc2806 | 1116 | #social-share-button[cui-areatype="menu-panel"], |
7d3f7f14 | 1117 | toolbarpaletteitem[place="palette"] > #social-share-button { |
43cc2806 RK |
1118 | -moz-image-region: rect(0px, 448px, 32px, 416px); |
1119 | } | |
1120 | ||
22180555 RK |
1121 | #social-share-button[cui-areatype="menu-panel"]:hover:not([disabled="true"]), |
1122 | toolbarpaletteitem[place="palette"] > #social-share-button:hover:not([disabled="true"]) { | |
cc4b0b0d RK |
1123 | -moz-image-region: rect(32px, 448px, 64px, 416px); |
1124 | } | |
1125 | ||
22180555 RK |
1126 | #social-share-button[cui-areatype="menu-panel"][disabled="true"], |
1127 | toolbarpaletteitem[place="palette"] > #social-share-button[disabled="true"] { | |
1128 | -moz-image-region: rect(64px, 448px, 96px, 416px); | |
1129 | } | |
1130 | ||
43cc2806 | 1131 | #characterencoding-button[cui-areatype="menu-panel"], |
7d3f7f14 | 1132 | toolbarpaletteitem[place="palette"] > #characterencoding-button { |
43cc2806 RK |
1133 | -moz-image-region: rect(0px, 480px, 32px, 448px); |
1134 | } | |
1135 | ||
cc4b0b0d | 1136 | #characterencoding-button[cui-areatype="menu-panel"]:hover:not([disabled="true"]), |
7d3f7f14 | 1137 | toolbarpaletteitem[place="palette"] > #characterencoding-button:hover:not([disabled="true"]) { |
cc4b0b0d RK |
1138 | -moz-image-region: rect(32px, 480px, 64px, 448px); |
1139 | } | |
1140 | ||
1141 | #characterencoding-button[cui-areatype="menu-panel"][disabled="true"], | |
7d3f7f14 | 1142 | toolbarpaletteitem[place="palette"] > #characterencoding-button[disabled="true"] { |
cc4b0b0d RK |
1143 | -moz-image-region: rect(64px, 480px, 96px, 448px); |
1144 | } | |
1145 | ||
46e71434 RK |
1146 | #characterencoding-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] { |
1147 | -moz-image-region: rect(32px, 480px, 64px, 448px); | |
1148 | } | |
1149 | ||
43cc2806 | 1150 | #new-window-button[cui-areatype="menu-panel"], |
7d3f7f14 | 1151 | toolbarpaletteitem[place="palette"] > #new-window-button { |
43cc2806 RK |
1152 | -moz-image-region: rect(0px, 512px, 32px, 480px); |
1153 | } | |
1154 | ||
cc4b0b0d | 1155 | #new-window-button[cui-areatype="menu-panel"]:hover, |
7d3f7f14 | 1156 | toolbarpaletteitem[place="palette"] > #new-window-button:hover { |
cc4b0b0d RK |
1157 | -moz-image-region: rect(32px, 512px, 64px, 480px); |
1158 | } | |
1159 | ||
5401f433 RK |
1160 | #e10s-button[cui-areatype="menu-panel"], |
1161 | toolbarpaletteitem[place="palette"] > #e10s-button { | |
1162 | -moz-image-region: rect(0px, 512px, 32px, 480px); | |
1163 | } | |
1164 | ||
1165 | #e10s-button[cui-areatype="menu-panel"]:hover, | |
1166 | toolbarpaletteitem[place="palette"] > #e10s-button:hover { | |
1167 | -moz-image-region: rect(32px, 512px, 64px, 480px); | |
1168 | } | |
1169 | ||
43cc2806 | 1170 | #new-tab-button[cui-areatype="menu-panel"], |
7d3f7f14 | 1171 | toolbarpaletteitem[place="palette"] > #new-tab-button { |
43cc2806 RK |
1172 | -moz-image-region: rect(0px, 544px, 32px, 512px); |
1173 | } | |
1174 | ||
cc4b0b0d | 1175 | #new-tab-button[cui-areatype="menu-panel"]:hover, |
7d3f7f14 | 1176 | toolbarpaletteitem[place="palette"] > #new-tab-button:hover { |
cc4b0b0d RK |
1177 | -moz-image-region: rect(32px, 544px, 64px, 512px); |
1178 | } | |
1179 | ||
43cc2806 | 1180 | #privatebrowsing-button[cui-areatype="menu-panel"], |
7d3f7f14 | 1181 | toolbarpaletteitem[place="palette"] > #privatebrowsing-button { |
43cc2806 RK |
1182 | -moz-image-region: rect(0px, 576px, 32px, 544px); |
1183 | } | |
1184 | ||
cc4b0b0d | 1185 | #privatebrowsing-button[cui-areatype="menu-panel"]:hover, |
7d3f7f14 | 1186 | toolbarpaletteitem[place="palette"] > #privatebrowsing-button:hover { |
cc4b0b0d RK |
1187 | -moz-image-region: rect(32px, 576px, 64px, 544px); |
1188 | } | |
1189 | ||
46e71434 RK |
1190 | #tabview-button[cui-areatype="menu-panel"], |
1191 | toolbarpaletteitem[place="palette"] > #tabview-button { | |
1192 | -moz-image-region: rect(0px, 608px, 32px, 576px); | |
1193 | } | |
1194 | ||
1195 | #tabview-button[cui-areatype="menu-panel"]:hover, | |
1196 | toolbarpaletteitem[place="palette"] > #tabview-button:hover { | |
1197 | -moz-image-region: rect(32px, 608px, 64px, 576px); | |
1198 | } | |
1199 | ||
43cc2806 | 1200 | #find-button[cui-areatype="menu-panel"], |
7d3f7f14 | 1201 | toolbarpaletteitem[place="palette"] > #find-button { |
43cc2806 RK |
1202 | -moz-image-region: rect(0px, 640px, 32px, 608px); |
1203 | } | |
1204 | ||
cc4b0b0d | 1205 | #find-button[cui-areatype="menu-panel"]:hover, |
7d3f7f14 | 1206 | toolbarpaletteitem[place="palette"] > #find-button:hover { |
cc4b0b0d RK |
1207 | -moz-image-region: rect(32px, 640px, 64px, 608px); |
1208 | } | |
1209 | ||
43cc2806 | 1210 | #print-button[cui-areatype="menu-panel"], |
7d3f7f14 | 1211 | toolbarpaletteitem[place="palette"] > #print-button { |
43cc2806 RK |
1212 | -moz-image-region: rect(0px, 672px, 32px, 640px); |
1213 | } | |
1214 | ||
cc4b0b0d | 1215 | #print-button[cui-areatype="menu-panel"]:hover, |
7d3f7f14 | 1216 | toolbarpaletteitem[place="palette"] > #print-button:hover { |
cc4b0b0d RK |
1217 | -moz-image-region: rect(32px, 672px, 64px, 640px); |
1218 | } | |
1219 | ||
43cc2806 | 1220 | #fullscreen-button[cui-areatype="menu-panel"], |
7d3f7f14 | 1221 | toolbarpaletteitem[place="palette"] > #fullscreen-button { |
43cc2806 RK |
1222 | -moz-image-region: rect(0px, 704px, 32px, 672px); |
1223 | } | |
1224 | ||
cc4b0b0d | 1225 | #fullscreen-button[cui-areatype="menu-panel"]:hover, |
7d3f7f14 | 1226 | toolbarpaletteitem[place="palette"] > #fullscreen-button:hover { |
cc4b0b0d RK |
1227 | -moz-image-region: rect(32px, 704px, 64px, 672px); |
1228 | } | |
1229 | ||
43cc2806 | 1230 | #developer-button[cui-areatype="menu-panel"], |
7d3f7f14 | 1231 | toolbarpaletteitem[place="palette"] > #developer-button { |
43cc2806 RK |
1232 | -moz-image-region: rect(0px, 736px, 32px, 704px); |
1233 | } | |
1234 | ||
cc4b0b0d | 1235 | #developer-button[cui-areatype="menu-panel"]:hover, |
7d3f7f14 | 1236 | toolbarpaletteitem[place="palette"] > #developer-button:hover { |
cc4b0b0d RK |
1237 | -moz-image-region: rect(32px, 736px, 64px, 704px); |
1238 | } | |
1239 | ||
46e71434 RK |
1240 | #developer-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] { |
1241 | -moz-image-region: rect(32px, 736px, 64px, 704px); | |
1242 | } | |
1243 | ||
43cc2806 | 1244 | #preferences-button[cui-areatype="menu-panel"], |
7d3f7f14 | 1245 | toolbarpaletteitem[place="palette"] > #preferences-button { |
43cc2806 RK |
1246 | -moz-image-region: rect(0px, 768px, 32px, 736px); |
1247 | } | |
1248 | ||
cc4b0b0d | 1249 | #preferences-button[cui-areatype="menu-panel"]:hover, |
7d3f7f14 | 1250 | toolbarpaletteitem[place="palette"] > #preferences-button:hover { |
cc4b0b0d RK |
1251 | -moz-image-region: rect(32px, 768px, 64px, 736px); |
1252 | } | |
1253 | ||
46e71434 RK |
1254 | #email-link-button[cui-areatype="menu-panel"], |
1255 | toolbarpaletteitem[place="palette"] > #email-link-button { | |
1256 | -moz-image-region: rect(0, 800px, 32px, 768px); | |
1257 | } | |
1258 | ||
22180555 RK |
1259 | #email-link-button[cui-areatype="menu-panel"]:hover:not([disabled="true"]), |
1260 | toolbarpaletteitem[place="palette"] > #email-link-button:hover:not([disabled="true"]) { | |
46e71434 RK |
1261 | -moz-image-region: rect(32px, 800px, 64px, 768px); |
1262 | } | |
1263 | ||
22180555 RK |
1264 | #email-link-button[cui-areatype="menu-panel"][disabled="true"], |
1265 | toolbarpaletteitem[place="palette"] > #email-link-button[disabled="true"] { | |
1266 | -moz-image-region: rect(64px, 800px, 96px, 768px); | |
1267 | } | |
1268 | ||
46e71434 RK |
1269 | #sidebar-button[cui-areatype="menu-panel"], |
1270 | toolbarpaletteitem[place="palette"] > #sidebar-button { | |
1271 | -moz-image-region: rect(0, 864px, 32px, 832px); | |
1272 | } | |
1273 | ||
1274 | #sidebar-button[cui-areatype="menu-panel"]:hover, | |
22180555 RK |
1275 | toolbarpaletteitem[place="palette"] > #sidebar-button:hover, |
1276 | #sidebar-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] { | |
46e71434 RK |
1277 | -moz-image-region: rect(32px, 864px, 64px, 832px); |
1278 | } | |
1279 | ||
22180555 RK |
1280 | #panic-button[cui-areatype="menu-panel"], |
1281 | toolbarpaletteitem[place="palette"] > #panic-button { | |
1282 | -moz-image-region: rect(0, 896px, 32px, 864px); | |
1283 | } | |
1284 | ||
1285 | #panic-button[cui-areatype="menu-panel"]:hover, | |
1286 | toolbarpaletteitem[place="palette"] > #panic-button:hover, | |
1287 | #panic-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] { | |
1288 | -moz-image-region: rect(32px, 896px, 64px, 864px); | |
1289 | } | |
1290 | ||
1291 | #web-apps-button[cui-areatype="menu-panel"], | |
1292 | toolbarpaletteitem[place="palette"] > #web-apps-button { | |
1293 | -moz-image-region: rect(0, 928px, 32px, 896px); | |
1294 | } | |
1295 | ||
1296 | #web-apps-button[cui-areatype="menu-panel"]:hover, | |
1297 | toolbarpaletteitem[place="palette"] > #web-apps-button:hover { | |
1298 | -moz-image-region: rect(32px, 928px, 64px, 896px); | |
46e71434 RK |
1299 | } |
1300 | ||
e548e22e RK |
1301 | #webide-button[cui-areatype="menu-panel"], |
1302 | toolbarpaletteitem[place="palette"] > #webide-button { | |
1303 | -moz-image-region: rect(0px, 960px, 32px, 928px); | |
1304 | } | |
1305 | ||
1306 | #webide-button[cui-areatype="menu-panel"]:hover, | |
1307 | toolbarpaletteitem[place="palette"] > #webide-button:hover { | |
1308 | -moz-image-region: rect(32px, 960px, 64px, 928px); | |
1309 | } | |
1310 | ||
31bc2dc1 RK |
1311 | #pocket-button[cui-areatype="menu-panel"], |
1312 | toolbarpaletteitem[place="palette"] > #pocket-button { | |
1313 | -moz-image-region: rect(0px, 992px, 32px, 960px); | |
1314 | } | |
1315 | ||
1316 | #pocket-button[cui-areatype="menu-panel"][panel-multiview-anchor=true] { | |
1317 | -moz-image-region: rect(32px, 992px, 64px, 960px); | |
1318 | } | |
1319 | ||
46e71434 RK |
1320 | toolbaritem[sdkstylewidget="true"] > toolbarbutton { |
1321 | -moz-image-region: rect(0, 832px, 32px, 800px); | |
1322 | } | |
1323 | ||
58615cfe RK |
1324 | #loop-button[cui-areatype="menu-panel"], |
1325 | toolbarpaletteitem[place="palette"] > #loop-button, | |
8d1f53f0 RK |
1326 | #loop-button[cui-areatype="menu-panel"] > .toolbarbutton-badge-container, |
1327 | toolbarpaletteitem[place="palette"] > #loop-button > .toolbarbutton-badge-container { | |
d0e580f1 RK |
1328 | list-style-image: url("chrome://browser/skin/loop/menuPanel.png"); |
1329 | -moz-image-region: rect(0, 32px, 32px, 0); | |
1330 | } | |
1331 | ||
1332 | /* Make sure that the state icons are not shown in the customization palette. */ | |
58615cfe | 1333 | toolbarpaletteitem[place="palette"] > #loop-button, |
8d1f53f0 | 1334 | toolbarpaletteitem[place="palette"] > #loop-button > .toolbarbutton-badge-container { |
d0e580f1 RK |
1335 | -moz-image-region: rect(0, 32px, 32px, 0) !important; |
1336 | } | |
1337 | ||
58615cfe | 1338 | #loop-button[cui-areatype="menu-panel"]:not([disabled="true"]):-moz-any(:hover,:hover:active,[open]), |
8d1f53f0 | 1339 | #loop-button[cui-areatype="menu-panel"]:not([disabled="true"]):-moz-any(:hover,:hover:active,[open]) > .toolbarbutton-badge-container { |
d0e580f1 RK |
1340 | -moz-image-region: rect(0, 160px, 32px, 128px); |
1341 | } | |
1342 | ||
58615cfe RK |
1343 | #loop-button[cui-areatype="menu-panel"][state="disabled"], |
1344 | #loop-button[cui-areatype="menu-panel"][disabled="true"], | |
8d1f53f0 RK |
1345 | #loop-button[cui-areatype="menu-panel"][state="disabled"] > .toolbarbutton-badge-container, |
1346 | #loop-button[cui-areatype="menu-panel"][disabled="true"] > .toolbarbutton-badge-container { | |
d0e580f1 RK |
1347 | -moz-image-region: rect(0, 64px, 32px, 32px); |
1348 | } | |
1349 | ||
58615cfe | 1350 | #loop-button[cui-areatype="menu-panel"][disabled="true"]:-moz-any(:hover,:hover:active,[open]), |
8d1f53f0 | 1351 | #loop-button[cui-areatype="menu-panel"][disabled="true"]:-moz-any(:hover,:hover:active,[open]) > .toolbarbutton-badge-container { |
d0e580f1 RK |
1352 | -moz-image-region: rect(0, 224px, 32px, 192px); |
1353 | } | |
1354 | ||
58615cfe | 1355 | #loop-button[cui-areatype="menu-panel"]:not([disabled="true"])[state="error"], |
8d1f53f0 | 1356 | #loop-button[cui-areatype="menu-panel"]:not([disabled="true"])[state="error"] > .toolbarbutton-badge-container { |
d0e580f1 RK |
1357 | -moz-image-region: rect(0, 96px, 32px, 64px); |
1358 | } | |
1359 | ||
58615cfe | 1360 | #loop-button[cui-areatype="menu-panel"]:not([disabled="true"])[state="action"], |
8d1f53f0 | 1361 | #loop-button[cui-areatype="menu-panel"]:not([disabled="true"])[state="action"] > .toolbarbutton-badge-container { |
d0e580f1 RK |
1362 | -moz-image-region: rect(0, 128px, 32px, 96px); |
1363 | } | |
1364 | ||
58615cfe | 1365 | #loop-button[cui-areatype="menu-panel"]:not([disabled="true"])[state="active"], |
8d1f53f0 | 1366 | #loop-button[cui-areatype="menu-panel"]:not([disabled="true"])[state="active"] > .toolbarbutton-badge-container { |
d0e580f1 RK |
1367 | -moz-image-region: rect(0, 192px, 32px, 160px); |
1368 | } | |
1369 | ||
43cc2806 RK |
1370 | /* Wide panel control icons */ |
1371 | ||
51994fad RK |
1372 | #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > toolbarbutton, |
1373 | #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > toolbarbutton, | |
7d3f7f14 RK |
1374 | toolbarpaletteitem[place="palette"] > #edit-controls > toolbarbutton, |
1375 | toolbarpaletteitem[place="palette"] > #zoom-controls > toolbarbutton { | |
e548e22e | 1376 | list-style-image: var(--menupanel-small-list-style-image); |
43cc2806 RK |
1377 | } |
1378 | ||
51994fad | 1379 | #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #cut-button, |
7d3f7f14 | 1380 | toolbarpaletteitem[place="palette"] > #edit-controls > #cut-button { |
43cc2806 RK |
1381 | -moz-image-region: rect(0px, 32px, 16px, 16px); |
1382 | } | |
1383 | ||
51994fad | 1384 | #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #cut-button:hover:not([disabled="true"]), |
7d3f7f14 | 1385 | toolbarpaletteitem[place="palette"] > #edit-controls > #cut-button:hover:not([disabled="true"]) { |
cc4b0b0d RK |
1386 | -moz-image-region: rect(16px, 32px, 32px, 16px); |
1387 | } | |
1388 | ||
51994fad | 1389 | #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #cut-button[disabled="true"], |
7d3f7f14 | 1390 | toolbarpaletteitem[place="palette"] > #edit-controls > #cut-button[disabled="true"] { |
cc4b0b0d RK |
1391 | -moz-image-region: rect(32px, 32px, 48px, 16px); |
1392 | } | |
1393 | ||
51994fad | 1394 | #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #copy-button, |
7d3f7f14 | 1395 | toolbarpaletteitem[place="palette"] > #edit-controls > #copy-button { |
43cc2806 RK |
1396 | -moz-image-region: rect(0px, 48px, 16px, 32px); |
1397 | } | |
1398 | ||
51994fad | 1399 | #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #copy-button:hover:not([disabled="true"]), |
7d3f7f14 | 1400 | toolbarpaletteitem[place="palette"] > #edit-controls > #copy-button:hover:not([disabled="true"]) { |
cc4b0b0d RK |
1401 | -moz-image-region: rect(16px, 48px, 32px, 32px); |
1402 | } | |
1403 | ||
51994fad | 1404 | #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #copy-button[disabled="true"], |
7d3f7f14 | 1405 | toolbarpaletteitem[place="palette"] > #edit-controls > #copy-button[disabled="true"] { |
cc4b0b0d RK |
1406 | -moz-image-region: rect(32px, 48px, 48px, 32px); |
1407 | } | |
1408 | ||
51994fad | 1409 | #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #paste-button, |
7d3f7f14 | 1410 | toolbarpaletteitem[place="palette"] > #edit-controls > #paste-button { |
43cc2806 RK |
1411 | -moz-image-region: rect(0px, 64px, 16px, 48px); |
1412 | } | |
1413 | ||
51994fad | 1414 | #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #paste-button:hover:not([disabled="true"]), |
7d3f7f14 | 1415 | toolbarpaletteitem[place="palette"] > #edit-controls > #paste-button:hover:not([disabled="true"]) { |
cc4b0b0d RK |
1416 | -moz-image-region: rect(16px, 64px, 32px, 48px); |
1417 | } | |
1418 | ||
51994fad | 1419 | #edit-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #paste-button[disabled="true"], |
7d3f7f14 | 1420 | toolbarpaletteitem[place="palette"] > #edit-controls > #paste-button[disabled="true"] { |
cc4b0b0d RK |
1421 | -moz-image-region: rect(32px, 64px, 48px, 48px); |
1422 | } | |
1423 | ||
51994fad | 1424 | #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-out-button, |
7d3f7f14 | 1425 | toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-out-button { |
43cc2806 RK |
1426 | -moz-image-region: rect(0px, 80px, 16px, 64px); |
1427 | } | |
1428 | ||
51994fad | 1429 | #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-out-button:hover:not([disabled="true"]), |
7d3f7f14 | 1430 | toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-out-button:hover:not([disabled="true"]) { |
cc4b0b0d RK |
1431 | -moz-image-region: rect(16px, 80px, 32px, 64px); |
1432 | } | |
1433 | ||
51994fad | 1434 | #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-out-button[disabled="true"], |
7d3f7f14 | 1435 | toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-out-button[disabled="true"] { |
cc4b0b0d RK |
1436 | -moz-image-region: rect(32px, 80px, 48px, 64px); |
1437 | } | |
1438 | ||
51994fad | 1439 | #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-in-button, |
7d3f7f14 | 1440 | toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-in-button { |
43cc2806 RK |
1441 | -moz-image-region: rect(0px, 96px, 16px, 80px); |
1442 | } | |
1443 | ||
51994fad | 1444 | #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-in-button:hover:not([disabled="true"]), |
7d3f7f14 | 1445 | toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-in-button:hover:not([disabled="true"]) { |
cc4b0b0d RK |
1446 | -moz-image-region: rect(16px, 96px, 32px, 80px); |
1447 | } | |
1448 | ||
51994fad | 1449 | #zoom-controls:-moz-any(:not([cui-areatype="toolbar"]), [overflowedItem=true]) > #zoom-in-button[disabled="true"], |
7d3f7f14 | 1450 | toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-in-button[disabled="true"] { |
cc4b0b0d RK |
1451 | -moz-image-region: rect(32px, 96px, 48px, 80px); |
1452 | } | |
1453 | ||
e548e22e RK |
1454 | #add-share-provider { |
1455 | list-style-image: var(--menupanel-small-list-style-image); | |
1456 | -moz-image-region: rect(0px, 96px, 16px, 80px); | |
1457 | } | |
1458 | ||
43cc2806 RK |
1459 | /* === END menupanel.inc.css === */ |
1460 | ||
63ada306 RK |
1461 | .toolbarbutton-1:not([type="menu-button"]) { |
1462 | -moz-box-orient: vertical; | |
1463 | } | |
1464 | ||
319c6529 RK |
1465 | .toolbarbutton-1, |
1466 | .toolbarbutton-1 > .toolbarbutton-menubutton-button { | |
c0f6797e RK |
1467 | /* min-width: 36px; |
1468 | min-height: 36px;*/ | |
319c6529 RK |
1469 | } |
1470 | ||
1471 | .toolbarbutton-1, | |
1472 | .toolbarbutton-1 > .toolbarbutton-menubutton-button, | |
1473 | .toolbarbutton-1[disabled="true"]:hover:active, | |
1474 | .toolbarbutton-1[disabled="true"]:hover:active > .toolbarbutton-menubutton-button { | |
1475 | padding: 1px 2px; | |
1476 | } | |
1477 | ||
1478 | .toolbarbutton-1:hover:active, | |
1479 | .toolbarbutton-1[open="true"], | |
1480 | .toolbarbutton-1:hover:active > .toolbarbutton-menubutton-button { | |
1481 | padding-top: 2px; | |
1482 | padding-bottom: 0px; | |
1483 | -moz-padding-start: 3px; | |
1484 | -moz-padding-end: 1px; | |
1485 | } | |
1486 | ||
c0f6797e RK |
1487 | #main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-icon, |
1488 | #main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-menu-dropmarker, | |
1489 | #main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-menubutton-dropmarker, | |
1490 | #main-window:not([customizing]) .toolbarbutton-1[disabled=true] > .toolbarbutton-menubutton-button > .toolbarbutton-icon, | |
1491 | #main-window:not([customizing]) .toolbarbutton-1 > .toolbarbutton-menubutton-button[disabled=true] > .toolbarbutton-icon { | |
e20c83c3 RK |
1492 | } |
1493 | ||
c0f6797e RK |
1494 | .toolbarbutton-1 > .toolbarbutton-menu-dropmarker, |
1495 | .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker { | |
e20c83c3 RK |
1496 | } |
1497 | ||
c0f6797e RK |
1498 | toolbar .toolbarbutton-1 > .toolbarbutton-menu-dropmarker:-moz-lwtheme-brighttext, |
1499 | toolbar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker:-moz-lwtheme-brighttext { | |
319c6529 RK |
1500 | } |
1501 | ||
c0f6797e RK |
1502 | .toolbarbutton-1 > .toolbarbutton-icon, |
1503 | .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon { | |
319c6529 RK |
1504 | } |
1505 | ||
20752032 | 1506 | .findbar-button, |
c0f6797e RK |
1507 | #nav-bar .toolbarbutton-1, |
1508 | #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button { | |
319c6529 RK |
1509 | } |
1510 | ||
c0f6797e RK |
1511 | #nav-bar .toolbarbutton-1:not([type=menu-button]), |
1512 | #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button, | |
1513 | #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker { | |
319c6529 RK |
1514 | } |
1515 | ||
c0f6797e RK |
1516 | #nav-bar #PanelUI-menu-button { |
1517 | /* -moz-padding-start: 7px; | |
1518 | -moz-padding-end: 5px;*/ | |
319c6529 RK |
1519 | } |
1520 | ||
1437a48c | 1521 | #nav-bar .toolbarbutton-1[type=panel]:not(#back-button):not(#forward-button):not(#feed-button):not(#PanelUI-menu-button), |
8c5bee4f | 1522 | #nav-bar .toolbarbutton-1[type=menu]:not(#back-button):not(#forward-button):not(#feed-button):not(#PanelUI-menu-button) { |
c0f6797e RK |
1523 | /* padding-left: 5px; |
1524 | padding-right: 5px;*/ | |
319c6529 RK |
1525 | } |
1526 | ||
c0f6797e RK |
1527 | #nav-bar .toolbarbutton-1 > menupopup { |
1528 | /* margin-top: -3px;*/ | |
319c6529 RK |
1529 | } |
1530 | ||
c0f6797e | 1531 | #nav-bar .toolbarbutton-1 > menupopup.cui-widget-panel { |
c1d2ce3e | 1532 | margin-top: -4px; |
319c6529 RK |
1533 | } |
1534 | ||
c0f6797e RK |
1535 | #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button { |
1536 | /* -moz-padding-end: 0;*/ | |
319c6529 RK |
1537 | } |
1538 | ||
c0f6797e RK |
1539 | #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker { |
1540 | /* -moz-padding-start: 0; | |
1541 | -moz-box-align: center;*/ | |
319c6529 RK |
1542 | } |
1543 | ||
20752032 | 1544 | .findbar-button > .toolbarbutton-text, |
c0f6797e RK |
1545 | #nav-bar .toolbarbutton-1 > .toolbarbutton-icon, |
1546 | #nav-bar .toolbarbutton-1 > .toolbarbutton-text, | |
1547 | #nav-bar .toolbarbutton-1 > .toolbarbutton-badge-container, | |
1548 | #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon, | |
1549 | #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon, | |
2c62526c | 1550 | window:not([chromehidden~="toolbar"]) #urlbar-wrapper > .toolbarbutton-1:-moz-any([disabled=true],:not([open]):not([disabled=true]):not(:active)) > .toolbarbutton-icon { |
c0f6797e RK |
1551 | /* padding: 2px 6px; |
1552 | border: 1px solid; | |
1553 | border-color: transparent; | |
1554 | transition-property: background-color, border-color; | |
1555 | transition-duration: 150ms;*/ | |
d54f5b23 | 1556 | } |
c0f6797e RK |
1557 | /* |
1558 | #nav-bar .toolbarbutton-1:not(:-moz-any(@primaryToolbarButtons@)) > .toolbarbutton-icon, | |
1559 | #nav-bar .toolbarbutton-1:not(:-moz-any(@primaryToolbarButtons@)) > .toolbarbutton-badge-container, | |
1560 | #nav-bar .toolbarbutton-1:not(:-moz-any(@primaryToolbarButtons@)) > .toolbarbutton-menubutton-button > .toolbarbutton-icon { | |
1561 | padding: 3px 7px; | |
d54f5b23 | 1562 | } |
c0f6797e | 1563 | */ |
d54f5b23 | 1564 | |
c0f6797e | 1565 | /* Help SDK icons fit: */ |
a5cb6e53 RK |
1566 | toolbarbutton[constrain-size="true"][cui-areatype="toolbar"] > .toolbarbutton-icon, |
1567 | toolbarbutton[constrain-size="true"][cui-areatype="toolbar"] > .toolbarbutton-badge-container > .toolbarbutton-icon { | |
c0f6797e | 1568 | width: 16px; |
26125509 RK |
1569 | } |
1570 | ||
a5cb6e53 | 1571 | #nav-bar toolbarbutton[constrain-size="true"][cui-areatype="toolbar"] > .toolbarbutton-icon { |
c0f6797e RK |
1572 | /* XXXgijs box models strike again: this is 16px + 2 * 7px padding + 2 * 1px border (from the rules above) */ |
1573 | width: 32px; | |
26125509 | 1574 | } |
26125509 | 1575 | |
1437a48c RK |
1576 | #nav-bar .toolbarbutton-1[type=panel]:not(#back-button):not(#forward-button):not(#feed-button):not(#PanelUI-menu-button) > .toolbarbutton-icon, |
1577 | #nav-bar .toolbarbutton-1[type=panel]:not(#back-button):not(#forward-button):not(#feed-button):not(#PanelUI-menu-button) > .toolbarbutton-badge-container, | |
8c5bee4f | 1578 | #nav-bar .toolbarbutton-1[type=menu]:not(#back-button):not(#forward-button):not(#feed-button):not(#PanelUI-menu-button) > .toolbarbutton-icon, |
1437a48c | 1579 | #nav-bar .toolbarbutton-1[type=menu]:not(#back-button):not(#forward-button):not(#feed-button):not(#PanelUI-menu-button) > .toolbarbutton-badge-container, |
c0f6797e RK |
1580 | #nav-bar .toolbarbutton-1[type=menu] > .toolbarbutton-text /* hack for add-ons that forcefully display the label */ { |
1581 | /* -moz-padding-end: 17px;*/ | |
319c6529 RK |
1582 | } |
1583 | ||
c0f6797e | 1584 | #nav-bar .toolbarbutton-1 > .toolbarbutton-menu-dropmarker { |
319c6529 RK |
1585 | } |
1586 | ||
c0f6797e | 1587 | #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon { |
319c6529 RK |
1588 | } |
1589 | ||
c0f6797e | 1590 | #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon { |
38cfeb47 RK |
1591 | } |
1592 | ||
c0f6797e RK |
1593 | #nav-bar .toolbaritem-combined-buttons { |
1594 | /* margin-left: 2px; | |
1595 | margin-right: 2px;*/ | |
38cfeb47 RK |
1596 | } |
1597 | ||
c0f6797e RK |
1598 | #nav-bar .toolbaritem-combined-buttons > .toolbarbutton-1 { |
1599 | /* padding-left: 0; | |
1600 | padding-right: 0;*/ | |
319c6529 RK |
1601 | } |
1602 | ||
c0f6797e RK |
1603 | #nav-bar .toolbarbutton-1:not(:hover):not(:active):not([open]) > .toolbarbutton-menubutton-dropmarker::before, |
1604 | #nav-bar .toolbaritem-combined-buttons > .toolbarbutton-1:-moz-any(:not(:hover):not([open]),[disabled=true]) + .toolbarbutton-1:-moz-any(:not(:hover):not([open]),[disabled=true])::before { | |
1605 | /* | |
1606 | content: ""; | |
1607 | display: -moz-box; | |
1608 | width: 1px; | |
1609 | height: 16px; | |
1610 | -moz-margin-end: -1px; | |
1611 | */ | |
319c6529 RK |
1612 | } |
1613 | ||
2c62526c | 1614 | window:not([chromehidden~="toolbar"]) #urlbar-wrapper > .toolbarbutton-1:-moz-any([disabled=true],:not([open]):not([disabled=true]):not(:active)) > .toolbarbutton-icon { |
319c6529 RK |
1615 | } |
1616 | ||
20752032 | 1617 | .findbar-button:not(:-moz-any([checked="true"],[disabled="true"])):hover > .toolbarbutton-text, |
43371c9b | 1618 | #nav-bar .toolbarbutton-1:not([disabled=true]) > .toolbarbutton-menubutton-button[open] + .toolbarbutton-menubutton-dropmarker > .dropmarker-icon, |
c0f6797e RK |
1619 | #nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any(:hover,[open]) > .toolbarbutton-menubutton-button > .toolbarbutton-icon, |
1620 | #nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any(:hover,[open]) > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon, | |
1621 | #nav-bar .toolbarbutton-1:not([disabled=true]):not([checked]):not([open]):not(:active):hover > .toolbarbutton-icon, | |
1622 | #nav-bar .toolbarbutton-1:not([disabled=true]):not([checked]):not([open]):not(:active):hover > .toolbarbutton-text, | |
1623 | #nav-bar .toolbarbutton-1:not([disabled=true]):not([checked]):not([open]):not(:active):hover > .toolbarbutton-badge-container, | |
2c62526c | 1624 | window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #forward-button:not([open]):not(:active):not([disabled=true]):hover > .toolbarbutton-icon, |
46e71434 | 1625 | #nav-bar .toolbarbutton-1:not([buttonover]):not([open]):not(:active):hover > .toolbarbutton-menubutton-dropmarker:not([disabled=true]) > .dropmarker-icon { |
319c6529 RK |
1626 | } |
1627 | ||
20752032 | 1628 | .findbar-button:not([disabled=true]):-moz-any([checked="true"],:hover:active) > .toolbarbutton-text, |
43371c9b | 1629 | #nav-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled=true]):-moz-any(:hover:active, [open]) > .toolbarbutton-icon, |
c0f6797e RK |
1630 | #nav-bar .toolbarbutton-1[open] > .toolbarbutton-menubutton-dropmarker:not([disabled=true]) > .dropmarker-icon, |
1631 | #nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any([open],[checked],:hover:active) > .toolbarbutton-icon, | |
1632 | #nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any([open],[checked],:hover:active) > .toolbarbutton-text, | |
1633 | #nav-bar .toolbarbutton-1:not([disabled=true]):-moz-any([open],[checked],:hover:active) > .toolbarbutton-badge-container { | |
319c6529 RK |
1634 | } |
1635 | ||
c0f6797e RK |
1636 | #TabsToolbar .toolbarbutton-1, |
1637 | #TabsToolbar .toolbarbutton-1 > .toolbarbutton-menubutton-button, | |
1638 | .tabbrowser-arrowscrollbox > .scrollbutton-up, | |
1639 | .tabbrowser-arrowscrollbox > .scrollbutton-down { | |
e8519ae0 RK |
1640 | } |
1641 | ||
c0f6797e RK |
1642 | #TabsToolbar .toolbarbutton-1:not([disabled=true]):hover, |
1643 | #TabsToolbar .toolbarbutton-1[open], | |
1644 | #TabsToolbar .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled=true]):hover, | |
1645 | .tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled=true]):hover, | |
1646 | .tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled=true]):hover { | |
e8519ae0 RK |
1647 | } |
1648 | ||
c0f6797e | 1649 | /* unified back/forward button */ |
319c6529 | 1650 | |
c0f6797e | 1651 | #forward-button { |
589b5528 | 1652 | -moz-box-align: stretch; /* let the button shape grow vertically with the location bar */ |
71bac478 RK |
1653 | } |
1654 | ||
c0f6797e RK |
1655 | #forward-button > menupopup { |
1656 | margin-top: 1px !important; | |
319c6529 RK |
1657 | } |
1658 | ||
c0f6797e RK |
1659 | #forward-button > .toolbarbutton-icon { |
1660 | background-clip: padding-box !important; | |
1661 | /*mask: url(keyhole-forward-mask.svg#mask); XXX: this regresses twinopen */ | |
5401f433 | 1662 | /*clip-path: url(chrome://browser/content/browser.xul#keyhole-forward-clip-path) !important;*/ |
71bac478 RK |
1663 | } |
1664 | ||
c0f6797e | 1665 | #forward-button { |
aec5dfad | 1666 | -moz-margin-start: -4px !important; |
9d1e25fa RK |
1667 | padding-left: 5px; |
1668 | padding-right: 5px; | |
c0f6797e RK |
1669 | margin-top: 3px; |
1670 | margin-bottom: 3px; | |
1671 | border-radius: 0 10000px 10000px 0; | |
319c6529 RK |
1672 | } |
1673 | ||
c0f6797e RK |
1674 | #forward-button:-moz-locale-dir(rtl) { |
1675 | border-radius: 10000px 0 0 10000px; | |
8ad8bf83 RK |
1676 | } |
1677 | ||
2c62526c | 1678 | window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not([switchingtabs]) > #forward-button { |
aec5dfad | 1679 | transition: margin-left 150ms ease-out; |
2c62526c RK |
1680 | } |
1681 | ||
1682 | window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #forward-button[disabled] { | |
aec5dfad | 1683 | margin-left: -27px !important; |
2c62526c RK |
1684 | } |
1685 | ||
1686 | window:not([chromehidden~="toolbar"]) #urlbar-wrapper:hover:not([switchingtabs]) > #forward-button[disabled] { | |
1687 | /* delay the hiding of the forward button when hovered to avoid accidental clicks on the url bar */ | |
1688 | transition-delay: 100s; | |
1689 | } | |
1690 | ||
1691 | window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not(:hover) > #forward-button[disabled] { | |
1692 | /* when not hovered anymore, trigger a new transition to hide the forward button immediately */ | |
aec5dfad | 1693 | margin-left: -27.01px !important; |
2c62526c RK |
1694 | } |
1695 | ||
c0f6797e RK |
1696 | #back-button { |
1697 | /* padding-top: 3px !important; | |
1698 | padding-bottom: 3px !important; | |
1699 | -moz-padding-start: 5px !important; | |
1700 | -moz-padding-end: 0 !important;*/ | |
1701 | position: relative; | |
1702 | z-index: 1; | |
1703 | border-radius: 10000px; | |
1704 | width: 30px; | |
1705 | height: 30px; | |
1706 | margin-top: -2px; | |
1707 | margin-bottom: -2px; | |
143c5409 RK |
1708 | } |
1709 | ||
c0f6797e | 1710 | #back-button:-moz-locale-dir(rtl) { |
319c6529 RK |
1711 | } |
1712 | ||
c0f6797e RK |
1713 | #back-button > menupopup { |
1714 | margin-top: -1px !important; | |
b36fc72e RK |
1715 | } |
1716 | ||
c0f6797e RK |
1717 | #back-button > .toolbarbutton-icon { |
1718 | border-radius: 10000px !important; | |
1719 | background-clip: padding-box !important; | |
1720 | /* background-color: hsla(210,25%,98%,.08) !important; | |
1721 | padding: 6px !important; | |
589b5528 RK |
1722 | border-style: none !important; |
1723 | box-shadow: 0 1px 0 0 hsla(210,4%,10%,.25), | |
1724 | 0 0 0 1px hsla(210,4%,10%,.25);*/ | |
1725 | transition-property: background-color, box-shadow !important; | |
c0f6797e | 1726 | transition-duration: 250ms !important; |
143c5409 RK |
1727 | } |
1728 | ||
c0f6797e | 1729 | #back-button:not([disabled="true"]):not([open="true"]):not(:active):hover > .toolbarbutton-icon { |
589b5528 | 1730 | /* background-color: hsla(210,4%,10%,.08) !important;*/ |
143c5409 RK |
1731 | } |
1732 | ||
c0f6797e RK |
1733 | #back-button:not([disabled="true"]):hover:active > .toolbarbutton-icon, |
1734 | #back-button[open="true"] > .toolbarbutton-icon { | |
1735 | /* background-color: hsla(210,4%,10%,.12) !important; | |
589b5528 RK |
1736 | box-shadow: 0 1px 0 0 hsla(210,4%,10%,.25), |
1737 | 0 0 0 1px hsla(210,4%,10%,.25), | |
1738 | 0 1px 0 0 hsla(210,80%,20%,.1) inset !important;*/ | |
143c5409 RK |
1739 | } |
1740 | ||
2c62526c | 1741 | #back-button:-moz-locale-dir(rtl) > .toolbarbutton-icon { |
c0f6797e | 1742 | transform: scaleX(-1); |
143c5409 | 1743 | } |
c0f6797e RK |
1744 | /* |
1745 | .unified-nav-back[_moz-menuactive]:-moz-locale-dir(ltr), | |
1746 | .unified-nav-forward[_moz-menuactive]:-moz-locale-dir(rtl) { | |
1747 | list-style-image: url("chrome://browser/skin/menu-back.png") !important; | |
6adbc9a6 RK |
1748 | } |
1749 | ||
c0f6797e RK |
1750 | .unified-nav-forward[_moz-menuactive]:-moz-locale-dir(ltr), |
1751 | .unified-nav-back[_moz-menuactive]:-moz-locale-dir(rtl) { | |
1752 | list-style-image: url("chrome://browser/skin/menu-forward.png") !important; | |
6adbc9a6 RK |
1753 | } |
1754 | ||
c0f6797e RK |
1755 | #home-button.bookmark-item { |
1756 | list-style-image: url("chrome://browser/skin/Toolbar.png"); | |
6adbc9a6 RK |
1757 | } |
1758 | ||
c0f6797e RK |
1759 | #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > #bookmarks-menu-button > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon:-moz-system-metric(windows-classic):not(:-moz-lwtheme), |
1760 | #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbarpaletteitem > #bookmarks-menu-button > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon:-moz-system-metric(windows-classic):not(:-moz-lwtheme), | |
1761 | #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbarpaletteitem > toolbaritem > :-moz-any(@nestedButtons@):-moz-system-metric(windows-classic):not(:-moz-lwtheme), | |
1762 | #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbaritem > :-moz-any(@nestedButtons@):-moz-system-metric(windows-classic):not(:-moz-lwtheme), | |
1763 | #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbarpaletteitem > :-moz-any(@primaryToolbarButtons@):-moz-system-metric(windows-classic):not(:-moz-lwtheme), | |
1764 | #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > :-moz-any(@primaryToolbarButtons@):-moz-system-metric(windows-classic):not(:-moz-lwtheme), | |
1765 | #home-button.bookmark-item:-moz-lwtheme-brighttext { | |
1766 | position: relative; | |
1767 | z-index: 1; | |
1768 | list-style-image: url("chrome://browser/skin/Toolbar-inverted.png"); | |
6adbc9a6 RK |
1769 | } |
1770 | ||
c0f6797e RK |
1771 | #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > #sync-button[status="active"]:-moz-system-metric(windows-classic):not(:-moz-lwtheme), |
1772 | #main-window[tabsintitlebar]:not([inFullscreen]) :-moz-any(#TabsToolbar, #toolbar-menubar) > toolbarpaletteitem > #sync-button[status="active"]:-moz-system-metric(windows-classic):not(:-moz-lwtheme) { | |
1773 | list-style-image: url("chrome://browser/skin/syncProgress-toolbar-inverted.png"); | |
6adbc9a6 | 1774 | } |
c0f6797e | 1775 | */ |
6adbc9a6 | 1776 | |
c0f6797e RK |
1777 | #downloads-button > .toolbarbutton-icon { |
1778 | margin: 0; | |
6adbc9a6 RK |
1779 | } |
1780 | ||
9168a62c | 1781 | /* tabview menu item */ |
c0f6797e | 1782 | |
6adbc9a6 | 1783 | #menu_tabview { |
832af407 | 1784 | list-style-image: url("chrome://browser/skin/tabview/tabviewFx.png"); |
6adbc9a6 RK |
1785 | -moz-image-region: rect(1px, 89px, 17px, 73px); |
1786 | } | |
1787 | ||
1788 | #menu_tabview[groups="0"] { | |
1789 | -moz-image-region: rect(1px, 17px, 17px, 1px); | |
1790 | } | |
1791 | ||
1792 | #menu_tabview[groups="1"] { | |
1793 | -moz-image-region: rect(1px, 35px, 17px, 19px); | |
1794 | } | |
1795 | ||
1796 | #menu_tabview[groups="2"] { | |
1797 | -moz-image-region: rect(1px, 53px, 17px, 37px); | |
1798 | } | |
1799 | ||
1800 | #menu_tabview[groups="3"] { | |
1801 | -moz-image-region: rect(1px, 71px, 17px, 55px); | |
1802 | } | |
1803 | ||
9168a62c RK |
1804 | /* undo close tab menu item */ |
1805 | #alltabs_undoCloseTab { | |
1806 | list-style-image: url(chrome://browser/skin/undoCloseTab.png); | |
1807 | } | |
1808 | ||
2e389898 | 1809 | @media (min-resolution: 1.1dppx) { |
9168a62c RK |
1810 | #alltabs_undoCloseTab { |
1811 | list-style-image: url(chrome://browser/skin/undoCloseTab@2x.png); | |
1812 | } | |
1813 | #alltabs_undoCloseTab > .toolbarbutton-icon { | |
1814 | width: 16px; | |
1815 | } | |
1816 | } | |
1817 | ||
5401f433 RK |
1818 | /* zoom control text (reset) button special case: */ |
1819 | ||
1820 | #nav-bar #zoom-reset-button > .toolbarbutton-text { | |
1821 | /* To make this line up with the icons, it needs the same height (18px) + | |
1822 | * padding (2 * 2px) + border (2 * 1px), but as a minimum because otherwise | |
1823 | * increase in text sizes would break things... | |
1824 | */ | |
1825 | min-height: 20px; | |
1826 | } | |
1827 | ||
319c6529 RK |
1828 | /* ::::: fullscreen window controls ::::: */ |
1829 | ||
8d7ef0d9 | 1830 | #window-controls { |
ab799a7a RK |
1831 | -moz-margin-start: 4px; |
1832 | } | |
1833 | ||
319c6529 RK |
1834 | #minimize-button, |
1835 | #restore-button, | |
1836 | #close-button { | |
c0f6797e RK |
1837 | /* list-style-image: url("chrome://global/skin/icons/windowControls.png"); |
1838 | padding: 0; */ | |
319c6529 RK |
1839 | } |
1840 | ||
1841 | #minimize-button { | |
1842 | list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif"); | |
1843 | } | |
1844 | ||
1845 | #minimize-button:hover { | |
1846 | list-style-image: url("chrome://navigator/skin/icons/win-minimize-hover.gif"); | |
1847 | } | |
1848 | ||
1849 | #restore-button { | |
1850 | list-style-image: url("chrome://navigator/skin/icons/win-restore.gif"); | |
1851 | } | |
1852 | ||
1853 | #restore-button:hover { | |
1854 | list-style-image: url("chrome://navigator/skin/icons/win-restore-hover.gif"); | |
1855 | } | |
1856 | ||
1857 | #close-button { | |
1858 | list-style-image: url("chrome://navigator/skin/icons/win-close.gif"); | |
1859 | } | |
1860 | ||
1861 | #close-button:hover { | |
1862 | list-style-image: url("chrome://navigator/skin/icons/win-close-hover.gif"); | |
1863 | } | |
1864 | ||
1865 | /* ::::: Location Bar ::::: */ | |
1866 | ||
319c6529 RK |
1867 | #urlbar, |
1868 | .searchbar-textbox { | |
1869 | border-radius: 5px; | |
aec5dfad | 1870 | margin: 2px 0; |
319c6529 RK |
1871 | -moz-margin-start: 3px; |
1872 | } | |
1873 | ||
ffce2402 | 1874 | #urlbar { |
f0071a71 RK |
1875 | /* make color as light as possible to deal with dark non-domain parts */ |
1876 | color: #FFBFFF; | |
ffce2402 RK |
1877 | } |
1878 | ||
c9b0a396 RK |
1879 | /* overlap the urlbar's border */ |
1880 | #PopupAutoCompleteRichResult { | |
1881 | margin-top: -1px; | |
1882 | } | |
1883 | ||
319c6529 RK |
1884 | #urlbar:-moz-lwtheme, |
1885 | .searchbar-textbox:-moz-lwtheme { | |
1886 | /* background-color: rgba(255,255,255,.8); | |
1887 | @navbarTextboxCustomBorder@ | |
1888 | color: black; */ | |
1889 | } | |
1890 | ||
c0f6797e RK |
1891 | #urlbar:-moz-lwtheme:hover:not([focused]):not([readonly]), |
1892 | .searchbar-textbox:-moz-lwtheme:hover:not([focused]) { | |
1893 | /* background-color: rgba(255,255,255,.9);*/ | |
1894 | } | |
1895 | ||
1896 | #urlbar:-moz-lwtheme[focused]:not([readonly]), | |
1897 | .searchbar-textbox:-moz-lwtheme[focused] { | |
1898 | /* background-color: white;*/ | |
1899 | } | |
1900 | ||
2c62526c | 1901 | window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar { |
2299146f RK |
1902 | /* -moz-border-start: none; |
1903 | margin-left: 0;*/ | |
2c62526c RK |
1904 | } |
1905 | ||
1906 | window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar:-moz-locale-dir(ltr) { | |
1907 | /* border-top-left-radius: 0; | |
1908 | border-bottom-left-radius: 0; */ | |
1909 | } | |
1910 | ||
1911 | window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar:-moz-locale-dir(rtl) { | |
1912 | /* border-top-right-radius: 0; | |
1913 | border-bottom-right-radius: 0; */ | |
1914 | } | |
1915 | ||
1916 | window:not([chromehidden~="toolbar"]) #urlbar-wrapper { | |
1917 | /* clip-path: url("chrome://browser/content/browser.xul#urlbar-back-button-clip-path");*/ | |
aec5dfad | 1918 | /* -moz-margin-start: -5px; */ |
2c62526c RK |
1919 | } |
1920 | ||
fff8097b RK |
1921 | window:not([chromehidden~="toolbar"]) #urlbar-wrapper:-moz-locale-dir(rtl), |
1922 | window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar:-moz-locale-dir(rtl) { | |
2c62526c | 1923 | /* let urlbar-back-button-clip-path clip the urlbar's right side for RTL */ |
71a617ff | 1924 | transform: scaleX(-1); |
8ad8bf83 RK |
1925 | } |
1926 | ||
2c62526c RK |
1927 | window:not([chromehidden~="toolbar"]) #urlbar-wrapper:-moz-locale-dir(rtl) { |
1928 | -moz-box-direction: reverse; | |
1929 | } | |
1930 | ||
a7145e95 RK |
1931 | html|*.urlbar-input:-moz-lwtheme::-moz-placeholder, |
1932 | .searchbar-textbox:-moz-lwtheme > .autocomplete-textbox-container > .textbox-input-box > html|*.textbox-input::-moz-placeholder { | |
319c6529 RK |
1933 | color: #E7ADE7; |
1934 | } | |
1935 | ||
319c6529 RK |
1936 | #urlbar-container { |
1937 | -moz-box-orient: horizontal; | |
1938 | -moz-box-align: stretch; | |
1939 | } | |
1940 | ||
9abeb12c RK |
1941 | .urlbar-textbox-container { |
1942 | -moz-box-align: stretch; | |
1943 | } | |
1944 | ||
a40f6a79 RK |
1945 | .urlbar-input-box { |
1946 | -moz-margin-start: 0; | |
1947 | } | |
1948 | ||
319c6529 | 1949 | #urlbar-icons { |
319c6529 RK |
1950 | -moz-box-align: center; |
1951 | } | |
1952 | ||
1953 | .urlbar-icon { | |
b8384c33 | 1954 | padding: 0 2px; |
ffce2402 RK |
1955 | } |
1956 | ||
1957 | .searchbar-engine-button, | |
1958 | .search-go-container { | |
4b686546 RK |
1959 | padding: 2px; |
1960 | } | |
1961 | ||
1962 | .search-go-container > .search-go-button { | |
1963 | padding: 0; | |
319c6529 RK |
1964 | } |
1965 | ||
ffce2402 RK |
1966 | .urlbar-icon:hover { |
1967 | } | |
1968 | ||
1969 | .urlbar-icon[open="true"], | |
1970 | .urlbar-icon:hover:active { | |
1971 | } | |
1972 | ||
1437a48c RK |
1973 | #urlbar-search-footer { |
1974 | border-top: 1px solid #A09090; | |
1975 | } | |
1976 | ||
1977 | #urlbar-search-settings { | |
1978 | } | |
1979 | ||
1980 | #urlbar-search-settings:hover { | |
1981 | } | |
1982 | ||
1983 | #urlbar-search-settings:hover:active { | |
1984 | } | |
1985 | ||
319c6529 RK |
1986 | #urlbar-search-splitter { |
1987 | min-width: 6px; | |
1988 | -moz-margin-start: -3px; | |
1989 | border: none; | |
1990 | background: transparent; | |
1991 | } | |
1992 | ||
f0071a71 | 1993 | #urlbar-search-splitter + #urlbar-container > #urlbar, |
319c6529 RK |
1994 | #urlbar-search-splitter + #search-container > #searchbar > .searchbar-textbox { |
1995 | -moz-margin-start: 0; | |
1996 | } | |
1997 | ||
e20c83c3 RK |
1998 | #urlbar-display-box { |
1999 | } | |
2000 | ||
8922acc9 | 2001 | .urlbar-display { |
319c6529 RK |
2002 | -moz-border-end: 1px solid #9C9CFF; |
2003 | -moz-margin-end: 3px; | |
ab799a7a RK |
2004 | margin-top: 0; |
2005 | margin-bottom: 0; | |
a40f6a79 | 2006 | -moz-margin-start: 0; |
ab799a7a RK |
2007 | color: #8050B0; |
2008 | } | |
2009 | ||
26125509 RK |
2010 | #search-container { |
2011 | min-width: calc(54px + 11ch); | |
2012 | } | |
2013 | ||
319c6529 RK |
2014 | /* identity box */ |
2015 | ||
2016 | #identity-box { | |
319c6529 | 2017 | border-radius: 2px; |
85cfb236 | 2018 | font-size: .9em; |
319c6529 RK |
2019 | } |
2020 | ||
e20c83c3 RK |
2021 | #identity-box:-moz-locale-dir(ltr) { |
2022 | /* border-top-left-radius: 1.5px; | |
2023 | border-bottom-left-radius: 1.5px;*/ | |
2024 | } | |
2025 | ||
2026 | #identity-box:-moz-locale-dir(rtl) { | |
2027 | /* border-top-right-radius: 1.5px; | |
2028 | border-bottom-right-radius: 1.5px;*/ | |
2029 | } | |
2030 | ||
8ad8bf83 | 2031 | #notification-popup-box:not([hidden]) + #identity-box { |
5517da5a | 2032 | -moz-padding-start: 10px !important; |
8ad8bf83 RK |
2033 | border-radius: 0; |
2034 | } | |
2035 | ||
fff8097b | 2036 | window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar > #identity-box { |
d15d08bf | 2037 | /* border-radius: 0; */ |
2a5b7882 RK |
2038 | -moz-padding-start: 2px; |
2039 | -moz-padding-end: 2px; | |
2040 | -moz-margin-end: 1px; | |
8ad8bf83 RK |
2041 | } |
2042 | ||
2c62526c RK |
2043 | window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not([switchingtabs]) > #urlbar > #identity-box { |
2044 | transition: padding-left, padding-right; | |
2045 | } | |
2046 | ||
2c62526c | 2047 | window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #forward-button[disabled] + #urlbar > |
26125509 | 2048 | #notification-popup-box[hidden] + #identity-box:-moz-locale-dir(ltr) { |
2a5b7882 | 2049 | padding-left: 2px; |
8ad8bf83 RK |
2050 | } |
2051 | ||
2c62526c | 2052 | window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #forward-button[disabled] + #urlbar > |
26125509 | 2053 | #notification-popup-box[hidden] + #identity-box:-moz-locale-dir(rtl) { |
2a5b7882 | 2054 | padding-right: 2px; |
8ad8bf83 RK |
2055 | } |
2056 | ||
2c62526c | 2057 | window:not([chromehidden~="toolbar"]) #urlbar-wrapper:hover:not([switchingtabs]) > #forward-button[disabled] + #urlbar > |
26125509 | 2058 | #notification-popup-box[hidden] + #identity-box { |
8ad8bf83 | 2059 | /* forward button hiding is delayed when hovered */ |
71a617ff | 2060 | transition-delay: 100s; |
8ad8bf83 RK |
2061 | } |
2062 | ||
2c62526c | 2063 | window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not(:hover) > #forward-button[disabled] + #urlbar > |
26125509 | 2064 | #notification-popup-box[hidden] + #identity-box:-moz-locale-dir(ltr) { |
8ad8bf83 | 2065 | /* when not hovered anymore, trigger a new non-delayed transition to react to the forward button hiding */ |
2a5b7882 | 2066 | padding-left: 2.01px; |
8ad8bf83 RK |
2067 | } |
2068 | ||
2c62526c | 2069 | window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not(:hover) > #forward-button[disabled] + #urlbar > |
26125509 | 2070 | #notification-popup-box[hidden] + #identity-box:-moz-locale-dir(rtl) { |
8ad8bf83 | 2071 | /* when not hovered anymore, trigger a new non-delayed transition to react to the forward button hiding */ |
2a5b7882 | 2072 | padding-right: 2.01px; |
8ad8bf83 RK |
2073 | } |
2074 | ||
1437a48c | 2075 | #identity-box { |
a40f6a79 | 2076 | -moz-margin-end: 3px; |
319c6529 RK |
2077 | } |
2078 | ||
1437a48c | 2079 | #identity-box:-moz-locale-dir(ltr) { |
a40f6a79 RK |
2080 | border-top-right-radius: 0; |
2081 | border-bottom-right-radius: 0; | |
319c6529 RK |
2082 | } |
2083 | ||
1437a48c | 2084 | #identity-box:-moz-locale-dir(rtl) { |
a40f6a79 RK |
2085 | border-top-left-radius: 0; |
2086 | border-bottom-left-radius: 0; | |
319c6529 RK |
2087 | } |
2088 | ||
1437a48c RK |
2089 | #identity-box:hover, |
2090 | #identity-box[open=true] { | |
2091 | } | |
2092 | ||
a40f6a79 | 2093 | #identity-box.verifiedIdentity:not(:-moz-lwtheme) { |
e548e22e | 2094 | var(--verified-identity-box-backgroundcolor); |
319c6529 RK |
2095 | } |
2096 | ||
2097 | #identity-box:-moz-focusring { | |
2098 | outline: 1px dotted #008484; | |
f993773d | 2099 | outline-offset: -1px; |
319c6529 RK |
2100 | } |
2101 | ||
2102 | #identity-box.verifiedDomain:-moz-focusring, | |
2103 | #identity-box.verifiedIdentity:-moz-focusring { | |
2104 | outline-color: #000000; | |
2105 | } | |
2106 | ||
2107 | #identity-icon-labels { | |
2108 | -moz-margin-start: 1px; | |
2109 | -moz-margin-end: 3px; | |
319c6529 RK |
2110 | } |
2111 | ||
2112 | /* Location bar dropmarker */ | |
2113 | ||
38cfeb47 | 2114 | .urlbar-history-dropmarker:not(:hover):not([open="true"]) { |
319c6529 | 2115 | background-color: transparent; |
319c6529 RK |
2116 | } |
2117 | ||
00f971bc | 2118 | #urlbar-container[combined="true"] > #urlbar > .urlbar-history-dropmarker, |
c9b0a396 RK |
2119 | #urlbar-wrapper > #urlbar > .urlbar-history-dropmarker, |
2120 | #urlbar-wrapper > #urlbar > .urlbar-textbox-container > .urlbar-history-dropmarker { | |
38cfeb47 RK |
2121 | border: none; |
2122 | border-radius: 0px; | |
319c6529 RK |
2123 | } |
2124 | ||
ffce2402 RK |
2125 | .urlbar-history-dropmarker:hover { |
2126 | } | |
2127 | ||
2128 | .urlbar-history-dropmarker:hover:active, | |
2129 | .urlbar-history-dropmarker[open="true"] { | |
2130 | } | |
2131 | ||
319c6529 RK |
2132 | /* page proxy icon */ |
2133 | ||
e7c8bab1 RK |
2134 | /* === BEGIN identity-block.inc.css === */ |
2135 | ||
e548e22e RK |
2136 | :root { |
2137 | --identity-box-verified-color: #008484; | |
e7c8bab1 | 2138 | /* Default theme does different color per channel, we can't as they do it build-time. */ |
e548e22e RK |
2139 | --identity-box-chrome-color: #9C9CFF; |
2140 | } | |
2141 | ||
2142 | #urlbar[pageproxystate="valid"] > #identity-box.chromeUI { | |
2143 | color: var(--identity-box-chrome-color); | |
2144 | -moz-border-end: 1px solid var(--identity-box-chrome-color); | |
e7c8bab1 RK |
2145 | } |
2146 | ||
2147 | #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity { | |
e548e22e RK |
2148 | color: var(--identity-box-verified-color); |
2149 | -moz-border-end: 1px solid var(--identity-box-verified-color); | |
e7c8bab1 RK |
2150 | } |
2151 | ||
1437a48c | 2152 | #identity-box { |
e7c8bab1 RK |
2153 | background-position: right; |
2154 | background-size: 1px; | |
2155 | background-repeat: no-repeat; | |
2156 | } | |
2157 | ||
2158 | /* page proxy icon */ | |
2159 | ||
4d58ff64 | 2160 | #page-proxy-favicon { |
319c6529 RK |
2161 | width: 16px; |
2162 | height: 16px; | |
1437a48c | 2163 | list-style-image: url("chrome://browser/skin/identity-not-secure.svg"); |
00f971bc | 2164 | margin: 2px; |
e7c8bab1 RK |
2165 | } |
2166 | ||
2167 | .chromeUI > #page-proxy-favicon[pageproxystate="valid"] { | |
1437a48c | 2168 | list-style-image: url("chrome://branding/content/identity-icons-brand.svg"); |
a40f6a79 RK |
2169 | } |
2170 | ||
1437a48c | 2171 | .verifiedDomain > #page-proxy-favicon[pageproxystate="valid"], |
2a5b7882 | 2172 | .verifiedIdentity > #page-proxy-favicon[pageproxystate="valid"] { |
1437a48c | 2173 | list-style-image: url("chrome://browser/skin/identity-secure.svg"); |
a40f6a79 RK |
2174 | } |
2175 | ||
56ab361a | 2176 | .mixedActiveContent > #page-proxy-favicon[pageproxystate="valid"] { |
1437a48c | 2177 | list-style-image: url("chrome://browser/skin/identity-mixed-active-loaded.svg"); |
56ab361a RK |
2178 | } |
2179 | ||
1437a48c RK |
2180 | .weakCipher > #page-proxy-favicon[pageproxystate="valid"], |
2181 | .mixedDisplayContent > #page-proxy-favicon[pageproxystate="valid"], | |
2182 | .mixedDisplayContentLoadedActiveBlocked > #page-proxy-favicon[pageproxystate="valid"] { | |
2183 | list-style-image: url("chrome://browser/skin/identity-mixed-passive-loaded.svg"); | |
e7c8bab1 RK |
2184 | } |
2185 | ||
1437a48c RK |
2186 | .mixedActiveBlocked > #page-proxy-favicon[pageproxystate="valid"] { |
2187 | list-style-image: url("chrome://browser/skin/identity-mixed-active-blocked.svg"); | |
e7c8bab1 RK |
2188 | } |
2189 | ||
2190 | #page-proxy-favicon[pageproxystate="invalid"] { | |
2191 | opacity: 0.3; | |
2192 | } | |
2193 | ||
2194 | #identity-popup.chromeUI > #identity-popup-container > #identity-popup-icon { | |
2195 | list-style-image: url("chrome://branding/content/icon64.png"); | |
2196 | } | |
2197 | ||
2198 | #identity-popup-brandName { | |
2199 | font-weight: bold; | |
2200 | font-size: 1.25em; | |
2201 | margin-top: .5em; | |
2202 | margin-bottom: .5em; | |
2203 | } | |
2204 | ||
2205 | #identity-popup-content-box { | |
2206 | max-width: 50ch; | |
2207 | } | |
2208 | ||
b336389b RK |
2209 | #urlbar[actiontype="searchengine"] > #identity-box > #page-proxy-favicon { |
2210 | -moz-image-region: inherit; | |
2211 | list-style-image: url(chrome://global/skin/icons/autocomplete-search.svg#search-icon); | |
2212 | width: 16px; | |
2213 | height: 16px; | |
2214 | opacity: 1; | |
2215 | } | |
2216 | ||
c9b0a396 RK |
2217 | /* MAIN IDENTITY ICON */ |
2218 | ||
2219 | #identity-icon { | |
2220 | width: 16px; | |
2221 | height: 16px; | |
2222 | list-style-image: url(chrome://browser/skin/identity-icon.svg#normal); | |
2223 | } | |
2224 | ||
2225 | #identity-box:hover > #identity-icon, | |
2226 | #identity-box[open=true] > #identity-icon { | |
2227 | list-style-image: url(chrome://browser/skin/identity-icon.svg#hover); | |
2228 | } | |
2229 | ||
2230 | #urlbar[pageproxystate="valid"] > #identity-box.chromeUI > #identity-icon { | |
2231 | list-style-image: url(chrome://branding/content/identity-icons-brand.svg); | |
2232 | } | |
2233 | ||
2234 | #urlbar[pageproxystate="invalid"] > #identity-box > #identity-icon { | |
2235 | opacity: 0.3; | |
2236 | } | |
2237 | ||
2238 | #urlbar[actiontype="searchengine"] > #identity-box > #identity-icon { | |
2239 | -moz-image-region: inherit; | |
2240 | list-style-image: url(chrome://global/skin/icons/autocomplete-search.svg#search-icon); | |
2241 | width: 16px; | |
2242 | height: 16px; | |
2243 | opacity: 1; | |
2244 | } | |
2245 | ||
2246 | /* TRACKING PROTECTION ICON */ | |
2247 | ||
2248 | #tracking-protection-icon { | |
2249 | width: 16px; | |
2250 | height: 16px; | |
2251 | margin-inline-start: 2px; | |
2252 | margin-inline-end: 0; | |
2253 | list-style-image: url(chrome://browser/skin/tracking-protection-16.svg); | |
2254 | opacity: 1; | |
2255 | } | |
2256 | ||
2257 | #tracking-protection-icon[state="loaded-tracking-content"] { | |
2258 | list-style-image: url(chrome://browser/skin/tracking-protection-disabled-16.svg); | |
2259 | } | |
2260 | ||
2261 | #tracking-protection-icon[animate] { | |
2262 | transition: margin-left 200ms ease-out, margin-right 200ms ease-out; | |
2263 | } | |
2264 | ||
2265 | #tracking-protection-icon:not([state]) { | |
2266 | margin-inline-end: -18px; | |
2267 | pointer-events: none; | |
2268 | opacity: 0; | |
2269 | /* Only animate the shield in, when it disappears hide it immediately. */ | |
2270 | transition: none; | |
2271 | } | |
2272 | ||
2273 | #urlbar[pageproxystate="invalid"] > #identity-box > #tracking-protection-icon { | |
2274 | visibility: collapse; | |
2275 | } | |
2276 | ||
2277 | /* CONNECTION ICON */ | |
2278 | ||
2279 | #connection-icon { | |
2280 | width: 16px; | |
2281 | height: 16px; | |
2282 | margin-inline-start: 2px; | |
2283 | visibility: collapse; | |
2284 | } | |
2285 | ||
2286 | #urlbar[pageproxystate="valid"] > #identity-box.verifiedDomain > #connection-icon, | |
2287 | #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity > #connection-icon { | |
2288 | list-style-image: url(chrome://browser/skin/identity-secure.svg); | |
2289 | visibility: visible; | |
2290 | } | |
2291 | ||
2292 | #urlbar[pageproxystate="valid"] > #identity-box.insecureLoginForms > #connection-icon, | |
2293 | #urlbar[pageproxystate="valid"] > #identity-box.mixedActiveContent > #connection-icon { | |
2294 | list-style-image: url(chrome://browser/skin/identity-mixed-active-loaded.svg); | |
2295 | visibility: visible; | |
2296 | } | |
2297 | ||
2298 | #urlbar[pageproxystate="valid"] > #identity-box.weakCipher > #connection-icon, | |
2299 | #urlbar[pageproxystate="valid"] > #identity-box.mixedDisplayContent > #connection-icon, | |
2300 | #urlbar[pageproxystate="valid"] > #identity-box.mixedDisplayContentLoadedActiveBlocked > #connection-icon { | |
2301 | list-style-image: url(chrome://browser/skin/identity-mixed-passive-loaded.svg); | |
2302 | visibility: visible; | |
2303 | } | |
2304 | ||
2305 | #urlbar[pageproxystate="valid"] > #identity-box.mixedActiveBlocked > #connection-icon { | |
2306 | list-style-image: url(chrome://browser/skin/identity-mixed-active-blocked.svg); | |
2307 | visibility: visible; | |
2308 | } | |
2309 | ||
e7c8bab1 RK |
2310 | /* === END identity-block.inc.css === */ |
2311 | ||
2312 | #page-proxy-favicon { | |
2313 | -moz-image-region: rect(0, 16px, 16px, 0); | |
2314 | } | |
2315 | ||
3b1da406 | 2316 | window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar > #identity-box > #page-proxy-favicon { |
c0f6797e RK |
2317 | /* -moz-margin-end: 1px;*/ |
2318 | } | |
2319 | ||
2a5b7882 | 2320 | #identity-box:hover > #page-proxy-favicon { |
a40f6a79 RK |
2321 | -moz-image-region: rect(0, 32px, 16px, 16px); |
2322 | } | |
2323 | ||
2a5b7882 RK |
2324 | #identity-box:hover:active > #page-proxy-favicon, |
2325 | #identity-box[open=true] > #page-proxy-favicon { | |
a40f6a79 | 2326 | -moz-image-region: rect(0, 48px, 16px, 32px); |
acb0e9b8 | 2327 | } |
2328 | ||
2a5b7882 RK |
2329 | #identity-box:hover { |
2330 | background-color: #FFCF00; | |
7092015d | 2331 | color: #000000; |
2a5b7882 RK |
2332 | } |
2333 | ||
2334 | #identity-box:hover:active, | |
2335 | #identity-box[open=true] { | |
2336 | background-color: #FF9F00; | |
7092015d | 2337 | color: #000000; |
2a5b7882 RK |
2338 | } |
2339 | ||
56859d76 RK |
2340 | #urlbar[pageproxystate="valid"] > #identity-box.chromeUI:hover, |
2341 | #urlbar[pageproxystate="valid"] > #identity-box.chromeUI:hover:active, | |
2342 | #urlbar[pageproxystate="valid"] > #identity-box.chromeUI[open=true] { | |
2343 | background-color: #9C9CFF; | |
2344 | color: #000000; | |
2345 | } | |
2346 | ||
387e6560 RK |
2347 | #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:hover, |
2348 | #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:hover:active, | |
2349 | #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity[open=true] { | |
2a5b7882 RK |
2350 | background-color: #008484; |
2351 | color: #000000; | |
2352 | } | |
2353 | ||
319c6529 RK |
2354 | /* autocomplete */ |
2355 | ||
319c6529 RK |
2356 | #treecolAutoCompleteImage { |
2357 | max-width: 36px; | |
2358 | } | |
acb0e9b8 | 2359 | |
319c6529 RK |
2360 | .ac-result-type-bookmark, |
2361 | .autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteImage) { | |
71bac478 | 2362 | list-style-image: url("chrome://browser/skin/places/bookmark.png"); |
319c6529 | 2363 | -moz-image-region: rect(0px 16px 16px 0px); |
c1f7cc84 | 2364 | width: 16px; |
319c6529 | 2365 | height: 16px; |
acb0e9b8 | 2366 | } |
2367 | ||
c0f6797e RK |
2368 | richlistitem[selected="true"][current="true"] > .ac-title-box > .ac-result-type-bookmark, |
2369 | .autocomplete-treebody::-moz-tree-image(selected, current, bookmark, treecolAutoCompleteImage) { | |
2370 | /* -moz-image-region: rect(0px 48px 16px 32px);*/ | |
2371 | } | |
2372 | ||
319c6529 | 2373 | .ac-result-type-keyword, |
8922acc9 RK |
2374 | .autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage), |
2375 | richlistitem[type~="action"][actiontype="searchengine"] > .ac-title-box > .ac-site-icon { | |
2376 | list-style-image: url("chrome://global/skin/icons/autocomplete-search.svg#search-icon"); | |
acb0e9b8 | 2377 | width: 16px; |
2378 | height: 16px; | |
2379 | } | |
2380 | ||
8922acc9 RK |
2381 | .ac-result-type-keyword[selected="true"], |
2382 | .autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage, selected), | |
2383 | richlistitem[type~="action"][actiontype="searchengine"][selected="true"] > .ac-title-box > .ac-site-icon { | |
2384 | list-style-image: url("chrome://global/skin/icons/autocomplete-search.svg#search-icon-inverted"); | |
2385 | } | |
2386 | ||
319c6529 RK |
2387 | .ac-result-type-tag, |
2388 | .autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteImage) { | |
8da9da4e | 2389 | list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png"); |
c1f7cc84 | 2390 | width: 16px; |
319c6529 RK |
2391 | height: 16px; |
2392 | } | |
acb0e9b8 | 2393 | |
319c6529 | 2394 | .ac-comment { |
c0f6797e | 2395 | font-size: 1.06em; |
acb0e9b8 | 2396 | } |
319c6529 RK |
2397 | |
2398 | .ac-extra > .ac-comment { | |
c0f6797e | 2399 | font-size: 1em; |
acb0e9b8 | 2400 | } |
319c6529 RK |
2401 | |
2402 | .ac-url-text, | |
2403 | .ac-action-text { | |
c0f6797e | 2404 | font-size: 1em; |
319c6529 | 2405 | color: #9C9CFF; |
acb0e9b8 | 2406 | } |
319c6529 RK |
2407 | |
2408 | richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-icon { | |
2409 | list-style-image: url("chrome://browser/skin/actionicon-tab.png"); | |
85cfb236 RK |
2410 | -moz-image-region: rect(0, 16px, 16px, 0); |
2411 | padding: 0 3px; | |
2412 | } | |
2413 | ||
2414 | richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url-box > .ac-action-icon { | |
2415 | -moz-image-region: rect(16px, 16px, 32px, 0); | |
acb0e9b8 | 2416 | } |
2417 | ||
319c6529 RK |
2418 | .autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) { |
2419 | color: #8050B0; | |
2420 | } | |
acb0e9b8 | 2421 | |
319c6529 RK |
2422 | .ac-comment[selected="true"], |
2423 | .ac-url-text[selected="true"], | |
2424 | .ac-action-text[selected="true"] { | |
2425 | color: inherit !important; | |
acb0e9b8 | 2426 | } |
2427 | ||
c1f7cc84 RK |
2428 | .autocomplete-treebody::-moz-tree-cell-text(suggesthint, treecolAutoCompleteComment), |
2429 | .autocomplete-treebody::-moz-tree-cell-text(suggestfirst, treecolAutoCompleteComment) | |
319c6529 RK |
2430 | { |
2431 | color: #8050B0; | |
2432 | font-size: smaller; | |
acb0e9b8 | 2433 | } |
319c6529 RK |
2434 | |
2435 | .autocomplete-treebody::-moz-tree-cell(suggesthint) { | |
2436 | border-top: 1px solid #9C9CFF; | |
acb0e9b8 | 2437 | } |
2438 | ||
319c6529 RK |
2439 | /* combined go/reload/stop button in location bar */ |
2440 | ||
c9b0a396 RK |
2441 | #urlbar-go-button, |
2442 | #urlbar-reload-button, | |
2443 | #urlbar-stop-button { | |
2444 | border-style: none; | |
52d7b436 | 2445 | list-style-image: url("chrome://browser/skin/reload-stop-goFx.png"); |
c9b0a396 RK |
2446 | /* padding: 0 9px;*/ |
2447 | margin-inline-start: 2px; | |
2448 | border-inline-start: 1px solid var(--urlbar-separator-color); | |
2449 | border-image: linear-gradient(transparent 15%, | |
2450 | var(--urlbar-separator-color) 15%, | |
2451 | var(--urlbar-separator-color) 85%, | |
2452 | transparent 85%); | |
2453 | border-image-slice: 1; | |
9abeb12c RK |
2454 | } |
2455 | ||
2456 | #urlbar:-moz-locale-dir(ltr) > toolbarbutton { | |
38cfeb47 RK |
2457 | border-top-left-radius: 0px; |
2458 | border-bottom-left-radius: 0px; | |
acb0e9b8 | 2459 | } |
acb0e9b8 | 2460 | |
9abeb12c | 2461 | #urlbar:-moz-locale-dir(rtl) > toolbarbutton { |
38cfeb47 RK |
2462 | border-top-right-radius: 0px; |
2463 | border-bottom-right-radius: 0px; | |
9abeb12c RK |
2464 | } |
2465 | ||
46e71434 | 2466 | #urlbar > toolbarbutton:not([disabled=true]):active:hover, |
dce90fef RK |
2467 | #urlbar-reload-button:not(:hover) { |
2468 | -moz-border-start-style: none; | |
714b11f6 | 2469 | -moz-padding-start: 3px; |
dce90fef RK |
2470 | } |
2471 | ||
c0f6797e RK |
2472 | #urlbar-reload-button { |
2473 | -moz-image-region: rect(0px, 14px, 14px, 0px); | |
acb0e9b8 | 2474 | } |
2475 | ||
46e71434 | 2476 | #urlbar-reload-button[disabled=true] { |
c0f6797e | 2477 | -moz-image-region: rect(28px, 14px, 42px, 0px); |
acb0e9b8 | 2478 | } |
2479 | ||
46e71434 | 2480 | #urlbar-reload-button:not([disabled=true]):hover { |
c0f6797e | 2481 | -moz-image-region: rect(14px, 14px, 28px, 0px); |
ffce2402 RK |
2482 | } |
2483 | ||
c0f6797e RK |
2484 | #urlbar-reload-button:-moz-locale-dir(rtl) > .toolbarbutton-icon { |
2485 | transform: scaleX(-1); | |
acb0e9b8 | 2486 | } |
2487 | ||
c0f6797e RK |
2488 | #urlbar-go-button { |
2489 | -moz-image-region: rect(0, 42px, 14px, 28px); | |
38cfeb47 RK |
2490 | } |
2491 | ||
fff8097b | 2492 | #urlbar-go-button:hover { |
c0f6797e | 2493 | -moz-image-region: rect(14px, 42px, 28px, 28px); |
acb0e9b8 | 2494 | } |
2495 | ||
c0f6797e RK |
2496 | #urlbar-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon { |
2497 | transform: scaleX(-1); | |
acb0e9b8 | 2498 | } |
319c6529 RK |
2499 | |
2500 | #urlbar-stop-button { | |
ffce2402 | 2501 | -moz-image-region: rect(0px, 28px, 14px, 14px); |
acb0e9b8 | 2502 | } |
319c6529 RK |
2503 | |
2504 | #urlbar-stop-button:hover { | |
ffce2402 | 2505 | -moz-image-region: rect(14px, 28px, 28px, 14px); |
acb0e9b8 | 2506 | } |
2507 | ||
2e389898 | 2508 | @media (min-resolution: 1.1dppx) { |
c9b0a396 RK |
2509 | #urlbar-go-button, |
2510 | #urlbar-reload-button, | |
2511 | #urlbar-stop-button { | |
2e389898 RK |
2512 | list-style-image: url("chrome://browser/skin/reload-stop-go@2x.png"); |
2513 | } | |
2514 | ||
c9b0a396 RK |
2515 | #urlbar-go-button > .toolbarbutton-icon, |
2516 | #urlbar-reload-button > .toolbarbutton-icon, | |
2517 | #urlbar-stop-button > .toolbarbutton-icon { | |
2518 | width: 14px; | |
2519 | } | |
2520 | ||
2e389898 RK |
2521 | #urlbar-go-button { |
2522 | -moz-image-region: rect(0, 84px, 28px, 56px); | |
2523 | } | |
2524 | ||
2525 | #urlbar-go-button:hover { | |
2526 | -moz-image-region: rect(28px, 84px, 56px, 56px); | |
2527 | } | |
2528 | ||
2529 | #urlbar-go-button:hover:active { | |
2530 | -moz-image-region: rect(56px, 84px, 84px, 56px); | |
2531 | } | |
2532 | ||
2533 | #urlbar-reload-button { | |
2534 | -moz-image-region: rect(0, 28px, 28px, 0); | |
2535 | } | |
2536 | ||
2537 | #urlbar-reload-button:not([disabled]):hover { | |
2538 | -moz-image-region: rect(28px, 28px, 56px, 0); | |
2539 | } | |
2540 | ||
2541 | #urlbar-reload-button:not([disabled]):hover:active { | |
2542 | -moz-image-region: rect(56px, 28px, 84px, 0); | |
2543 | } | |
2544 | ||
2545 | #urlbar-stop-button { | |
2546 | -moz-image-region: rect(0, 56px, 28px, 28px); | |
2547 | } | |
2548 | ||
2549 | #urlbar-stop-button:not([disabled]):hover { | |
2550 | -moz-image-region: rect(28px, 56px, 56px, 28px); | |
2551 | } | |
2552 | ||
2553 | #urlbar-stop-button:hover:active { | |
2554 | -moz-image-region: rect(56px, 56px, 84px, 28px); | |
2555 | } | |
2e389898 RK |
2556 | } |
2557 | ||
319c6529 RK |
2558 | /* popup blocker button */ |
2559 | ||
2560 | #page-report-button { | |
2561 | list-style-image: url("chrome://browser/skin/urlbar-popup-blocked.png"); | |
2562 | -moz-image-region: rect(0, 16px, 16px, 0); | |
acb0e9b8 | 2563 | } |
319c6529 | 2564 | |
71bac478 | 2565 | #page-report-button:hover , |
319c6529 RK |
2566 | #page-report-button:hover:active, |
2567 | #page-report-button[open="true"] { | |
71bac478 | 2568 | -moz-image-region: rect(0, 32px, 16px, 16px); |
acb0e9b8 | 2569 | } |
2570 | ||
bcb9d005 RK |
2571 | /* === BEGIN readinglist.inc.css === */ |
2572 | ||
2573 | /* Reading List button */ | |
2574 | ||
2575 | #urlbar:not([focused]):not(:hover) #readinglist-addremove-button { | |
2576 | opacity: 0; | |
2577 | width: 0px; | |
2578 | } | |
2579 | ||
2580 | #readinglist-addremove-button { | |
2581 | list-style-image: url("chrome://browser/skin/readinglist/icons.svg#addpage"); | |
2582 | -moz-image-region: rect(0, 14px, 14px, 0); | |
2583 | transition: width 150ms ease-in-out, opacity 150ms ease-in-out 150ms; | |
2584 | opacity: 1; | |
2585 | width: 20px; | |
2586 | } | |
2587 | ||
2588 | #readinglist-addremove-button:hover { | |
2589 | list-style-image: url("chrome://browser/skin/readinglist/icons.svg#addpage-hover"); | |
2590 | } | |
2591 | ||
2592 | #readinglist-addremove-button:active { | |
2593 | list-style-image: url("chrome://browser/skin/readinglist/icons.svg#addpage-active"); | |
2594 | } | |
2595 | ||
2596 | #readinglist-addremove-button[already-added="true"] { | |
2597 | list-style-image: url("chrome://browser/skin/readinglist/icons.svg#alreadyadded"); | |
2598 | } | |
2599 | ||
2600 | #readinglist-addremove-button[already-added="true"]:hover { | |
2601 | list-style-image: url("chrome://browser/skin/readinglist/icons.svg#alreadyadded-hover"); | |
2602 | } | |
2603 | ||
2604 | #readinglist-addremove-button[already-added="true"]:active { | |
2605 | list-style-image: url("chrome://browser/skin/readinglist/icons.svg#alreadyadded-active"); | |
2606 | } | |
2607 | ||
2608 | /* === END readinglist.inc.css === */ | |
2609 | ||
2610 | /* Reader mode button */ | |
2611 | ||
2612 | #reader-mode-button { | |
2613 | list-style-image: url("chrome://browser/skin/readerMode.svg"); | |
2614 | -moz-image-region: rect(0, 16px, 16px, 0); | |
2615 | } | |
2616 | ||
2617 | #reader-mode-button:hover, | |
2618 | #reader-mode-button[readeractive]:hover { | |
2619 | -moz-image-region: rect(0, 32px, 16px, 16px); | |
2620 | } | |
2621 | ||
2622 | #reader-mode-button:hover:active, | |
2623 | #reader-mode-button[readeractive] { | |
2624 | -moz-image-region: rect(0, 48px, 16px, 32px); | |
2625 | } | |
2626 | ||
c4460289 RK |
2627 | /* social share panel */ |
2628 | ||
20752032 RK |
2629 | .social-share-frame { |
2630 | min-width: 756px; | |
c4460289 RK |
2631 | height: 150px; |
2632 | } | |
2633 | ||
20752032 RK |
2634 | #share-container { |
2635 | min-width: 756px; | |
2636 | background-color: white; | |
2637 | background-repeat: no-repeat; | |
2638 | background-position: center center; | |
c4460289 | 2639 | } |
20752032 RK |
2640 | #share-container[loading] { |
2641 | background-image: url(chrome://browser/skin/tabbrowser/pendingpaint.png); | |
2642 | } | |
2643 | #share-container > browser { | |
2644 | transition: opacity 150ms ease-in-out; | |
2645 | opacity: 1; | |
2646 | } | |
2647 | #share-container[loading] > browser { | |
2648 | opacity: 0; | |
c4460289 RK |
2649 | } |
2650 | ||
20752032 RK |
2651 | .social-share-toolbar { |
2652 | border-bottom: 1px solid #9C9CFF; | |
2653 | padding: 2px; | |
c4460289 RK |
2654 | } |
2655 | ||
20752032 RK |
2656 | #social-share-provider-buttons { |
2657 | padding: 0; | |
2658 | margin: 0; | |
c4460289 RK |
2659 | } |
2660 | ||
20752032 RK |
2661 | .share-provider-button { |
2662 | padding: 5px; | |
2663 | margin: 2px; | |
c4460289 RK |
2664 | } |
2665 | ||
20752032 | 2666 | .share-provider-button > .toolbarbutton-text { |
c4460289 RK |
2667 | display: none; |
2668 | } | |
20752032 | 2669 | .share-provider-button > .toolbarbutton-icon { |
c4460289 RK |
2670 | width: 16px; |
2671 | min-height: 16px; | |
2672 | max-height: 16px; | |
2673 | } | |
2674 | ||
2675 | /* fixup corners for share panel */ | |
2676 | .social-panel > .social-panel-frame { | |
2677 | border-radius: inherit; | |
2678 | } | |
2679 | ||
2680 | #social-share-panel { | |
c4460289 | 2681 | min-height: 100px; |
20752032 | 2682 | min-width: 766px; |
c4460289 RK |
2683 | } |
2684 | ||
20752032 | 2685 | #share-container, |
c4460289 | 2686 | .social-share-frame { |
e2734cc7 | 2687 | border-top-left-radius: 0; |
c4460289 | 2688 | border-bottom-left-radius: inherit; |
e2734cc7 | 2689 | border-top-right-radius: 0; |
20752032 | 2690 | border-bottom-right-radius: inherit; |
c4460289 RK |
2691 | } |
2692 | ||
20752032 | 2693 | #social-share-panel > .social-share-toolbar { |
e2734cc7 | 2694 | border-top-left-radius: inherit; |
e2734cc7 | 2695 | border-top-right-radius: inherit; |
e2734cc7 RK |
2696 | } |
2697 | ||
20752032 | 2698 | #social-share-provider-buttons { |
c4460289 | 2699 | border-top-left-radius: inherit; |
e2734cc7 | 2700 | border-top-right-radius: inherit; |
e2734cc7 RK |
2701 | } |
2702 | ||
889649fd RK |
2703 | /* social recommending panel */ |
2704 | ||
a6757852 | 2705 | #social-mark-button { |
d7cfd768 | 2706 | -moz-image-region: rect(0, 16px, 16px, 0); |
889649fd RK |
2707 | } |
2708 | ||
c0f6797e | 2709 | /* bookmarks menu-button */ |
319c6529 | 2710 | |
c0f6797e RK |
2711 | #bookmarks-menu-button.bookmark-item { |
2712 | list-style-image: url("chrome://browser/skin/places/bookmark.png"); | |
2713 | -moz-image-region: rect(0px 16px 16px 0px); | |
acb0e9b8 | 2714 | } |
319c6529 | 2715 | |
c0f6797e RK |
2716 | #bookmarks-menu-button.bookmark-item[starred] { |
2717 | -moz-image-region: rect(0px 32px 16px 16px); | |
acb0e9b8 | 2718 | } |
319c6529 | 2719 | |
c0f6797e RK |
2720 | #bookmarks-menu-button.bookmark-item > .toolbarbutton-menubutton-button > .toolbarbutton-icon { |
2721 | -moz-margin-start: 5px; | |
acb0e9b8 | 2722 | } |
2723 | ||
c0f6797e RK |
2724 | #bookmarks-menu-button[cui-areatype="toolbar"]:not(.bookmark-item):not([overflowedItem=true]) > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon { |
2725 | padding-top: 2px; | |
2726 | padding-bottom: 2px; | |
71bac478 RK |
2727 | } |
2728 | ||
c0f6797e RK |
2729 | #BMB_bookmarksPopup[side="top"], |
2730 | #BMB_bookmarksPopup[side="bottom"] { | |
2731 | margin-left: -20px; | |
2732 | margin-right: -20px; | |
71bac478 RK |
2733 | } |
2734 | ||
c0f6797e RK |
2735 | #BMB_bookmarksPopup[side="left"], |
2736 | #BMB_bookmarksPopup[side="right"] { | |
2737 | margin-top: -20px; | |
2738 | margin-bottom: -20px; | |
acb0e9b8 | 2739 | } |
319c6529 RK |
2740 | |
2741 | /* bookmarking panel */ | |
c0f6797e | 2742 | |
319c6529 RK |
2743 | #editBookmarkPanelStarIcon { |
2744 | list-style-image: url("chrome://browser/skin/places/starred48.png"); | |
2745 | width: 48px; | |
2746 | height: 48px; | |
acb0e9b8 | 2747 | } |
319c6529 RK |
2748 | |
2749 | #editBookmarkPanelStarIcon[unstarred] { | |
2750 | list-style-image: url("chrome://browser/skin/places/unstarred48.png"); | |
acb0e9b8 | 2751 | } |
2752 | ||
319c6529 RK |
2753 | #editBookmarkPanelTitle { |
2754 | font-size: 130%; | |
acb0e9b8 | 2755 | } |
319c6529 RK |
2756 | |
2757 | #editBookmarkPanelHeader, | |
2758 | #editBookmarkPanelContent { | |
2759 | margin-bottom: .5em; | |
acb0e9b8 | 2760 | } |
319c6529 RK |
2761 | |
2762 | /* Implements editBookmarkPanel resizing on folderTree un-collapse. */ | |
2763 | #editBMPanel_folderTree { | |
2764 | min-width: 27em; | |
acb0e9b8 | 2765 | } |
2766 | ||
f993773d | 2767 | .panel-promo-box { |
46e71434 RK |
2768 | margin: 5px 0 -6px; |
2769 | padding: 5px 0; | |
889649fd | 2770 | border-top: 1px solid #9C9CFF; |
f0eab82c RK |
2771 | border-bottom-left-radius: 5px; |
2772 | border-bottom-right-radius: 5px; | |
f993773d RK |
2773 | } |
2774 | ||
2775 | .panel-promo-icon { | |
2776 | list-style-image: url("chrome://browser/skin/sync-notification-24.png"); | |
2777 | -moz-margin-end: 10px; | |
2778 | vertical-align: middle; | |
2779 | } | |
2780 | ||
2781 | .panel-promo-closebutton { | |
2782 | list-style-image: url("chrome://global/skin/icons/close-button.gif"); | |
f0eab82c RK |
2783 | -moz-margin-end: -3px; |
2784 | margin-top: -3px; | |
f993773d RK |
2785 | } |
2786 | ||
2787 | .panel-promo-closebutton:hover { | |
2788 | list-style-image: url("chrome://global/skin/icons/close-button-hover.gif"); | |
2789 | } | |
2790 | ||
2791 | .panel-promo-closebutton:hover:active { | |
2792 | list-style-image: url("chrome://global/skin/icons/close-button-hover.gif"); | |
2793 | } | |
2794 | ||
2795 | .panel-promo-closebutton > .toolbarbutton-text { | |
2796 | padding: 0; | |
f993773d RK |
2797 | } |
2798 | ||
319c6529 RK |
2799 | /* ::::: content area ::::: */ |
2800 | ||
bcb9d005 RK |
2801 | #sidebar-box { |
2802 | background-color: #9C9CFF; | |
2803 | color: #000000; | |
2804 | } | |
2805 | ||
319c6529 | 2806 | #sidebar { |
bcb9d005 RK |
2807 | background-color: #000000; |
2808 | } | |
2809 | ||
2810 | #sidebar-splitter { | |
2811 | -moz-margin-start: 0; | |
2812 | } | |
2813 | ||
2814 | #sidebar-header { | |
2815 | color: #000000; | |
2816 | padding: 2px; | |
acb0e9b8 | 2817 | } |
319c6529 RK |
2818 | |
2819 | #sidebar-title { | |
2820 | -moz-padding-start: 0px; | |
acb0e9b8 | 2821 | } |
319c6529 | 2822 | |
589b5528 RK |
2823 | #sidebar-header > .close-icon { |
2824 | /* padding: 4px 2px; | |
2825 | margin: 0; | |
2826 | border: none;*/ | |
2827 | list-style-image: url("chrome://global/skin/icons/close-button.gif"); | |
2828 | } | |
2829 | ||
2830 | #sidebar-header > .close-icon:hover, | |
2831 | #sidebar-header > .close-icon:hover:active { | |
2832 | list-style-image: url("chrome://global/skin/icons/close-button-hover.gif"); | |
2833 | } | |
2834 | ||
bcb9d005 RK |
2835 | #sidebar-splitter:-moz-locale-dir(ltr), |
2836 | #sidebar:-moz-locale-dir(ltr) { | |
2837 | border-radius: 0 5px 0 0; | |
2838 | } | |
2839 | ||
2840 | #sidebar-splitter:-moz-locale-dir(rtl), | |
2841 | #sidebar:-moz-locale-dir(rtl) { | |
2842 | border-radius: 5px 0 0 0; | |
2843 | } | |
2844 | ||
fe524e0c RK |
2845 | .browserContainer > findbar { |
2846 | /* | |
2847 | background-color: -moz-dialog; | |
2848 | color: -moz-DialogText; | |
2849 | */ | |
2850 | } | |
2851 | ||
319c6529 | 2852 | /* Tabstrip */ |
b36fc72e | 2853 | |
c0f6797e | 2854 | #TabsToolbar { |
e20c83c3 RK |
2855 | min-height: 0; |
2856 | padding: 0; | |
2857 | -moz-binding: url("chrome://browser/content/customizableui/toolbar.xml#toolbar"); | |
2858 | } | |
2859 | ||
b36fc72e | 2860 | #TabsToolbar .toolbar-holder { |
c1f7cc84 | 2861 | background-color: #000000; /* correct effect of being an actual toolbar */ |
acb0e9b8 | 2862 | } |
2863 | ||
b36fc72e | 2864 | #main-window[disablechrome] #TabsToolbar, |
319c6529 | 2865 | #TabsToolbar[tabsontop="false"] { |
8b5fc82e | 2866 | border-bottom: 1px solid #008484; |
acb0e9b8 | 2867 | } |
319c6529 | 2868 | |
6dc70335 RK |
2869 | /* === BEGIN tabs.inc.css === */ |
2870 | ||
368d0b7f RK |
2871 | :root { |
2872 | /* --tab-toolbar-navbar-overlap: 1px; */ | |
2873 | /* --tab-min-height: 31px; */ | |
d533ec21 RK |
2874 | /* --tab-curve-width: 30px; */ |
2875 | /* --tab-curve-half-width: 15px; */ | |
368d0b7f RK |
2876 | } |
2877 | ||
319c6529 | 2878 | .tabbrowser-tab, |
43ee1307 RK |
2879 | .tabs-newtab-button, |
2880 | #TabsToolbar > #new-tab-button { | |
319c6529 | 2881 | margin-top: 0px; |
acb0e9b8 | 2882 | } |
319c6529 | 2883 | |
43ee1307 | 2884 | .tabbrowser-tab { |
57fc408c RK |
2885 | padding: 1px 4px 2px; |
2886 | } | |
2887 | ||
2888 | .tabbrowser-tab:first-of-type { | |
2889 | -moz-margin-start: 2px; | |
2890 | } | |
2891 | ||
43ee1307 RK |
2892 | .tabs-newtab-button, |
2893 | #TabsToolbar > #new-tab-button { | |
57fc408c RK |
2894 | border-radius: 8px 8px 0px 0px; |
2895 | -moz-margin-start: 0; | |
2896 | } | |
2897 | ||
43ee1307 RK |
2898 | .tabs-newtab-button:not(:hover), |
2899 | #TabsToolbar > #new-tab-button:not(:hover) { | |
57fc408c RK |
2900 | background-color: #C09070; |
2901 | } | |
2902 | ||
c0f6797e | 2903 | /* The selected tab should appear above adjacent tabs, .tabs-newtab-button and the highlight of #nav-bar */ |
05148fed | 2904 | .tabbrowser-tab[visuallyselected=true] { |
c0f6797e RK |
2905 | /* position: relative; |
2906 | z-index: 2;*/ | |
acb0e9b8 | 2907 | } |
2908 | ||
c0f6797e | 2909 | .tab-background-middle { |
acb0e9b8 | 2910 | } |
2911 | ||
c0f6797e | 2912 | .tab-content { |
acb0e9b8 | 2913 | } |
319c6529 | 2914 | |
d533ec21 RK |
2915 | .tab-content[pinned] { |
2916 | } | |
2917 | ||
2918 | .tab-throbber, | |
c0f6797e RK |
2919 | .tab-icon-image, |
2920 | .tab-close-button { | |
acb0e9b8 | 2921 | } |
2922 | ||
319c6529 RK |
2923 | .tab-throbber, |
2924 | .tab-icon-image { | |
319c6529 | 2925 | height: 16px; |
c0f6797e | 2926 | width: 16px; |
d533ec21 | 2927 | -moz-margin-end: 3px; |
c0f6797e RK |
2928 | } |
2929 | ||
2930 | .tab-icon-image { | |
dce90fef | 2931 | list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png"); |
613daf44 | 2932 | } |
2933 | ||
d533ec21 RK |
2934 | .tab-icon-overlay { |
2935 | width: 16px; | |
2936 | height: 16px; | |
2937 | /* margin-top: 10px; */ | |
2938 | -moz-margin-start: -16px; | |
2939 | display: none; | |
2940 | } | |
2941 | ||
2942 | .tab-icon-overlay[crashed] { | |
2943 | display: -moz-box; | |
2944 | list-style-image: url("chrome://browser/skin/tabbrowser/crashed.svg"); | |
2945 | } | |
2946 | ||
3d64e0ce | 2947 | .tab-throbber[busy] { |
95f333af | 2948 | list-style-image: url("chrome://communicator/skin/brand/throbber16-anim-connect.png"); |
613daf44 | 2949 | } |
319c6529 RK |
2950 | |
2951 | .tab-throbber[progress] { | |
95f333af | 2952 | list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.png"); |
613daf44 | 2953 | } |
319c6529 | 2954 | |
319c6529 RK |
2955 | .tab-throbber[pinned], |
2956 | .tab-icon-image[pinned] { | |
2957 | -moz-margin-start: 2px; | |
2958 | -moz-margin-end: 2px; | |
613daf44 | 2959 | } |
319c6529 | 2960 | |
c0f6797e | 2961 | .tab-label { |
aec5dfad RK |
2962 | /* this needs to add up to the 16px of the icon image */ |
2963 | height: 12px; | |
2964 | margin-top: 2px !important; | |
2965 | margin-bottom: 2px !important; | |
c0f6797e RK |
2966 | } |
2967 | ||
2968 | .tab-close-button { | |
2969 | margin-top: 1px; | |
2970 | padding: 0; | |
2971 | } | |
2972 | ||
2973 | .tab-background, | |
2974 | .tabs-newtab-button { | |
2975 | /* overlap the tab curves */ | |
2976 | } | |
2977 | ||
2978 | .tabbrowser-arrowscrollbox > .arrowscrollbox-scrollbox { | |
2979 | } | |
2980 | ||
93c91f62 RK |
2981 | /* Tab Overflow */ |
2982 | .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-start-indicator:not([collapsed]), | |
2983 | .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-end-indicator:not([collapsed]) { | |
2984 | } | |
2985 | ||
2986 | .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-start-indicator:-moz-locale-dir(rtl), | |
2987 | .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-end-indicator:-moz-locale-dir(ltr) { | |
2988 | } | |
2989 | ||
2990 | .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-start-indicator:not([collapsed]) { | |
2991 | } | |
2992 | ||
2993 | .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-end-indicator:not([collapsed]) { | |
2994 | } | |
2995 | ||
2996 | .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-start-indicator[collapsed], | |
2997 | .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-end-indicator[collapsed] { | |
2998 | } | |
2999 | ||
3000 | .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-start-indicator, | |
3001 | .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-end-indicator { | |
3002 | } | |
3003 | ||
05148fed RK |
3004 | .tab-background-start[visuallyselected=true]::after, |
3005 | .tab-background-start[visuallyselected=true]::before, | |
c0f6797e RK |
3006 | .tab-background-start, |
3007 | .tab-background-end, | |
05148fed RK |
3008 | .tab-background-end[visuallyselected=true]::after, |
3009 | .tab-background-end[visuallyselected=true]::before { | |
c0f6797e RK |
3010 | } |
3011 | ||
05148fed | 3012 | .tabbrowser-tab:not([visuallyselected=true]), |
c0f6797e RK |
3013 | .tabbrowser-tab:-moz-lwtheme { |
3014 | } | |
3015 | ||
319c6529 | 3016 | /* tabbrowser-tab focus ring */ |
c0f6797e | 3017 | .tabbrowser-tab:focus { |
319c6529 | 3018 | outline: 1px dotted; |
613daf44 | 3019 | } |
319c6529 | 3020 | |
c0f6797e RK |
3021 | /* Selected tab */ |
3022 | ||
05148fed | 3023 | .tabbrowser-tab[visuallyselected="true"] { |
c0f6797e RK |
3024 | } |
3025 | ||
3026 | /* End selected tab */ | |
3027 | ||
c0f6797e RK |
3028 | /* Tab pointer-events */ |
3029 | /* | |
3030 | .tabbrowser-tab { | |
3031 | pointer-events: none; | |
3032 | } | |
3033 | ||
3034 | .tab-background-middle, | |
3035 | .tabs-newtab-button, | |
3036 | .tab-close-button { | |
3037 | pointer-events: auto; | |
3038 | } | |
3039 | */ | |
3040 | /* Pinned tabs */ | |
3041 | ||
3042 | .tabbrowser-tab[pinned][titlechanged]:not([selected="true"]) { | |
3043 | background-color: #E7ADE7; | |
3044 | } | |
3045 | ||
3046 | .tabbrowser-tab[pinned][titlechanged]:not([selected="true"]):hover { | |
3047 | background-color: #3333FF; | |
3048 | color: #000000; | |
3049 | } | |
3050 | ||
3051 | /* New tab button */ | |
3052 | ||
3053 | .tabs-newtab-button { | |
3054 | width: 28px; | |
d533ec21 | 3055 | /* width: calc(36px + var(--tab-curve-width)); */ |
c0f6797e RK |
3056 | } |
3057 | ||
3058 | /* === END tabs.inc.css === */ | |
3059 | ||
43371c9b RK |
3060 | /* Background tabs: |
3061 | * | |
3062 | * Decrease the height of the hoverable region of background tabs whenever the tabs are at the top | |
3063 | * of the window (e.g. no menubar, tabs in titlebar, etc.) to make it easier to drag the window by | |
3064 | * the titlebar. We don't need this in fullscreen since window dragging is not an issue there. | |
3065 | */ | |
05148fed | 3066 | #main-window[tabsintitlebar][sizemode=normal] #toolbar-menubar[autohide="true"][inactive] + #TabsToolbar .tab-background-middle:not([visuallyselected=true]) { |
43371c9b RK |
3067 | /* clip-path: url(chrome://browser/content/browser.xul#tab-hover-clip-path);*/ |
3068 | } | |
3069 | ||
8ad8bf83 | 3070 | /* Tab DnD indicator */ |
319c6529 RK |
3071 | .tab-drop-indicator { |
3072 | list-style-image: url("chrome://browser/skin/tabbrowser/tabDragIndicator.png"); | |
9abeb12c | 3073 | margin-bottom: -11px; |
613daf44 | 3074 | } |
3075 | ||
319c6529 RK |
3076 | /* Tab close button */ |
3077 | .tab-close-button { | |
319c6529 RK |
3078 | list-style-image: url("chrome://global/skin/icons/close-button.gif"); |
3079 | } | |
acb0e9b8 | 3080 | |
319c6529 RK |
3081 | .tab-close-button:hover, |
3082 | .tab-close-button:hover[selected="true"] { | |
3083 | list-style-image: url("chrome://global/skin/icons/close-button-hover.gif"); | |
acb0e9b8 | 3084 | } |
319c6529 RK |
3085 | |
3086 | .tab-close-button:hover:active, | |
3087 | .tab-close-button:hover:active[selected="true"] { | |
3088 | list-style-image: url("chrome://global/skin/icons/close-button-hover.gif"); | |
acb0e9b8 | 3089 | } |
319c6529 | 3090 | |
319c6529 RK |
3091 | /* Tab scrollbox arrow, tabstrip new tab and all-tabs buttons */ |
3092 | ||
319c6529 RK |
3093 | .tabbrowser-arrowscrollbox > .scrollbutton-up, |
3094 | .tabbrowser-arrowscrollbox > .scrollbutton-down { | |
319c6529 RK |
3095 | margin: 0; |
3096 | padding-top: 0; | |
3097 | padding-bottom: 0; | |
c0f6797e RK |
3098 | background-origin: border-box; |
3099 | } | |
3100 | ||
3101 | #main-window[tabsintitlebar]:not([inFullscreen]) .tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-system-metric(windows-classic):not(:-moz-lwtheme), | |
3102 | #main-window[tabsintitlebar]:not([inFullscreen]) .tabbrowser-arrowscrollbox > .scrollbutton-down:-moz-system-metric(windows-classic):not(:-moz-lwtheme), | |
3103 | .tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-lwtheme-brighttext, | |
3104 | .tabbrowser-arrowscrollbox > .scrollbutton-down:-moz-lwtheme-brighttext { | |
3105 | } | |
b7f3670c | 3106 | |
c0f6797e RK |
3107 | .tabbrowser-arrowscrollbox > .scrollbutton-up[disabled], |
3108 | .tabbrowser-arrowscrollbox > .scrollbutton-down[disabled] { | |
3109 | } | |
3110 | ||
3111 | .tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-locale-dir(rtl), | |
3112 | .tabbrowser-arrowscrollbox > .scrollbutton-down:-moz-locale-dir(ltr) { | |
3113 | /* transform: scaleX(-1);*/ | |
3114 | } | |
3115 | ||
3116 | .tabbrowser-arrowscrollbox > .scrollbutton-down { | |
3117 | transition: 1s background-color ease-out; | |
acb0e9b8 | 3118 | } |
319c6529 | 3119 | |
319c6529 RK |
3120 | .tabbrowser-arrowscrollbox > .scrollbutton-down[notifybgtab] { |
3121 | background-color: #008484; | |
acb0e9b8 | 3122 | } |
319c6529 | 3123 | |
c0f6797e RK |
3124 | .tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled]), |
3125 | .tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled]) { | |
3126 | /* border-width: 0 2px 0 0; | |
3127 | border-style: solid; | |
3128 | border-image: url("chrome://browser/skin/tabbrowser/tab-overflow-border.png") 0 2 0 2 fill;*/ | |
3129 | } | |
3130 | ||
319c6529 RK |
3131 | .tabs-newtab-button > .toolbarbutton-icon { |
3132 | margin-top: -1px; | |
3133 | margin-bottom: -1px; | |
acb0e9b8 | 3134 | } |
319c6529 RK |
3135 | |
3136 | .tabs-newtab-button, | |
3137 | #TabsToolbar > #new-tab-button, | |
e20c83c3 RK |
3138 | #TabsToolbar > toolbarpaletteitem > #new-tab-button, |
3139 | #TabsToolbar > toolbarpaletteitem > #new-tab-button[cui-areatype="toolbar"] { | |
832af407 | 3140 | list-style-image: url("chrome://browser/skin/tabbrowser/newtabFx.png"); |
319c6529 | 3141 | -moz-image-region: rect(0, 16px, 18px, 0); |
acb0e9b8 | 3142 | } |
3143 | ||
8b5fc82e | 3144 | .tabs-newtab-button, |
38cfeb47 | 3145 | .tabs-newtab-button:hover, |
c0f6797e | 3146 | #TabsToolbar > #new-tab-button, |
38cfeb47 | 3147 | #TabsToolbar > #new-tab-button:hover { |
319c6529 | 3148 | -moz-image-region: rect(0, 32px, 18px, 16px); |
acb0e9b8 | 3149 | } |
319c6529 | 3150 | |
c0f6797e RK |
3151 | #main-window[tabsintitlebar]:not([inFullscreen]) .tabs-newtab-button:-moz-system-metric(windows-classic):not(:-moz-lwtheme), |
3152 | #main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar > #new-tab-button:-moz-system-metric(windows-classic):not(:-moz-lwtheme), | |
3153 | #main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar > toolbarpaletteitem > #new-tab-button:-moz-system-metric(windows-classic):not(:-moz-lwtheme), | |
3154 | .tabs-newtab-button:-moz-lwtheme-brighttext, | |
3155 | #TabsToolbar > #new-tab-button:-moz-lwtheme-brighttext, | |
3156 | #TabsToolbar > toolbarpaletteitem > #new-tab-button:-moz-lwtheme-brighttext { | |
acb0e9b8 | 3157 | } |
3158 | ||
c0f6797e RK |
3159 | #TabsToolbar > #new-tab-button { |
3160 | width: 26px; | |
3161 | } | |
3162 | ||
3163 | #alltabs-button { | |
3164 | list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); | |
acb0e9b8 | 3165 | } |
319c6529 | 3166 | |
f9fc08c7 RK |
3167 | #alltabs-button:hover, |
3168 | #alltabs-button:hover:active, | |
3169 | #alltabs-button[open="true"] { | |
8da9da4e | 3170 | list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); |
acb0e9b8 | 3171 | } |
319c6529 | 3172 | |
c0f6797e RK |
3173 | #main-window[tabsintitlebar]:not([inFullscreen]) #alltabs-button:-moz-system-metric(windows-classic):not(:-moz-lwtheme), |
3174 | #alltabs-button:-moz-lwtheme-brighttext { | |
3175 | } | |
3176 | ||
3177 | #alltabs-button > .toolbarbutton-icon { | |
3178 | /* margin: 0 2px;*/ | |
3179 | } | |
3180 | ||
3181 | #alltabs-button > .toolbarbutton-menu-dropmarker { | |
3182 | display: none; | |
3183 | } | |
3184 | ||
319c6529 RK |
3185 | /* All tabs menupopup */ |
3186 | .alltabs-item > .menu-iconic-left > .menu-iconic-icon { | |
dce90fef | 3187 | list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png"); |
8da9da4e | 3188 | -moz-image-region: auto; |
acb0e9b8 | 3189 | } |
3190 | ||
319c6529 RK |
3191 | .alltabs-item[selected="true"] { |
3192 | font-weight: bold; | |
acb0e9b8 |