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
Notes: sideshowbarker 2024-07-16 22:40:04 +09:00

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 {