mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
LibWeb: Update progressbar colors to be more pleasant
This commit is contained in:
parent
4a7d3115c9
commit
3175557cb8
Notes:
sideshowbarker
2024-07-17 21:16:31 +09:00
Author: https://github.com/bplaat Commit: https://github.com/SerenityOS/serenity/commit/3175557cb8 Pull-request: https://github.com/SerenityOS/serenity/pull/21622 Reviewed-by: https://github.com/AtkinsSJ ✅
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…
Reference in a new issue