toolkit/themes/windows/global/progressmeter.css

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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/. */
     5 /* ===== progressmeter.css ==============================================
     6   == Styles used by the XUL progressmeter element.
     7   ======================================================================= */
     9 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    11 /* ::::: progressmeter ::::: */
    13 progressmeter {
    14   -moz-appearance: progressbar;
    15   margin: 2px 4px;
    16   border: 2px solid;
    17   -moz-border-top-colors: ThreeDShadow -moz-Dialog;
    18   -moz-border-right-colors: ThreeDHighlight -moz-Dialog;
    19   -moz-border-bottom-colors: ThreeDHighlight -moz-Dialog;
    20   -moz-border-left-colors: ThreeDShadow -moz-Dialog;
    21   background-color: -moz-Dialog;
    22   min-width: 128px;
    23   min-height: 15px;
    24 }
    26 .progress-bar 
    27 {
    28   -moz-appearance: progresschunk;
    29   min-width: 0px;
    30   background-color: ThreeDShadow;
    31 }
    33 /* ::::: statusbar progressmeter ::::: */
    35 .progressmeter-statusbar {
    36   margin: 0;
    37   border: 0px;
    38   -moz-border-top-colors: ThreeDHighlight -moz-Dialog;
    39   -moz-border-right-colors: ThreeDShadow -moz-Dialog;
    40   -moz-border-bottom-colors: ThreeDShadow -moz-Dialog;
    41   -moz-border-left-colors: ThreeDHighlight -moz-Dialog;
    42   min-width: 96px;
    43 }

mercurial