mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:47:34 +00:00
LibWeb: Update progressbar colors to be more pleasant
This commit is contained in:
parent
4a7d3115c9
commit
3175557cb8
1 changed files with 2 additions and 2 deletions
|
@ -786,10 +786,10 @@ progress {
|
|||
progress::-webkit-progress-bar {
|
||||
width: inherit;
|
||||
height: inherit;
|
||||
background-color: grey;
|
||||
background-color: hsl(0, 0%, 96%);
|
||||
}
|
||||
|
||||
progress::-webkit-progress-value {
|
||||
height: inherit;
|
||||
background-color: green;
|
||||
background-color: hsl(204, 86%, 53%);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue