|
@@ -330,10 +330,10 @@ progress {
|
|
progress::-webkit-progress-bar {
|
|
progress::-webkit-progress-bar {
|
|
width: inherit;
|
|
width: inherit;
|
|
height: inherit;
|
|
height: inherit;
|
|
- background-color: #808080;
|
|
|
|
|
|
+ background-color: grey;
|
|
}
|
|
}
|
|
|
|
|
|
progress::-webkit-progress-value {
|
|
progress::-webkit-progress-value {
|
|
height: inherit;
|
|
height: inherit;
|
|
- background: #008000;
|
|
|
|
|
|
+ background-color: green;
|
|
}
|
|
}
|