elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

dynamic.css (652B)


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