update both themes for all (suite default only, actually) changes up to 2011-01-04
[themes.git] / EarlyBlue / browser / browser.css
CommitLineData
d684a373 1/* ***** BEGIN LICENSE BLOCK *****
2 * Version: NPL 1.1/GPL 2.0/LGPL 2.1
3 *
4 * The contents of this file are subject to the Netscape Public License
5 * Version 1.1 (the "License"); you may not use this file except in
6 * compliance with the License. You may obtain a copy of the License at
7 * http://www.mozilla.org/NPL/
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 mozilla.org code.
15 *
16 * The Initial Developer of the Original Code is
17 * Netscape Communications Corporation.
18 * Portions created by the Initial Developer are Copyright (C) 1998-1999
19 * the Initial Developer. All Rights Reserved.
20 *
21 * Contributor(s):
22 * Joe Hewitt (hewitt@netscape.com)
23 * Jason Kersey (kerz@netscape.com)
24 * Pierre Chanial (chanial@noos.fr)
0697ec23 25 * Dean Tessman (dean_tessman@hotmail.com)
26 * Robert Kaiser (kairo@kairo.at)
d684a373 27 *
28 * Alternatively, the contents of this file may be used under the terms of
29 * either the GNU General Public License Version 2 or later (the "GPL"), or
30 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
31 * in which case the provisions of the GPL or the LGPL are applicable instead
32 * of those above. If you wish to allow use of your version of this file only
33 * under the terms of either the GPL or the LGPL, and not to allow others to
34 * use your version of this file under the terms of the NPL, indicate your
35 * decision by deleting the provisions above and replace them with the notice
36 * and other provisions required by the GPL or the LGPL. If you do not delete
37 * the provisions above, a recipient may use your version of this file under
38 * the terms of any one of the NPL, the GPL or the LGPL.
39 *
40 * ***** END LICENSE BLOCK ***** */
41
42@import url("chrome://global/skin/");
43
44@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
45
46#PersonalToolbar {
47 min-height: 20px;
48}
49
50/* ::::: bookmark buttons ::::: */
51
52toolbarbutton.bookmark-item {
53 margin: 0;
54 min-width: 0;
55 max-width: 13em;
56 min-height: 20px;
55cca60c 57 padding: 1px;
58}
59
60toolbarbutton.bookmark-item:hover:active,
61toolbarbutton.bookmark-item[open="true"] {
02920d2b
RK
62 padding-top: 2px;
63 padding-bottom: 0px;
64 -moz-padding-start: 2px;
65 -moz-padding-end: 0px;
d684a373 66}
67
68.bookmark-item > .toolbarbutton-icon {
69 width: 16px;
55cca60c 70 height: 16px;
d684a373 71}
72
73/* Prevent [mode="icons"] from hiding the label */
74.bookmark-item > .toolbarbutton-text {
75 display: -moz-box !important;
76}
77
78.bookmark-item > .toolbarbutton-menu-dropmarker {
79 display: none;
80}
81
82.toolbarpaletteitem-box[type="bookmarks-toolbar"][place="palette"] {
83 width: 32px;
84 height: 32px;
21384789 85 background: url("chrome://browser/skin/icons/bookmarks-folder.gif") no-repeat;
d684a373 86}
87
88.bookmarks-toolbar-customize {
89 display: none;
90 max-width: 15em !important;
91}
92
93toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-customize {
94 display: -moz-box;
95}
96
97toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-overflow-items {
98 visibility: hidden;
99}
100
101toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-items {
102 visibility: hidden;
103}
104
105/* ::::: bookmark menus ::::: */
106
107menu.bookmark-item,
108menuitem.bookmark-item {
109 min-width: 0;
110 max-width: 26em;
111 border-top: 1px solid transparent !important;
112 border-bottom: 1px solid transparent !important;
02920d2b
RK
113 padding-top: 1px;
114 padding-bottom: 1px;
115 -moz-padding-start: 2px;
116 -moz-padding-end: 3px;
d684a373 117 margin-top: -1px;
118}
119
120.bookmark-item > .menu-iconic-left > .menu-iconic-icon {
121 width: 16px;
122 height: 16px;
123}
124
125/* ..... drag and drop styles ..... */
126
127.bookmark-item[dragover-left="true"] {
128 -moz-border-left-colors: #000000;
129}
130.bookmark-item[dragover-right="true"] {
131 -moz-border-right-colors: #000000;
132}
133.bookmark-item[dragover-top="true"] {
134 -moz-border-top-colors: #000000;
135}
136.bookmark-item[dragover-bottom="true"] {
137 -moz-border-bottom-colors: #000000;
138}
139
140/* ::::: bookmark items ::::: */
141
142.bookmark-item {
bac19d09 143 list-style-image: url("chrome://browser/skin/icons/bookmark-item.gif");
d684a373 144}
145
146.bookmark-item[container="true"] {
bac19d09 147 list-style-image: url("chrome://browser/skin/icons/bookmark-folder-closed.gif");
d684a373 148}
149.bookmark-item[open="true"],
150.bookmark-item[container="true"][open="true"] {
bac19d09 151 list-style-image: url("chrome://browser/skin/icons/bookmark-folder-open.gif");
d684a373 152}
153
d684a373 154/* ::::: primary toolbar buttons ::::: */
155
55cca60c 156.toolbarbutton-1,
157.toolbarbutton-1 > .toolbarbutton-menubutton-button {
d684a373 158 -moz-box-orient: vertical;
159 min-width: 0px;
d684a373 160}
161
162toolbarbutton:not([disabled="true"]):hover,
163menubutton:not([disabled="true"]):hover,
164toolbarbutton:not([disabled="true"]):hover:active,
165menubutton:not([disabled="true"]):hover:active {
55cca60c 166 color: #000000 !important;
d684a373 167}
168
169/*
170.toolbarbutton-menubutton-stack,
171.toolbarbutton-menubutton-button,
172.toolbarbutton-menubutton-stack:hover,
173.toolbarbutton-menubutton-button:hover,
174.toolbarbutton-menubutton-stack:hover:active,
175.toolbarbutton-menubutton-button:hover:active {
176 margin: 0 !important;
177 display: -moz-box;
178}
179*/
180
181toolbarbutton[type="menu-button"] {
182 -moz-box-orient: horizontal;
183}
184
185toolbar[mode="icons"] .toolbarbutton-text {
186 display: none;
187}
188
189toolbar[mode="text"] .toolbarbutton-menubutton-dropmarker,
190toolbar[mode="text"] .toolbarbutton-icon {
191 display: none;
192}
193
194toolbar[mode="text"] .toolbarbutton-text {
195 padding: 0 !important;
196 margin: 3px 5px !important;
197}
198
199#back-button {
200/* -moz-binding: url("chrome://browser/skin/browser.xml#toolbar-menu-button"); */
e1cbd476 201 list-style-image: url("chrome://browser/skin/icons/back.gif");
d684a373 202}
203#back-button[disabled="true"] {
e1cbd476 204 list-style-image: url("chrome://browser/skin/icons/back-disabled.gif");
d684a373 205}
206
207#forward-button {
208/* -moz-binding: url("chrome://browser/skin/browser.xml#toolbar-menu-button"); */
e1cbd476 209 list-style-image: url("chrome://browser/skin/icons/forward.gif");
d684a373 210}
211#forward-button[disabled="true"] {
e1cbd476 212 list-style-image: url("chrome://browser/skin/icons/forward-disabled.gif");
d684a373 213}
214
215#reload-button {
e1cbd476 216 list-style-image: url("chrome://browser/skin/icons/reload.gif");
d684a373 217}
218#reload-button[disabled="true"] {
e1cbd476 219 list-style-image: url("chrome://browser/skin/icons/reload-disabled.gif");
d684a373 220}
221
222#stop-button {
e1cbd476 223 list-style-image: url("chrome://browser/skin/icons/stop.gif");
d684a373 224}
225#stop-button[disabled="true"] {
e1cbd476 226 list-style-image: url("chrome://browser/skin/icons/stop-disabled.gif");
d684a373 227}
228
229#home-button {
bac19d09 230 list-style-image: url("chrome://browser/skin/icons/home.gif");
d684a373 231}
232#home-button[disabled="true"] {
bac19d09 233 list-style-image: url("chrome://browser/skin/icons/home-disabled.gif");
d684a373 234}
235
236#print-button {
e1cbd476 237 list-style-image: url("chrome://browser/skin/icons/print.gif");
d684a373 238}
239#print-button[disabled="true"] {
e1cbd476 240 list-style-image: url("chrome://browser/skin/icons/print-disabled.gif");
d684a373 241}
242
243#new-tab-button {
21384789 244 list-style-image: url("chrome://browser/skin/icons/new-tab.gif");
d684a373 245}
246#new-tab-button[disabled="true"] {
21384789 247 list-style-image: url("chrome://browser/skin/icons/new-tab-disabled.gif");
d684a373 248}
249
250#new-window-button {
21384789 251 list-style-image: url("chrome://browser/skin/icons/new-window.gif");
d684a373 252}
253#new-window-button[disabled="true"] {
21384789 254 list-style-image: url("chrome://browser/skin/icons/new-window-disabled.gif");
d684a373 255}
256
257#downloads-button {
e1cbd476 258 list-style-image: url("chrome://browser/skin/icons/downloads.gif");
d684a373 259}
260#downloads-button[disabled="true"] {
e1cbd476 261 list-style-image: url("chrome://browser/skin/icons/downloads-disabled.gif");
d684a373 262}
263
264#bookmarks-button {
bac19d09 265 list-style-image: url("chrome://browser/skin/icons/bookmarks.gif");
d684a373 266}
267#bookmarks-button[disabled="true"] {
bac19d09 268 list-style-image: url("chrome://browser/skin/icons/bookmarks-disabled.gif");
d684a373 269}
270
271#history-button {
e1cbd476 272 list-style-image: url("chrome://browser/skin/icons/history.gif");
d684a373 273}
274#history-button[disabled="true"] {
e1cbd476 275 list-style-image: url("chrome://browser/skin/icons/history-disabled.gif");
d684a373 276}
277
0697ec23 278#cut-button {
279 list-style-image: url("chrome://browser/skin/icons/cut.gif");
280}
281#cut-button[disabled="true"] {
282 list-style-image: url("chrome://browser/skin/icons/cut-disabled.gif");
283}
284
285#copy-button {
286 list-style-image: url("chrome://browser/skin/icons/copy.gif");
287}
288#copy-button[disabled="true"] {
289 list-style-image: url("chrome://browser/skin/icons/copy-disabled.gif");
290}
291
292#paste-button {
293 list-style-image: url("chrome://browser/skin/icons/paste.gif");
294}
295#paste-button[disabled="true"] {
296 list-style-image: url("chrome://browser/skin/icons/paste-disabled.gif");
297}
298
d684a373 299
300/* ::::: small primary toolbar buttons ::::: */
301
d684a373 302toolbar[iconsize="small"] #back-button {
e1cbd476 303 list-style-image: url("chrome://browser/skin/icons/back-small.gif");
d684a373 304}
305toolbar[iconsize="small"] #back-button[disabled="true"] {
e1cbd476 306 list-style-image: url("chrome://browser/skin/icons/back-small-disabled.gif");
d684a373 307}
308
309toolbar[iconsize="small"] #forward-button {
e1cbd476 310 list-style-image: url("chrome://browser/skin/icons/forward-small.gif");
d684a373 311}
312toolbar[iconsize="small"] #forward-button[disabled="true"] {
e1cbd476 313 list-style-image: url("chrome://browser/skin/icons/forward-small-disabled.gif");
d684a373 314}
315
316toolbar[iconsize="small"] #reload-button {
e1cbd476 317 list-style-image: url("chrome://browser/skin/icons/reload-small.gif");
d684a373 318}
319toolbar[iconsize="small"] #reload-button[disabled="true"] {
e1cbd476 320 list-style-image: url("chrome://browser/skin/icons/reload-small-disabled.gif");
d684a373 321}
322
323toolbar[iconsize="small"] #stop-button {
e1cbd476 324 list-style-image: url("chrome://browser/skin/icons/stop-small.gif");
d684a373 325}
326toolbar[iconsize="small"] #stop-button[disabled="true"] {
e1cbd476 327 list-style-image: url("chrome://browser/skin/icons/stop-small-disabled.gif");
d684a373 328}
329
330toolbar[iconsize="small"] #home-button {
bac19d09 331 list-style-image: url("chrome://browser/skin/icons/home-small.gif");
d684a373 332}
333toolbar[iconsize="small"] #home-button[disabled="true"] {
bac19d09 334 list-style-image: url("chrome://browser/skin/icons/home-small-disabled.gif");
d684a373 335}
336
337toolbar[iconsize="small"] #print-button {
e1cbd476 338 list-style-image: url("chrome://browser/skin/icons/print-small.gif");
d684a373 339}
340toolbar[iconsize="small"] #print-button[disabled="true"] {
e1cbd476 341 list-style-image: url("chrome://browser/skin/icons/print-small-disabled.gif");
d684a373 342}
343
344toolbar[iconsize="small"] #downloads-button {
e1cbd476 345 list-style-image: url("chrome://browser/skin/icons/downloads-small.gif");
d684a373 346}
347toolbar[iconsize="small"] #downloads-button[disabled="true"] {
e1cbd476 348 list-style-image: url("chrome://browser/skin/icons/downloads-small-disabled.gif");
d684a373 349}
350
351toolbar[iconsize="small"] #new-tab-button {
21384789 352 list-style-image: url("chrome://browser/skin/icons/new-tab-small.gif");
d684a373 353}
354toolbar[iconsize="small"] #new-tab-button[disabled="true"] {
21384789 355 list-style-image: url("chrome://browser/skin/icons/new-tab-small-disabled.gif");
d684a373 356}
357
358toolbar[iconsize="small"] #new-window-button {
21384789 359 list-style-image: url("chrome://browser/skin/icons/new-window-small.gif");
d684a373 360}
361toolbar[iconsize="small"] #new-window-button[disabled="true"] {
21384789 362 list-style-image: url("chrome://browser/skin/icons/new-window-small-disabled.gif");
d684a373 363}
364
365toolbar[iconsize="small"] #bookmarks-button {
bac19d09 366 list-style-image: url("chrome://browser/skin/icons/bookmarks-small.gif");
d684a373 367}
368toolbar[iconsize="small"] #bookmarks-button[disabled="true"] {
bac19d09 369 list-style-image: url("chrome://browser/skin/icons/bookmarks-small-disabled.gif");
d684a373 370}
371
372toolbar[iconsize="small"] #history-button {
e1cbd476 373 list-style-image: url("chrome://browser/skin/icons/history-small.gif");
d684a373 374}
375toolbar[iconsize="small"] #history-button[disabled="true"] {
e1cbd476 376 list-style-image: url("chrome://browser/skin/icons/history-small-disabled.gif");
d684a373 377}
378
0697ec23 379toolbar[iconsize="small"] #cut-button {
380 list-style-image: url("chrome://browser/skin/icons/cut-small.gif");
381}
382toolbar[iconsize="small"] #cut-button[disabled="true"] {
383 list-style-image: url("chrome://browser/skin/icons/cut-small-disabled.gif");
384}
385
386toolbar[iconsize="small"] #copy-button {
387 list-style-image: url("chrome://browser/skin/icons/copy-small.gif");
388}
389toolbar[iconsize="small"] #copy-button[disabled="true"] {
390 list-style-image: url("chrome://browser/skin/icons/copy-small-disabled.gif");
391}
392
393toolbar[iconsize="small"] #paste-button {
394 list-style-image: url("chrome://browser/skin/icons/paste-small.gif");
395}
396toolbar[iconsize="small"] #paste-button[disabled="true"] {
397 list-style-image: url("chrome://browser/skin/icons/paste-small-disabled.gif");
398}
399
400
401/* Smaller padding on small toolbar buttons */
402
403toolbar[iconsize="small"] .toolbarbutton-1 {
404 padding: 2px;
405}
406
407toolbar[iconsize="small"] .toolbarbutton-1:hover:active,
408toolbar[iconsize="small"] .toolbarbutton-1[open="true"] {
02920d2b
RK
409 padding-top: 3px;
410 padding-bottom: 1px;
411 -moz-padding-start: 3px;
412 -moz-padding-end: 1px;
0697ec23 413}
414
415toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"],
416toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"]:hover,
417toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"]:hover:active,
418toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"][open="true"] {
419 padding: 2px;
420}
421
422toolbar[iconsize="small"] .toolbarbutton-1[checked="true"] {
02920d2b
RK
423 padding-top: 3px !important;
424 padding-bottom: 1px !important;
425 -moz-padding-start: 3px !important;
426 -moz-padding-end: 1px !important;
0697ec23 427}
428
429toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"],
430toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"]:hover,
431toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"]:hover:active,
432toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][open="true"],
433toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"],
434toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"]:hover,
435toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"]:hover:active {
436 padding: 0;
437}
d684a373 438
439/* ::::: fullscreen window controls ::::: */
440
441#window-controls {
442 -moz-box-align: center;
02920d2b
RK
443 padding-top: 0px;
444 padding-bottom: 0px;
445 -moz-padding-start: 4px;
446 -moz-padding-end: 2px;
55cca60c 447 border-left: 2px groove #CCD0DD;
d684a373 448}
449
450#minimize-button {
55cca60c 451 list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif");
d684a373 452}
453#restore-button {
55cca60c 454 list-style-image: url("chrome://navigator/skin/icons/win-restore.gif");
d684a373 455}
456#close-button {
55cca60c 457 list-style-image: url("chrome://navigator/skin/icons/win-close.gif");
d684a373 458}
459
460/* ::::: nav-bar-inner ::::: */
461
462#urlbar {
463 margin: 2px 3px;
464}
465
466#search-bar {
467 width: 12em;
468}
469
470/* ::::: page proxy icon ::::: */
471
472#page-proxy-deck,
473#page-proxy-favicon,
474#page-proxy-button {
475 width: 16px;
476 height: 16px;
477}
478
479#page-proxy-deck {
480 cursor: -moz-grab;
481 margin: 2px 3px;
482}
483
484#page-proxy-favicon {
485 list-style-image: none;
486}
487
488#page-proxy-button {
55cca60c 489 list-style-image: url("chrome://browser/skin/icons/bookmark-item.gif") !important;
490}
d684a373 491
492#page-proxy-button[pageproxystate="invalid"] {
493 cursor: default;
55cca60c 494 list-style-image: url("chrome://browser/skin/icons/bookmark-item.gif") !important;
d684a373 495}
496
497
498statusbarpanel#statusbar-display {
8caa872d 499 -moz-padding-start: 0;
d684a373 500}
501
502/* ::::: search-bar ::::: */
503
504#search-proxy-button {
505 margin: 2px;
21384789 506 list-style-image: url("chrome://browser/skin/icons/search-bar.gif");
d684a373 507}
508
0697ec23 509#miSearchModeFind {
510 list-style-image: url("chrome://browser/skin/icons/search-bar.gif");
511}
512
d684a373 513/* ::::: autocomplete ::::: */
514
a1f525f0 515.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
55cca60c 516 color: #336699;
d684a373 517}
518
519/* ::::: go button ::::: */
520
521#go-button,
522#go-container {
d684a373 523 background-color: transparent;
55cca60c 524 border: none;
d684a373 525 margin: 0;
526 padding: 0;
527 min-width: 0;
21384789 528 list-style-image: url("chrome://browser/skin/icons/go.gif");
d684a373 529}
530
531#go-button {
55cca60c 532 border: 1px solid transparent;
d684a373 533}
534
535#go-button:hover {
55cca60c 536 border: 1px outset #CCD0DD;
d684a373 537}
538
539#go-button:hover:active {
55cca60c 540 border: 1px inset #CCD0DD;
d684a373 541}
542
543#go-button[disabled="true"] {
21384789 544 list-style-image: url("chrome://browser/skin/icons/go-disabled.gif");
55cca60c 545 border: 1px solid transparent;
d684a373 546}
547
548#go-button > .button-box > .button-text {
8caa872d 549 -moz-margin-start: 5px !important;
d684a373 550}
551
552#go-button > .button-box {
553 border: none;
554}
555
556#sidebar {
55cca60c 557 background-color: #CCD0DD;
d684a373 558}
559
560/* ::::: content area ::::: */
561
562#status-bar {
563 border-top: none;
564}
565
566#security-button {
567 display: none;
568}
569
570#security-button[level="high"] {
21384789 571 list-style-image: url("chrome://browser/skin/icons/secure.gif");
d684a373 572 display: -moz-box;
573}
574
575#security-button[level="low"] {
21384789 576 list-style-image: url("chrome://browser/skin/icons/secure.gif");
d684a373 577 display: -moz-box;
578}
579
580#security-button[level="broken"] {
21384789 581 list-style-image: url("chrome://browser/skin/icons/security-broken.gif");
55cca60c 582 display: -moz-box;
d684a373 583}
584
585#page-report-button {
586 display: none;
587}
588
589#page-report-button[blocked] {
590 display: -moz-box;
21384789 591 list-style-image: url("chrome://browser/skin/icons/info.gif");
02920d2b 592 padding: 0px 3px;
d684a373 593}
594
0697ec23 595#page-theme-button {
596 display: none;
597}
598
599#page-theme-button[themes] {
600 display: -moz-box;
601 list-style-image: url("chrome://browser/skin/icons/page-themes.gif");
02920d2b 602 padding: 0px 3px;
0697ec23 603}
604
d684a373 605/* ::::: throbber ::::: */
606
607#navigator-throbber {
d684a373 608 -moz-user-focus: ignore;
609 margin: 0 !important;
610 border: none !important;
611 padding: 0px !important;
612 min-width: 0;
613 background-color: transparent;
bac19d09 614 list-style-image: url("chrome://browser/skin/icons/throbber-stopped.gif");
d684a373 615}
616#navigator-throbber[busy="true"] {
bac19d09 617 list-style-image: url("chrome://browser/skin/icons/throbber.gif");
d684a373 618}
619
620toolbar[iconsize="small"] #navigator-throbber,
621toolbar[mode="text"] #navigator-throbber {
bac19d09 622 list-style-image: url("chrome://browser/skin/icons/throbber-small-stopped.gif");
d684a373 623}
624toolbar[iconsize="small"] #navigator-throbber[busy="true"],
625toolbar[mode="text"] #navigator-throbber[busy="true"] {
bac19d09 626 list-style-image: url("chrome://browser/skin/icons/throbber-small.gif");
d684a373 627}
628
629.tabs-closebutton {
630 list-style-image: url("chrome://global/skin/icons/close-button.gif");
631}
632/*
633#content .tabs-closebutton {
634 list-style-image: url("chrome://browser/skin/Close-tab.png");
55cca60c 635 -moz-image-region: rect(0px, 18px, 14px, 0px);
d684a373 636}
637
638#content .tabs-closebutton:hover {
55cca60c 639 -moz-image-region: rect(0px, 36px, 14px, 18px);
640}
641*/
d684a373 642toolbarbutton.chevron {
643 list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important;
644}
645
646
647toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
648 display: none;
649}
0697ec23 650
651toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
652 display: -moz-box;
653}
654
655toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text {
656 display: none;
657}
658
659#sidebar-throbber[loading="true"] {
660 list-style-image: url(chrome://global/skin/icons/loading.gif);
661}