adopt both themes for changes affecting add-ons manager between Mozilla 6 and 7
[themes.git] / LCARStrek / navigator / navigator.css
CommitLineData
351107c9 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
3d6dd546 38/** Contains style definitions for the navigator application
351107c9 39 **/
40
b1eaa419 41@import url("chrome://navigator/content/navigator.css");
42@import url("chrome://communicator/skin/");
b1eaa419 43@import url("chrome://communicator/skin/bookmarks/bookmarksToolbar.css");
351107c9 44
45@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
46
b1eaa419 47/* ::::: primary toolbar buttons ::::: */
351107c9 48
b1eaa419 49#back-button {
e10e7add
RK
50 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
51 -moz-image-region: rect(42px 25px 63px 0px);
b1eaa419 52}
351107c9 53
c710949d
RK
54#back-button[disabled="true"] {
55 -moz-image-region: rect(42px 50px 63px 25px);
b1eaa419 56}
57
c710949d
RK
58#back-button:not([disabled="true"]):hover,
59#back-button:not([disabled="true"]):hover:active,
60#back-button[open="true"] {
61 -moz-image-region: rect(42px 75px 63px 50px);
b1eaa419 62}
63
64#forward-button {
e10e7add
RK
65 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
66 -moz-image-region: rect(63px 25px 84px 0px);
b1eaa419 67}
351107c9 68
c710949d
RK
69#forward-button[disabled="true"] {
70 -moz-image-region: rect(63px 50px 84px 25px);
b1eaa419 71}
351107c9 72
c710949d
RK
73#forward-button:not([disabled="true"]):hover,
74#forward-button:not([disabled="true"]):hover:active,
75#forward-button[open="true"] {
76 -moz-image-region: rect(63px 75px 84px 50px);
b1eaa419 77}
78
79#reload-button {
c710949d
RK
80 list-style-image: url("chrome://navigator/skin/icons/navigatoricons.png");
81 -moz-image-region: rect(0px 25px 21px 0px);
b1eaa419 82}
351107c9 83
c710949d
RK
84#reload-button[disabled="true"] {
85 -moz-image-region: rect(0px 50px 21px 25px);
b1eaa419 86}
87
c710949d
RK
88#reload-button:not([disabled="true"]):hover,
89#reload-button:not([disabled="true"]):hover:active {
90 -moz-image-region: rect(0px 75px 21px 50px);
b1eaa419 91}
92
93#stop-button {
e10e7add
RK
94 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
95 -moz-image-region: rect(21px 25px 42px 0px);
b1eaa419 96}
351107c9 97
c710949d
RK
98#stop-button[disabled="true"] {
99 -moz-image-region: rect(21px 50px 42px 25px);
3d6dd546 100}
351107c9 101
c710949d
RK
102#stop-button:not([disabled="true"]):hover,
103#stop-button:not([disabled="true"]):hover:active {
104 -moz-image-region: rect(21px 75px 42px 50px);
3d6dd546 105}
b1eaa419 106
107#print-button {
e10e7add
RK
108 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
109 -moz-image-region: rect(0px 25px 21px 0px);
b1eaa419 110}
351107c9 111
c710949d
RK
112#print-button[disabled="true"] {
113 -moz-image-region: rect(0px 50px 21px 25px);
b1eaa419 114}
115
c710949d
RK
116#print-button:not([disabled="true"]):hover,
117#print-button:not([disabled="true"]):hover:active,
118#print-button[open="true"] {
119 -moz-image-region: rect(0px 75px 21px 50px);
b1eaa419 120}
351107c9 121
0ef1663c
RK
122#home-button {
123 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
124 -moz-image-region: rect(84px 25px 105px 0px);
125}
126
127#home-button[disabled="true"] {
128 -moz-image-region: rect(84px 50px 105px 25px);
129}
130
131#home-button:not([disabled="true"]):hover,
132#home-button:not([disabled="true"]):hover:active {
133 -moz-image-region: rect(84px 75px 105px 50px);
134}
135
c2e1f790
RK
136#sync-button {
137 list-style-image: url("chrome://communicator/skin/sync/sync-32.png");
138}
139
140#sync-button[status=active] {
141 list-style-image: url("chrome://communicator/skin/sync/sync-32-throbber.png");
142}
143
b1e5c9b1 144#clear-button {
145 list-style-image: url("chrome://global/skin/icons/close-button.gif");
146}
147
61290d60 148#clear-button:hover {
149 list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
150}
151
80916bc4 152/* ::::: small primary toolbar buttons ::::: */
153
0ef1663c
RK
154toolbar[iconsize="small"] > #back-button {
155 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
156 -moz-image-region: rect(32px 16px 48px 0);
157}
158
159toolbar[iconsize="small"] > #back-button[disabled="true"] {
160 -moz-image-region: rect(32px 32px 48px 16px) !important;
161}
162
163toolbar[iconsize="small"] > #back-button:not([disabled="true"]):hover,
164toolbar[iconsize="small"] > #back-button:not([disabled="true"]):hover:active {
165 -moz-image-region: rect(32px 48px 48px 32px);
166}
167
168toolbar[iconsize="small"] > #forward-button {
169 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
170 -moz-image-region: rect(48px 16px 64px 0);
171}
172
173toolbar[iconsize="small"] > #forward-button[disabled="true"] {
174 -moz-image-region: rect(48px 32px 64px 16px) !important;
175}
176
177toolbar[iconsize="small"] > #forward-button:not([disabled="true"]):hover,
178toolbar[iconsize="small"] > #forward-button:not([disabled="true"]):hover:active {
179 -moz-image-region: rect(48px 48px 64px 32px);
180}
181
182toolbar[iconsize="small"] > #reload-button {
183 list-style-image: url("chrome://navigator/skin/icons/navigatoricons-small.png");
184 -moz-image-region: rect(0 16px 16px 0);
185}
186
187toolbar[iconsize="small"] > #reload-button[disabled="true"] {
188 -moz-image-region: rect(0 32px 16px 16px) !important;
189}
190
191toolbar[iconsize="small"] > #reload-button:not([disabled="true"]):hover,
192toolbar[iconsize="small"] > #reload-button:not([disabled="true"]):hover:active {
193 -moz-image-region: rect(0 48px 16px 32px);
194}
195
196toolbar[iconsize="small"] > #stop-button {
197 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
198 -moz-image-region: rect(16px 16px 32px 0);
199}
200
201toolbar[iconsize="small"] > #stop-button[disabled="true"] {
202 -moz-image-region: rect(16px 32px 32px 16px) !important;
203}
204
205toolbar[iconsize="small"] > #stop-button:not([disabled="true"]):hover,
206toolbar[iconsize="small"] > #stop-button:not([disabled="true"]):hover:active {
207 -moz-image-region: rect(16px 48px 32px 32px);
208}
209
210toolbar[iconsize="small"] > #print-button {
211 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
212 -moz-image-region: rect(0 16px 16px 0);
213}
214
215toolbar[iconsize="small"] > #print-button[disabled="true"] {
216 -moz-image-region: rect(0 32px 16px 16px) !important;
217}
218
219toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover,
220toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover:active {
221 -moz-image-region: rect(0 48px 16px 32px);
222}
223
224toolbar[iconsize="small"] > #home-button {
225 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
226 -moz-image-region: rect(64px 16px 80px 0);
227}
228
229toolbar[iconsize="small"] > #home-button[disabled="true"] {
230 -moz-image-region: rect(64px 32px 80px 16px) !important;
231}
232
233toolbar[iconsize="small"] > #home-button:not([disabled="true"]):hover,
234toolbar[iconsize="small"] > #home-button:not([disabled="true"]):hover:active {
235 -moz-image-region: rect(64px 48px 80px 32px);
236}
237
c2e1f790
RK
238toolbar[iconsize="small"] > toolbarpaletteitem > #sync-button,
239toolbar[iconsize="small"] > #sync-button {
240 list-style-image: url("chrome://communicator/skin/sync/sync-16.png");
241}
242
243toolbar[iconsize="small"] > toolbarpaletteitem > #sync-button[status=active],
244toolbar[iconsize="small"] > #sync-button[status=active] {
245 list-style-image: url("chrome://communicator/skin/sync/sync-16-throbber.png");
246}
247
80916bc4 248/* ::::: fullscreen window controls ::::: */
249
250#window-controls {
251 -moz-box-align: center;
862a6f44 252 padding: 0 1px;
e20d243c 253 border-left: 3px solid #000000;
862a6f44 254 -moz-margin-start: 2px;
e20d243c 255}
256
257#window-controls > toolbarbutton {
862a6f44
RK
258 padding: 3px;
259 -moz-padding-start: 2px;
260 -moz-padding-end: 1px;
80916bc4 261}
262
7a7b11b3
RK
263toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
264 display: -moz-box;
265}
266
80916bc4 267#minimize-button {
268 list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif");
269}
270
e20d243c 271#minimize-button:hover {
272 list-style-image: url("chrome://navigator/skin/icons/win-minimize-hover.gif");
273}
274
80916bc4 275#restore-button {
276 list-style-image: url("chrome://navigator/skin/icons/win-restore.gif");
277}
278
e20d243c 279#restore-button:hover {
280 list-style-image: url("chrome://navigator/skin/icons/win-restore-hover.gif");
281}
282
80916bc4 283#close-button {
284 list-style-image: url("chrome://navigator/skin/icons/win-close.gif");
285}
286
e20d243c 287#close-button:hover {
288 list-style-image: url("chrome://navigator/skin/icons/win-close-hover.gif");
289}
290
b1eaa419 291/* ::::: nav-bar-inner ::::: */
292
d1476608 293.nav-bar-class {
c710949d
RK
294 -moz-padding-start: 1px;
295 -moz-padding-end: 1px;
b1eaa419 296 min-width: 0px;
c710949d 297 -moz-box-align: center;
b1eaa419 298}
299
300#urlbar {
569543b3 301 border-radius: 5px;
c710949d
RK
302 margin: 0;
303 -moz-margin-start: 3px;
2c8f3260
RK
304}
305
7197fc13 306.urlbar-security-level {
569543b3 307 border-radius: 3px 0 0 3px;
2c8f3260 308 padding: 2px;
b1eaa419 309}
310
cf3319d7
RK
311.urlbar-security-level[level="high"],
312.urlbar-security-level[level="low"] {
d84b9613 313 background-color: #FFCF00;
314 color: #000000;
315}
316
e8fc8e8e
RK
317#wrapper-nav-bar-inner[place="palette"] > #nav-bar-inner > .button-toolbar,
318#wrapper-nav-bar-inner[place="palette"] > #nav-bar-inner > #urlbar > .urlbar-icons {
319 display: none;
320}
321
fb2b5761
RK
322/* ::::: notification popups ::::: */
323
fb2b5761
RK
324.popup-notification-icon {
325 width: 64px;
326 height: 64px;
327 -moz-margin-end: 10px;
328}
329
330.popup-notification-icon[popupid="geolocation"] {
331 list-style-image: url("chrome://communicator/skin/icons/geolocation-64.png");
332}
333
a3b6328b
RK
334.popup-notification-icon[popupid="addon-install-disabled"],
335.popup-notification-icon[popupid="addon-install-blocked"],
b4af54ca
RK
336.popup-notification-icon[popupid="addon-install-started"],
337.popup-notification-icon[popupid="addon-install-cancelled"],
a3b6328b 338.popup-notification-icon[popupid="addon-install-failed"],
c1f7cc84
RK
339.popup-notification-icon[popupid="addon-install-complete"],
340.popup-notification-icon[popupid="lwtheme-install-request"],
341.popup-notification-icon[popupid="lwtheme-install-notification"] {
a3b6328b
RK
342 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
343 width: 32px;
344 height: 32px;
345}
346
c2e1f790
RK
347.popup-notification-icon[popupid="indexedDB-permissions-prompt"],
348.popup-notification-icon[popupid="indexedDB-quota-prompt"] {
349 list-style-image: url("chrome://global/skin/icons/question-64.png");
350}
351
352.popup-notification-icon[popupid="password-change"],
fb2b5761
RK
353.popup-notification-icon[popupid="password-save"] {
354 list-style-image: url("chrome://mozapps/skin/passwordmgr/key-64.png");
355}
356
357/* Notification icon box */
358#notification-popup-box {
359 -moz-margin-end: 3px;
360}
361
362.notification-anchor-icon:-moz-focusring {
363 outline: 1px dotted;
364}
365
c2e1f790
RK
366#default-notification-icon {
367 list-style-image: url("chrome://global/skin/icons/information-16.png");
368 width: 16px;
369 height: 16px;
370}
371
fb2b5761
RK
372#geo-notification-icon {
373 list-style-image: url("chrome://communicator/skin/icons/geolocation-16.png");
374 width: 16px;
375 height: 16px;
376}
377
a3b6328b
RK
378#addons-notification-icon {
379 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
380 width: 16px;
381 height: 16px;
382}
383
c2e1f790
RK
384#indexedDB-notification-icon {
385 list-style-image: url("chrome://global/skin/icons/question-16.png");
386 width: 16px;
387 height: 16px;
388}
389
fb2b5761
RK
390#password-notification-icon {
391 list-style-image: url("chrome://mozapps/skin/passwordmgr/key-16.png");
392 width: 16px;
393 height: 16px;
394}
395
b1eaa419 396/* ::::: page proxy icon ::::: */
3d6dd546 397
b1eaa419 398#page-proxy-deck,
399#page-proxy-favicon,
400#page-proxy-button {
401 width: 16px;
402 height: 16px;
403}
351107c9 404
405#page-proxy-deck {
d2f0d128 406 cursor: -moz-grab;
2c8f3260 407 margin: 0;
3d6dd546 408}
351107c9 409
b1eaa419 410#page-proxy-button {
3d6dd546 411 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
3d6dd546 412}
413
b1eaa419 414#page-proxy-favicon {
415 list-style-image: none;
3d6dd546 416}
351107c9 417
b1eaa419 418/* ::::: autocomplete ::::: */
419
01fc5c11 420.autocomplete-treebody::-moz-tree-cell-text(value) {
e8fc8e8e 421 -moz-padding-start: 13px;
b1eaa419 422}
423
01fc5c11 424.autocomplete-treebody::-moz-tree-cell-text(comment) {
b1eaa419 425 color: #E7ADE7;
426/* font-style: italic; */
351107c9 427}
428
b1eaa419 429.autocomplete-search-box {
430 border-top: 1px solid #FF9F00;
431 background-color: #9C9CFF;
432 color: #000000;
3d6dd546 433}
351107c9 434
b1eaa419 435.autocomplete-result-popup[nomatch] > .autocomplete-search-box {
436 border-top: 1px solid #9C9CFF;
351107c9 437}
351107c9 438
b1eaa419 439.autocomplete-search-engine {
440 padding: 2px;
3d6dd546 441}
351107c9 442
b1eaa419 443.autocomplete-search-engine[menuactive="true"] {
444 background-color: #008484;
445 color: #FFCF00;
3d6dd546 446}
351107c9 447
b1eaa419 448.autocomplete-search-engine-img {
8caa872d 449 -moz-margin-end: 4px;
b1eaa419 450}
451
f8bb6584
RK
452.autocomplete-history-dropmarker:hover {
453 background-color: #FFCF00;
454}
455
456.autocomplete-history-dropmarker:hover:active,
457.autocomplete-history-dropmarker[open="true"] {
458 background-color: #FF9F00;
459}
460
5ddff932
RK
461.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
462 color: #E7ADE7;
463}
464
b1eaa419 465/* ::::: go and searchbuttons ::::: */
466
3d6dd546 467#search-button,
351107c9 468#go-button {
c710949d 469 margin: 0;
6d73bd65 470 padding: 2px 0;
c710949d 471 -moz-margin-start: 2px;
b1eaa419 472 background-color: #000000;
351107c9 473}
474
3d6dd546 475#search-button:hover,
351107c9 476#go-button:hover {
b1eaa419 477 background-color: #FFCF00;
351107c9 478}
479
2c8f3260
RK
480/* care that those buttons base on the same min height of 16px that the urlbar
481 autocomplete box gets through site icon and urlbar icons at the right */
d1476608 482#search-button > .button-box,
2c8f3260
RK
483#go-button > .button-box {
484 min-height: 16px;
485}
486
b1eaa419 487#search-button {
488/* list-style-image: url("chrome://communicator/skin/icons/search.gif"); */
b1eaa419 489}
351107c9 490
c1f7cc84
RK
491#search-button > .button-box > .button-icon {
492 display: -moz-box;
493}
494
7a7b11b3
RK
495/*
496toolbar[mode="text"] #search-button > .button-box > .button-icon,
497toolbar[mode="icons"] #search-button > .button-box > .button-text {
498 display: none;
499}
500*/
501
5ddff932
RK
502/* ::::: search bar ::::: */
503
504.autocomplete-treebody::-moz-tree-cell-text(suggesthint, treecolAutoCompleteComment),
505.autocomplete-treebody::-moz-tree-cell-text(suggestfirst, treecolAutoCompleteComment) {
506 color: #E7ADE7;
507 font-size: smaller;
508}
509
510.autocomplete-treebody::-moz-tree-cell(suggesthint) {
511 border-top: 1px solid #E7ADE7;
512}
513
31e46317
RK
514/* ::::: throbber ::::: */
515
516#throbber-box {
517 -moz-margin-start: 2px;
518}
519
dc8e1207 520/* ::::: security button ::::: */
351107c9 521
aeb317b8
RK
522#security-button {
523 list-style-image: url("chrome://communicator/skin/icons/lock-insecure.gif");
524}
525
81012713 526#security-button > .statusbarpanel-contentbox > .statusbarpanel-text {
aeb317b8 527 margin: 0px;
b1eaa419 528}
351107c9 529
57d23eae 530/* |high| and |low| styles could be different, to better reflect the secure level... */
ff5bd775
RK
531#security-button[level="high"] > .statusbarpanel-contentbox,
532#security-button[level="low"] > .statusbarpanel-contentbox {
aeb317b8
RK
533 list-style-image: url("chrome://communicator/skin/icons/lock-secure-hover.png");
534 background-color: #FFCF00;
dc8e1207 535}
536
ff5bd775 537#security-button[level="broken"] > .statusbarpanel-contentbox {
aeb317b8
RK
538 list-style-image: url("chrome://communicator/skin/icons/lock-broken.gif");
539 background-color: #FF0000;
540}
541
ff5bd775 542#security-button[label][level="high"] > .statusbarpanel-contentbox {
aeb317b8
RK
543 list-style-image: url("chrome://communicator/skin/icons/lock-secure.gif");
544 background-color: #008484;
545 color: #FFCF00;
b1eaa419 546}
351107c9 547
d9954aaf
RK
548#ev-button {
549 list-style-image: url("chrome://communicator/skin/icons/identity.png");
550}
551
a3b3d4d6 552#popupIcon {
553 list-style-image:url("chrome://navigator/skin/icons/popup-blocked.gif");
554}
555
fb2b5761
RK
556#invalid-form-popup {
557 border: 1px solid #FFCF00;
558 border : 1px outset #FFFFCC;
559 padding: 2px 3px 0px 3px;
560 max-width: 40em;
561 background-color: #9C9CFF;
562 color: #000000;
563 font-weight: bold;
564}
565
dc8e1207 566/* ::::: personal toolbar ::::: */
351107c9 567
dc8e1207 568#bookmarks-button {
569 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
b1eaa419 570}
351107c9 571
dc8e1207 572#bookmarks-button[open="true"] {
573 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
b1eaa419 574}
351107c9 575
c710949d 576toolbarbutton.chevron {
e10e7add 577 list-style-image: url("chrome://navigator/skin/icons/chevron.gif") !important;
ac1cdf20 578}
579
c710949d
RK
580toolbarbutton.chevron:hover,
581toolbarbutton.chevron[open="true"] {
e10e7add 582 list-style-image: url("chrome://navigator/skin/icons/chevron-hover.gif") !important;
ac1cdf20 583}
584
7a7b11b3 585toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
ac1cdf20 586 display: none;
587}
e10e7add 588
7a7b11b3
RK
589toolbarbutton.chevron > .toolbarbutton-text {
590 display: none; /* hide chevron label which has a width even if blank */
591}
592
593toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
594 display: -moz-box; /* display chevron icon in text mode */
595}
596
597/* Prevent [mode="icons"|"text"] from hiding the label and icon */
598#bookmarks-ptf .bookmark-item > .toolbarbutton-text,
599#bookmarks-ptf .bookmark-item > .toolbarbutton-icon {
600 display: -moz-box !important;
601}
602
e8fc8e8e 603#PersonalToolbar[iconsize="small"] > toolbarpaletteitem > #home-button > .toolbarbutton-icon,
0ef1663c
RK
604#PersonalToolbar[iconsize="small"] > #home-button > .toolbarbutton-icon {
605 /* width: 16px;
606 height: 16px; */
607}
608
609#PersonalToolbar > #home-button {
610 cursor: pointer;
611}
612
613#PersonalToolbar > #home-button[disabled="true"] {
614 cursor: default !important;
615}
616
e8fc8e8e
RK
617/*
618 In customize mode we hide the normal bookmark items and show a placeholder
619 for the drag/drop UI.
620*/
621.bookmarks-toolbar-customize {
d3d79c39 622 list-style-image: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png");
e8fc8e8e
RK
623 display: none;
624 max-width: 15em !important;
625}
626
d3d79c39
RK
627#wrapper-personal-bookmarks[place="palette"] > .toolbarpaletteitem-box {
628 width: 16px;
629 height: 16px;
630 background: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png") no-repeat;
e8fc8e8e
RK
631}
632
1b3c8528
RK
633/* ::::: star button ::::: */
634
635#star-button {
636 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark.png");
637 -moz-image-region: rect(16px 16px 32px 0px);
638}
639
640#star-button:hover {
641 -moz-image-region: rect(16px 32px 32px 16px);
642}
643
644#star-button:hover:active {
645 -moz-image-region: rect(16px 48px 32px 32px);
646}
647
648#star-button[starred="true"] {
649 -moz-image-region: rect(0px 16px 16px 0px);
650}
651
652#star-button[starred="true"]:hover {
653 -moz-image-region: rect(0px 32px 16px 16px);
654}
655
656#star-button[starred="true"]:hover:active {
657 -moz-image-region: rect(0px 48px 16px 32px);
658}
659
a3b6328b
RK
660#editBookmarkPanelStarIcon {
661 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark.png");
662 -moz-image-region: rect(0px 16px 16px 0px);
663}
664
e10e7add
RK
665/* ::::: feeds ::::: */
666
cf3319d7
RK
667.feedsMenu {
668 list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png");
e10e7add
RK
669 -moz-image-region: rect(0px 16px 16px 0px);
670}
671
cf3319d7 672.feedsMenu[disabled="true"] {
e10e7add
RK
673 -moz-image-region: rect(32px 16px 48px 0px);
674}
675
cf3319d7 676.feedsButton {
e10e7add
RK
677 list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png");
678 -moz-image-region: rect(0px 32px 16px 16px);
679}
680
cf3319d7 681.feedsButton:hover {
e10e7add
RK
682 -moz-image-region: rect(16px 32px 32px 16px);
683}
684
cf3319d7 685.feedsButton:hover:active {
e10e7add
RK
686 -moz-image-region: rect(48px 32px 64px 16px);
687}