mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibWeb: Tidy up <progress>
element default CSS
This is a very minor thing, but one being `background:` and the other being `background-color:` bugged me (and not using the named colors).
This commit is contained in:
parent
226d3fba79
commit
9768cda634
Notes:
sideshowbarker
2024-07-17 08:37:36 +09:00
Author: https://github.com/MacDue
Commit: 9768cda634
Pull-request: https://github.com/SerenityOS/serenity/pull/14670
1 changed files with 2 additions and 2 deletions
|
@ -330,10 +330,10 @@ progress {
|
|||
progress::-webkit-progress-bar {
|
||||
width: inherit;
|
||||
height: inherit;
|
||||
background-color: #808080;
|
||||
background-color: grey;
|
||||
}
|
||||
|
||||
progress::-webkit-progress-value {
|
||||
height: inherit;
|
||||
background: #008000;
|
||||
background-color: green;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue