style: fix color on progress bar
This commit is contained in:
parent
238badb110
commit
7471cd39b9
@ -66,10 +66,6 @@ label {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
progress {
|
|
||||||
background-color: #d47b00;
|
|
||||||
}
|
|
||||||
|
|
||||||
progress, trough {
|
progress, trough {
|
||||||
min-height: 2em;
|
min-height: 2em;
|
||||||
background-color: #404E57;
|
background-color: #404E57;
|
||||||
@ -77,6 +73,10 @@ progress, trough {
|
|||||||
border: #000 1px solid;
|
border: #000 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
progress {
|
||||||
|
background-color: #d47b00;
|
||||||
|
}
|
||||||
|
|
||||||
scale mark {
|
scale mark {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user