Bug 928419 - fix CSS error in indicator-aero.css, r=jaws

This commit is contained in:
Gijs Kruitbosch 2013-10-21 12:15:39 +02:00
Родитель 40e0e62d57
Коммит 693eb840c6
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -14,8 +14,9 @@
/* This is the case where the downloads indicator has been moved next to the menubar as well as
the case where the downloads indicator is in the tabstrip toolbar. */
:-moz-any(#toolbar-menubar #downloads-button:not([counter]), #TabsToolbar #downloads-button:not(:-moz-lwtheme):not([counter])) > #downloads-indicator-anchor > #downloads-indicator-progress-area > #downloads-indicator-counter {
background-image: -moz-image-rect(url("chrome://browser/skin/Toolbar-inverted.png"), 0, 108, 18, 90);
#toolbar-menubar #downloads-button:not([counter]) > #downloads-indicator-anchor > #downloads-indicator-progress-area > #downloads-indicator-counter,
#TabsToolbar #downloads-button:not(:-moz-lwtheme):not([counter]) > #downloads-indicator-anchor > #downloads-indicator-progress-area > #downloads-indicator-counter {
background-image: -moz-image-rect(url("chrome://browser/skin/Toolbar-inverted.png"), 0, 198, 18, 180);
}
:-moz-any(#toolbar-menubar, #TabsToolbar) #downloads-indicator-counter:not(:-moz-lwtheme) {