/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /*** Visibility of indicator controls ***/ #downloads-indicator:-moz-any([progress], [counter], [paused]) #downloads-indicator-icon, #downloads-indicator:not(:-moz-any([progress], [counter], [paused])) #downloads-indicator-progress-area { visibility: hidden; } /* Hacks for toolbar full and text modes, until bug 573329 removes them */ toolbar[mode="text"] > #downloads-indicator { display: -moz-box; -moz-box-orient: vertical; -moz-box-pack: center; } toolbar[mode="text"] > #downloads-indicator > .toolbarbutton-text { -moz-box-ordinal-group: 1; } toolbar[mode="text"] > #downloads-indicator > .toolbarbutton-icon { display: -moz-box; -moz-box-ordinal-group: 2; visibility: collapse; }