[Glitch] Fix tiny checkboxes and radio buttons in Safari
Port 51a956b6bc0eae8ebf7c7ee7bb62a167b4d18319 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
dccb5e501d
commit
b0f609bfb7
@ -501,6 +501,8 @@ code {
|
||||
|
||||
input[type='radio'] {
|
||||
accent-color: var(--color-text-brand);
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -534,6 +536,8 @@ code {
|
||||
label.checkbox {
|
||||
input[type='checkbox'] {
|
||||
accent-color: var(--color-text-brand);
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user