mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:27:35 +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
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