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