mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:27:43 +00:00
LibWeb: Tweak padding on button elements match other engines
This commit is contained in:
parent
327938c945
commit
f6a97ff7d5
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ input[type=submit], input[type=button], input[type=reset], input[type=checkbox],
|
|||
}
|
||||
|
||||
button, input[type=submit], input[type=button], input[type=reset] {
|
||||
padding: 4px 8px;
|
||||
padding: 1px 4px;
|
||||
background-color: -libweb-palette-button;
|
||||
border: 1px solid -libweb-palette-threed-shadow1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue