Commit | Line | Data |
---|---|---|
128000f4 | 1 | /* ***** BEGIN LICENSE BLOCK ***** |
2 | * Version: MPL 1.1/GPL 2.0/LGPL 2.1 | |
3 | * | |
4 | * The contents of this file are subject to the Mozilla Public License Version | |
5 | * 1.1 (the "License"); you may not use this file except in compliance with | |
6 | * the License. You may obtain a copy of the License at | |
7 | * http://www.mozilla.org/MPL/ | |
8 | * | |
9 | * Software distributed under the License is distributed on an "AS IS" basis, | |
10 | * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License | |
11 | * for the specific language governing rights and limitations under the | |
12 | * License. | |
13 | * | |
14 | * The Original Code is "Classic" theme of mozilla.org code. | |
15 | * | |
16 | * The Initial Developer of the Original Code is | |
17 | * the Mozilla Organization. | |
18 | * Portions created by the Initial Developer are Copyright (C) 1998-2001 | |
19 | * the Initial Developer. All Rights Reserved. | |
20 | * | |
21 | * Contributor(s): | |
22 | * Robert Kaiser <KaiRo@KaiRo.at> | |
23 | * | |
24 | * Alternatively, the contents of this file may be used under the terms of | |
25 | * either the GNU General Public License Version 2 or later (the "GPL"), or | |
26 | * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), | |
27 | * in which case the provisions of the GPL or the LGPL are applicable instead | |
28 | * of those above. If you wish to allow use of your version of this file only | |
29 | * under the terms of either the GPL or the LGPL, and not to allow others to | |
30 | * use your version of this file under the terms of the MPL, indicate your | |
31 | * decision by deleting the provisions above and replace them with the notice | |
32 | * and other provisions required by the GPL or the LGPL. If you do not delete | |
33 | * the provisions above, a recipient may use your version of this file under | |
34 | * the terms of any one of the MPL, the GPL or the LGPL. | |
35 | * | |
36 | * ***** END LICENSE BLOCK ***** */ | |
37 | ||
76983f4c | 38 | /** Contains style definitions for the navigator application |
f6e0a33f | 39 | **/ |
40 | ||
74d14f90 | 41 | @import url("chrome://navigator/content/navigator.css"); |
42 | @import url("chrome://communicator/skin/"); | |
74d14f90 | 43 | @import url("chrome://communicator/skin/bookmarks/bookmarksToolbar.css"); |
f6e0a33f | 44 | |
f840e302 | 45 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
46 | ||
74d14f90 | 47 | /* ::::: primary toolbar buttons ::::: */ |
f6e0a33f | 48 | |
74d14f90 | 49 | #back-button { |
ecb2fda9 RK |
50 | list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png"); |
51 | -moz-image-region: rect(42px 25px 63px 0px); | |
74d14f90 | 52 | } |
f6e0a33f | 53 | |
74d14f90 | 54 | #back-button[disabled="true"] { |
749ee109 | 55 | -moz-image-region: rect(42px 50px 63px 25px); |
74d14f90 | 56 | } |
f6e0a33f | 57 | |
74d14f90 | 58 | #forward-button { |
ecb2fda9 RK |
59 | list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png"); |
60 | -moz-image-region: rect(63px 25px 84px 0px); | |
74d14f90 | 61 | } |
62 | ||
63 | #forward-button[disabled="true"] { | |
749ee109 | 64 | -moz-image-region: rect(63px 50px 84px 25px); |
74d14f90 | 65 | } |
66 | ||
67 | #reload-button { | |
749ee109 RK |
68 | list-style-image: url("chrome://navigator/skin/icons/navigatoricons.png"); |
69 | -moz-image-region: rect(0px 25px 21px 0px); | |
74d14f90 | 70 | } |
749ee109 | 71 | |
74d14f90 | 72 | #reload-button[disabled="true"] { |
749ee109 | 73 | -moz-image-region: rect(0px 50px 21px 25px); |
74d14f90 | 74 | } |
75 | ||
76 | #stop-button { | |
ecb2fda9 RK |
77 | list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png"); |
78 | -moz-image-region: rect(21px 25px 42px 0px); | |
74d14f90 | 79 | } |
80 | ||
81 | #stop-button[disabled="true"] { | |
749ee109 | 82 | -moz-image-region: rect(21px 50px 42px 25px); |
76983f4c | 83 | } |
74d14f90 | 84 | |
0ef1663c RK |
85 | #home-button { |
86 | list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png"); | |
87 | -moz-image-region: rect(84px 25px 105px 0px); | |
88 | } | |
89 | ||
90 | #home-button[disabled="true"] { | |
91 | -moz-image-region: rect(84px 50px 105px 25px); | |
92 | } | |
93 | ||
c2e1f790 RK |
94 | #sync-button { |
95 | list-style-image: url("chrome://communicator/skin/sync/sync-32.png"); | |
96 | } | |
97 | ||
98 | #sync-button[status=active] { | |
99 | list-style-image: url("chrome://communicator/skin/sync/sync-32-throbber.png"); | |
100 | } | |
101 | ||
f2450795 | 102 | #clear-button { |
103 | list-style-image: url("chrome://global/skin/icons/close-button.gif"); | |
104 | } | |
105 | ||
c2e1f790 RK |
106 | /* ::::: small primary toolbar buttons ::::: */ |
107 | ||
0ef1663c RK |
108 | toolbar[iconsize="small"] > #back-button { |
109 | list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); | |
110 | -moz-image-region: rect(32px 16px 48px 0); | |
111 | } | |
112 | ||
113 | toolbar[iconsize="small"] > #back-button[disabled="true"] { | |
114 | -moz-image-region: rect(32px 32px 48px 16px) !important; | |
115 | } | |
116 | ||
117 | toolbar[iconsize="small"] > #forward-button { | |
118 | list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); | |
119 | -moz-image-region: rect(48px 16px 64px 0); | |
120 | } | |
121 | ||
122 | toolbar[iconsize="small"] > #forward-button[disabled="true"] { | |
123 | -moz-image-region: rect(48px 32px 64px 16px) !important; | |
124 | } | |
125 | ||
126 | toolbar[iconsize="small"] > #reload-button { | |
127 | list-style-image: url("chrome://navigator/skin/icons/navigatoricons-small.png"); | |
128 | -moz-image-region: rect(0 16px 16px 0); | |
129 | } | |
130 | ||
131 | toolbar[iconsize="small"] > #reload-button[disabled="true"] { | |
132 | -moz-image-region: rect(0 32px 16px 16px) !important; | |
133 | } | |
134 | ||
135 | toolbar[iconsize="small"] > #stop-button { | |
136 | list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); | |
137 | -moz-image-region: rect(16px 16px 32px 0); | |
138 | } | |
139 | ||
140 | toolbar[iconsize="small"] > #stop-button[disabled="true"] { | |
141 | -moz-image-region: rect(16px 32px 32px 16px) !important; | |
142 | } | |
143 | ||
0ef1663c RK |
144 | toolbar[iconsize="small"] > #home-button { |
145 | list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); | |
146 | -moz-image-region: rect(64px 16px 80px 0); | |
147 | } | |
148 | ||
149 | toolbar[iconsize="small"] > #home-button[disabled="true"] { | |
150 | -moz-image-region: rect(64px 32px 80px 16px) !important; | |
151 | } | |
152 | ||
c2e1f790 RK |
153 | toolbar[iconsize="small"] > toolbarpaletteitem > #sync-button, |
154 | toolbar[iconsize="small"] > #sync-button { | |
155 | list-style-image: url("chrome://communicator/skin/sync/sync-16.png"); | |
156 | } | |
157 | ||
158 | toolbar[iconsize="small"] > toolbarpaletteitem > #sync-button[status=active], | |
159 | toolbar[iconsize="small"] > #sync-button[status=active] { | |
160 | list-style-image: url("chrome://communicator/skin/sync/sync-16-throbber.png"); | |
161 | } | |
162 | ||
f1b199d6 RK |
163 | #FindToolbar:-moz-lwtheme { |
164 | /* -moz-border-top-colors: transparent; | |
165 | -moz-border-bottom-colors: transparent; */ | |
166 | } | |
167 | ||
c8120ee9 | 168 | /* ::::: fullscreen window controls ::::: */ |
169 | ||
170 | #window-controls { | |
171 | -moz-box-align: center; | |
749ee109 | 172 | padding: 0 2px; |
083cee4a | 173 | border-left: 1px solid #9999CC; |
749ee109 | 174 | -moz-margin-start: 2px; |
083cee4a | 175 | } |
176 | ||
177 | #window-controls > toolbarbutton { | |
749ee109 RK |
178 | padding: 3px; |
179 | -moz-padding-start: 2px; | |
180 | -moz-padding-end: 1px; | |
181 | } | |
182 | ||
183 | toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon { | |
184 | display: -moz-box; | |
c8120ee9 | 185 | } |
186 | ||
187 | #minimize-button { | |
188 | list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif"); | |
189 | } | |
190 | ||
191 | #restore-button { | |
192 | list-style-image: url("chrome://navigator/skin/icons/win-restore.gif"); | |
193 | } | |
194 | ||
195 | #close-button { | |
196 | list-style-image: url("chrome://navigator/skin/icons/win-close.gif"); | |
197 | } | |
198 | ||
74d14f90 | 199 | /* ::::: nav-bar-inner ::::: */ |
200 | ||
d1476608 | 201 | .nav-bar-class { |
749ee109 RK |
202 | -moz-padding-start: 1px; |
203 | -moz-padding-end: 1px; | |
74d14f90 | 204 | min-width: 0px; |
749ee109 | 205 | -moz-box-align: center; |
74d14f90 | 206 | } |
76983f4c | 207 | |
74d14f90 | 208 | #urlbar { |
749ee109 RK |
209 | margin: 0; |
210 | -moz-margin-start: 3px; | |
211 | } | |
212 | ||
7197fc13 | 213 | .urlbar-security-level { |
749ee109 | 214 | padding: 2px; |
76983f4c | 215 | } |
74d14f90 | 216 | |
cf3319d7 RK |
217 | .urlbar-security-level[level="high"], |
218 | .urlbar-security-level[level="low"] { | |
d84b9613 | 219 | background-color: #FFFFCC; |
220 | } | |
221 | ||
e8fc8e8e RK |
222 | #wrapper-nav-bar-inner[place="palette"] > #nav-bar-inner > .button-toolbar, |
223 | #wrapper-nav-bar-inner[place="palette"] > #nav-bar-inner > #urlbar > .urlbar-icons { | |
224 | display: none; | |
225 | } | |
226 | ||
fb2b5761 RK |
227 | /* ::::: notification popups ::::: */ |
228 | ||
fb2b5761 RK |
229 | .popup-notification-icon { |
230 | width: 64px; | |
231 | height: 64px; | |
232 | -moz-margin-end: 10px; | |
233 | } | |
234 | ||
235 | .popup-notification-icon[popupid="geolocation"] { | |
236 | list-style-image: url("chrome://communicator/skin/icons/geolocation-64.png"); | |
237 | } | |
238 | ||
a3b6328b RK |
239 | .popup-notification-icon[popupid="addon-install-disabled"], |
240 | .popup-notification-icon[popupid="addon-install-blocked"], | |
b4af54ca RK |
241 | .popup-notification-icon[popupid="addon-install-started"], |
242 | .popup-notification-icon[popupid="addon-install-cancelled"], | |
a3b6328b | 243 | .popup-notification-icon[popupid="addon-install-failed"], |
c1f7cc84 RK |
244 | .popup-notification-icon[popupid="addon-install-complete"], |
245 | .popup-notification-icon[popupid="lwtheme-install-request"], | |
246 | .popup-notification-icon[popupid="lwtheme-install-notification"] { | |
a3b6328b RK |
247 | list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png"); |
248 | width: 32px; | |
249 | height: 32px; | |
250 | } | |
251 | ||
c2e1f790 RK |
252 | .popup-notification-icon[popupid="indexedDB-permissions-prompt"], |
253 | .popup-notification-icon[popupid="indexedDB-quota-prompt"] { | |
254 | list-style-image: url("chrome://global/skin/icons/question-64.png"); | |
255 | } | |
256 | ||
257 | .popup-notification-icon[popupid="password-change"], | |
fb2b5761 RK |
258 | .popup-notification-icon[popupid="password-save"] { |
259 | list-style-image: url("chrome://mozapps/skin/passwordmgr/key-64.png"); | |
260 | } | |
261 | ||
262 | /* Notification icon box */ | |
263 | #notification-popup-box { | |
264 | -moz-margin-end: 3px; | |
265 | } | |
266 | ||
267 | .notification-anchor-icon:-moz-focusring { | |
268 | outline: 1px dotted; | |
269 | } | |
270 | ||
c2e1f790 RK |
271 | #default-notification-icon { |
272 | list-style-image: url("chrome://global/skin/icons/information-16.png"); | |
273 | width: 16px; | |
274 | height: 16px; | |
275 | } | |
276 | ||
fb2b5761 RK |
277 | #geo-notification-icon { |
278 | list-style-image: url("chrome://communicator/skin/icons/geolocation-16.png"); | |
279 | width: 16px; | |
280 | height: 16px; | |
281 | } | |
282 | ||
a3b6328b RK |
283 | #addons-notification-icon { |
284 | list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png"); | |
285 | width: 16px; | |
286 | height: 16px; | |
287 | } | |
288 | ||
c2e1f790 RK |
289 | #indexedDB-notification-icon { |
290 | list-style-image: url("chrome://global/skin/icons/question-16.png"); | |
291 | width: 16px; | |
292 | height: 16px; | |
293 | } | |
294 | ||
fb2b5761 RK |
295 | #password-notification-icon { |
296 | list-style-image: url("chrome://mozapps/skin/passwordmgr/key-16.png"); | |
297 | width: 16px; | |
298 | height: 16px; | |
299 | } | |
300 | ||
74d14f90 | 301 | /* ::::: page proxy icon ::::: */ |
76983f4c | 302 | |
74d14f90 | 303 | #page-proxy-deck, |
304 | #page-proxy-favicon, | |
305 | #page-proxy-button { | |
306 | width: 16px; | |
307 | height: 16px; | |
308 | } | |
2d09e496 | 309 | |
310 | #page-proxy-deck { | |
d2f0d128 | 311 | cursor: -moz-grab; |
749ee109 | 312 | margin: 0; |
74d14f90 | 313 | } |
314 | ||
315 | #page-proxy-button { | |
76983f4c | 316 | list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); |
76983f4c | 317 | } |
74d14f90 | 318 | |
319 | #page-proxy-favicon { | |
320 | list-style-image: none; | |
76983f4c | 321 | } |
f6e0a33f | 322 | |
74d14f90 | 323 | /* ::::: autocomplete ::::: */ |
324 | ||
a1f525f0 | 325 | .autocomplete-treebody::-moz-tree-cell-text(value) { |
e8fc8e8e | 326 | -moz-padding-start: 13px; |
f6e0a33f | 327 | } |
f6e0a33f | 328 | |
a1f525f0 | 329 | .autocomplete-treebody::-moz-tree-cell-text(comment) { |
74d14f90 | 330 | color: #808080; |
331 | /* font-style: italic; */ | |
f6e0a33f | 332 | } |
333 | ||
74d14f90 | 334 | .autocomplete-search-box { |
335 | border-top: 1px solid #9999CC; | |
336 | background-color: #666699; | |
337 | color: #000000; | |
338 | } | |
f6e0a33f | 339 | |
74d14f90 | 340 | .autocomplete-result-popup[nomatch] > .autocomplete-search-box { |
341 | border-top: 1px solid #666699; | |
342 | } | |
343 | ||
344 | .autocomplete-search-engine { | |
345 | padding: 2px; | |
346 | } | |
347 | ||
348 | .autocomplete-search-engine[menuactive="true"] { | |
349 | background-color: #9999CC; | |
350 | color: #000000; | |
351 | } | |
352 | ||
353 | .autocomplete-search-engine-img { | |
8caa872d | 354 | -moz-margin-end: 4px; |
74d14f90 | 355 | } |
356 | ||
5ddff932 RK |
357 | .autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) { |
358 | color: #808080; | |
359 | } | |
360 | ||
74d14f90 | 361 | /* ::::: go and searchbuttons ::::: */ |
f6e0a33f | 362 | |
76983f4c | 363 | #search-button, |
f6e0a33f | 364 | #go-button { |
749ee109 RK |
365 | margin: 0; |
366 | padding: 1px 0; | |
367 | -moz-margin-start: 2px; | |
74d14f90 | 368 | background-color: #9999CC; |
f6e0a33f | 369 | } |
370 | ||
749ee109 RK |
371 | /* care that those buttons base on the same min height of 16px that the urlbar |
372 | autocomplete box gets through site icon and urlbar icons at the right */ | |
d1476608 | 373 | #search-button > .button-box, |
749ee109 RK |
374 | #go-button > .button-box { |
375 | min-height: 16px; | |
376 | } | |
377 | ||
74d14f90 | 378 | #search-button { |
379 | /* list-style-image: url("chrome://communicator/skin/icons/search.gif"); */ | |
380 | font-weight: bold; | |
f6e0a33f | 381 | } |
382 | ||
c1f7cc84 RK |
383 | #search-button > .button-box > .button-icon { |
384 | display: -moz-box; | |
385 | } | |
386 | ||
749ee109 RK |
387 | /* |
388 | toolbar[mode="text"] #search-button > .button-box > .button-icon, | |
389 | toolbar[mode="icons"] #search-button > .button-box > .button-text { | |
390 | display: none; | |
391 | } | |
392 | */ | |
393 | ||
5ddff932 RK |
394 | /* ::::: search bar ::::: */ |
395 | ||
396 | .autocomplete-treebody::-moz-tree-cell-text(suggesthint, treecolAutoCompleteComment), | |
397 | .autocomplete-treebody::-moz-tree-cell-text(suggestfirst, treecolAutoCompleteComment) { | |
398 | color: #808080; | |
399 | font-size: smaller; | |
400 | } | |
401 | ||
402 | .autocomplete-treebody::-moz-tree-cell(suggesthint) { | |
403 | border-top: 1px solid #808080; | |
404 | } | |
405 | ||
459f2165 | 406 | /* ::::: security button ::::: */ |
74d14f90 | 407 | |
459f2165 | 408 | #security-button { |
8caa872d | 409 | -moz-margin-start: 2px; |
f6e0a33f | 410 | } |
411 | ||
ff5bd775 | 412 | #security-button { |
aeb317b8 RK |
413 | list-style-image: url("chrome://communicator/skin/icons/lock-insecure.gif"); |
414 | } | |
415 | ||
b70a3a73 | 416 | /* |high| and |low| styles could be different, to better reflect the secure level... */ |
ff5bd775 RK |
417 | #security-button[level="high"] > .statusbarpanel-contentbox, |
418 | #security-button[level="low"] > .statusbarpanel-contentbox { | |
aeb317b8 RK |
419 | list-style-image: url("chrome://communicator/skin/icons/lock-secure.gif"); |
420 | background-color: #FFFFCC; | |
74d14f90 | 421 | } |
f6e0a33f | 422 | |
ff5bd775 | 423 | #security-button[level="broken"] > .statusbarpanel-contentbox { |
aeb317b8 RK |
424 | list-style-image: url("chrome://communicator/skin/icons/lock-broken.gif"); |
425 | background-color: #FFCCCC; | |
426 | } | |
427 | ||
ff5bd775 RK |
428 | #security-button[label] > .statusbarpanel-contentbox { |
429 | background-color: #33FF33; | |
430 | } | |
431 | ||
537196e5 | 432 | #security-button > .statusbarpanel-contentbox > .statusbarpanel-text { |
aeb317b8 | 433 | margin: 0px; |
aeb317b8 | 434 | color: #000000; |
74d14f90 | 435 | } |
f6e0a33f | 436 | |
ff5bd775 RK |
437 | /* make same background-color translucent on lwthemes */ |
438 | #security-button[level="high"] > .statusbarpanel-contentbox:-moz-lwtheme, | |
439 | #security-button[level="low"] > .statusbarpanel-contentbox:-moz-lwtheme { | |
440 | background-color: rgba(255, 255, 204, .8); | |
441 | } | |
442 | ||
443 | #security-button[level="broken"] > .statusbarpanel-contentbox:-moz-lwtheme { | |
444 | background-color: rgba(255, 204, 204, .8); | |
445 | } | |
446 | ||
447 | #security-button[label] > .statusbarpanel-contentbox:-moz-lwtheme { | |
448 | background-color: rgba(51, 255, 51, .8); | |
449 | } | |
450 | ||
d9954aaf RK |
451 | #ev-button { |
452 | list-style-image: url("chrome://communicator/skin/icons/identity.png"); | |
453 | } | |
454 | ||
4c66fa00 | 455 | #popupIcon { |
c37975cc | 456 | list-style-image:url("chrome://navigator/skin/icons/popup-blocked.gif"); |
4c66fa00 | 457 | } |
458 | ||
fb2b5761 RK |
459 | #invalid-form-popup { |
460 | border : 1px outset #FFFFCC; | |
461 | padding: 2px 3px 0px 3px; | |
462 | max-width: 40em; | |
463 | background-color : #FFFFCC; | |
464 | color: #000000; | |
465 | font-weight: bold; | |
466 | } | |
467 | ||
459f2165 | 468 | /* ::::: personal toolbar ::::: */ |
f6e0a33f | 469 | |
459f2165 | 470 | #bookmarks-button { |
471 | list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); | |
74d14f90 | 472 | } |
473 | ||
459f2165 | 474 | #bookmarks-button[open="true"] { |
475 | list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); | |
74d14f90 | 476 | } |
459f2165 | 477 | |
749ee109 | 478 | #toolbarbutton.chevron { |
56029caf | 479 | list-style-image: url("chrome://navigator/skin/icons/chevron.gif") !important; |
b618d1fd | 480 | } |
481 | ||
749ee109 | 482 | #toolbarbutton.chevron > .toolbarbutton-menu-dropmarker { |
b618d1fd | 483 | display: none; |
484 | } | |
6082be94 | 485 | |
749ee109 RK |
486 | toolbarbutton.chevron > .toolbarbutton-text { |
487 | display: none; /* hide chevron label which has a width even if blank */ | |
488 | } | |
489 | ||
490 | toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon { | |
491 | display: -moz-box; /* display chevron icon in text mode */ | |
492 | } | |
493 | ||
494 | /* Prevent [mode="icons"|"text"] from hiding the label and icon */ | |
495 | #bookmarks-ptf .bookmark-item > .toolbarbutton-text, | |
496 | #bookmarks-ptf .bookmark-item > .toolbarbutton-icon { | |
497 | display: -moz-box !important; | |
498 | } | |
499 | ||
e8fc8e8e | 500 | #PersonalToolbar[iconsize="small"] > toolbarpaletteitem > #home-button > .toolbarbutton-icon, |
0ef1663c RK |
501 | #PersonalToolbar[iconsize="small"] > #home-button > .toolbarbutton-icon { |
502 | /* width: 16px; | |
503 | height: 16px; */ | |
504 | } | |
505 | ||
506 | #PersonalToolbar > #home-button { | |
507 | cursor: pointer; | |
508 | } | |
509 | ||
510 | #PersonalToolbar > #home-button[disabled="true"] { | |
511 | cursor: default !important; | |
512 | } | |
513 | ||
e8fc8e8e RK |
514 | /* |
515 | In customize mode we hide the normal bookmark items and show a placeholder | |
516 | for the drag/drop UI. | |
517 | */ | |
518 | .bookmarks-toolbar-customize { | |
d3d79c39 | 519 | list-style-image: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png"); |
e8fc8e8e RK |
520 | display: none; |
521 | max-width: 15em !important; | |
522 | } | |
523 | ||
d3d79c39 RK |
524 | #wrapper-personal-bookmarks[place="palette"] > .toolbarpaletteitem-box { |
525 | width: 16px; | |
526 | height: 16px; | |
527 | background: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png") no-repeat; | |
e8fc8e8e RK |
528 | } |
529 | ||
1b3c8528 RK |
530 | /* ::::: star button ::::: */ |
531 | ||
532 | #star-button { | |
533 | list-style-image: url("chrome://communicator/skin/bookmarks/bookmark.png"); | |
534 | -moz-image-region: rect(16px 16px 32px 0px); | |
535 | } | |
536 | ||
537 | #star-button:hover { | |
538 | -moz-image-region: rect(16px 32px 32px 16px); | |
539 | } | |
540 | ||
541 | #star-button:hover:active { | |
542 | -moz-image-region: rect(16px 48px 32px 32px); | |
543 | } | |
544 | ||
545 | #star-button[starred="true"] { | |
546 | -moz-image-region: rect(0px 16px 16px 0px); | |
547 | } | |
548 | ||
549 | #star-button[starred="true"]:hover { | |
550 | -moz-image-region: rect(0px 32px 16px 16px); | |
551 | } | |
552 | ||
553 | #star-button[starred="true"]:hover:active { | |
554 | -moz-image-region: rect(0px 48px 16px 32px); | |
555 | } | |
556 | ||
a3b6328b RK |
557 | #editBookmarkPanelStarIcon { |
558 | list-style-image: url("chrome://communicator/skin/bookmarks/bookmark.png"); | |
559 | -moz-image-region: rect(0px 16px 16px 0px); | |
560 | } | |
561 | ||
6082be94 RK |
562 | /* ::::: feeds ::::: */ |
563 | ||
cf3319d7 RK |
564 | .feedsMenu { |
565 | list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png"); | |
6082be94 RK |
566 | -moz-image-region: rect(0px 16px 16px 0px); |
567 | } | |
568 | ||
cf3319d7 | 569 | .feedsMenu[disabled="true"] { |
6082be94 RK |
570 | -moz-image-region: rect(32px 16px 48px 0px); |
571 | } | |
572 | ||
cf3319d7 | 573 | .feedsButton { |
6082be94 RK |
574 | list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png"); |
575 | -moz-image-region: rect(0px 32px 16px 16px); | |
576 | } | |
577 | ||
cf3319d7 | 578 | .feedsButton:hover { |
6082be94 RK |
579 | -moz-image-region: rect(16px 32px 32px 16px); |
580 | } | |
581 | ||
cf3319d7 | 582 | .feedsButton:hover:active { |
6082be94 RK |
583 | -moz-image-region: rect(48px 32px 64px 16px); |
584 | } |