mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
39
layout/reftests/forms/progress/style.css
Normal file
39
layout/reftests/forms/progress/style.css
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
div.progress-element {
|
||||
-moz-appearance: progressbar;
|
||||
display: inline-block;
|
||||
height: 1em;
|
||||
width: 10em;
|
||||
vertical-align: -0.2em;
|
||||
|
||||
/* Default style in case of there is -moz-appearance: none; */
|
||||
border: 2px solid;
|
||||
-moz-border-top-colors: ThreeDShadow #e6e6e6;
|
||||
-moz-border-right-colors: ThreeDHighlight #e6e6e6;
|
||||
-moz-border-bottom-colors: ThreeDHighlight #e6e6e6;
|
||||
-moz-border-left-colors: ThreeDShadow #e6e6e6;
|
||||
background-color: #e6e6e6;
|
||||
}
|
||||
|
||||
div.progress-element.vertical {
|
||||
height: 10em;
|
||||
width: 1em;
|
||||
}
|
||||
|
||||
div.progress-bar {
|
||||
-moz-appearance: progresschunk;
|
||||
height: 100%;
|
||||
/*
|
||||
* We can't apply the following style to the reference because it will have
|
||||
* underisable effectes:
|
||||
* width: 100%;
|
||||
*/
|
||||
|
||||
box-sizing: border-box;
|
||||
|
||||
/* Default style in case of there is -moz-appearance: none; */
|
||||
background-color: #0064b4;
|
||||
}
|
||||
|
||||
progress, progress::-moz-progress-bar, div.progress-element, div.progress-bar {
|
||||
-moz-appearance: none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue