1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:07:45 +00:00

LibWeb: Scale checkbox image instead of repeating on large checkboxes

This commit is contained in:
Srikavin Ramkumar 2023-03-20 04:37:00 -04:00 committed by Sam Atkins
parent def08bcfcf
commit 3c49e24977

View file

@ -70,6 +70,8 @@ input[type=checkbox] {
height: 12px; height: 12px;
margin: 2px; margin: 2px;
border: 1px solid -libweb-palette-threed-shadow1; border: 1px solid -libweb-palette-threed-shadow1;
background-repeat: no-repeat;
background-size: cover;
} }
input[type=checkbox]:checked { input[type=checkbox]:checked {