diff --git a/web/index.html b/web/index.html index 65ec9a6..42f39a9 100644 --- a/web/index.html +++ b/web/index.html @@ -58,6 +58,9 @@ color: #fff; width: 100%; cursor: pointer; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; } input[type=checkbox] { transform: translateY(-3px);