1
Fork 0
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:
Andreas Kling 2022-07-11 12:44:27 +02:00
parent 327938c945
commit f6a97ff7d5

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