Fix iOS Safari button look (hopefully)

This commit is contained in:
Oskar Winkels 2020-12-09 16:17:58 +01:00
parent d368097a8d
commit 847c79fcfb
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@
color: #fff;
width: 100%;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
input[type=checkbox] {
transform: translateY(-3px);