mirror of
https://github.com/owntracks/frontend.git
synced 2026-04-21 02:06:41 +00:00
Fix checkbox style issues
This commit is contained in:
@@ -33,9 +33,11 @@ ul {
|
||||
|
||||
input[type="checkbox"] {
|
||||
appearance: none;
|
||||
border: 0; // Remove the unchecked checkbox outline in Safari on iOS
|
||||
cursor: pointer;
|
||||
margin-right: 3px;
|
||||
position: relative;
|
||||
vertical-align: bottom;
|
||||
vertical-align: top;
|
||||
|
||||
&::before {
|
||||
border: 2px solid var(--color-primary);
|
||||
|
||||
Reference in New Issue
Block a user