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:
parent
def08bcfcf
commit
3c49e24977
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue