dynamic.css 652 B

1234567891011121314151617181920212223242526
  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. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  5. /* Progress bar/line styles */
  6. #status4evar-progress-bar[s4estyle="true"] > .progress-bar
  7. {
  8. -moz-appearance: none;
  9. background: #333399;
  10. border-radius: 3px;
  11. }
  12. #status4evar-download-progress-bar[pmType^="active"] > .progress-bar
  13. {
  14. background-color: #333399;
  15. }
  16. #status4evar-download-progress-bar[pmType^="paused"] > .progress-bar
  17. {
  18. background-color: gray;
  19. }