layout/reftests/forms/progress/style.css

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 div.progress-element {
     2   -moz-appearance: progressbar;
     3   display: inline-block;
     4   height: 1em;
     5   width: 10em;
     6   vertical-align: -0.2em;
     8   /* Default style in case of there is -moz-appearance: none; */
     9   border: 2px solid;
    10   -moz-border-top-colors: ThreeDShadow #e6e6e6;
    11   -moz-border-right-colors: ThreeDHighlight #e6e6e6;
    12   -moz-border-bottom-colors: ThreeDHighlight #e6e6e6;
    13   -moz-border-left-colors: ThreeDShadow #e6e6e6;
    14   background-color: #e6e6e6;
    15 }
    17 div.progress-element.vertical {
    18   height: 10em;
    19   width: 1em;
    20 }
    22 div.progress-bar {
    23   -moz-appearance: progresschunk;
    24   height: 100%;
    25   /*
    26    * We can't apply the following style to the reference because it will have
    27    * underisable effectes:
    28    * width: 100%;
    29    */
    31   box-sizing: border-box;
    33   /* Default style in case of there is -moz-appearance: none; */
    34   background-color: #0064b4;
    35 }
    37 progress, progress::-moz-progress-bar, div.progress-element, div.progress-bar {
    38   -moz-appearance: none;
    39 }

mercurial