mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-19 07:49:05 +00:00
LibWeb: Tweak padding on button elements match other engines
This commit is contained in:
parent
327938c945
commit
f6a97ff7d5
Notes:
sideshowbarker
2024-07-17 09:30:03 +09:00
Author: https://github.com/awesomekling
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