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