LibWeb: Tweak padding on button elements match other engines

This commit is contained in:
Andreas Kling 2022-07-11 12:44:27 +02:00
parent 327938c945
commit f6a97ff7d5
Notes: sideshowbarker 2024-07-17 09:30:03 +09:00

View File

@ -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;
}