From 847c79fcfb4d11c54b8e9cf903f6e45809b35371 Mon Sep 17 00:00:00 2001 From: Oskar Date: Wed, 9 Dec 2020 16:17:58 +0100 Subject: [PATCH] Fix iOS Safari button look (hopefully) --- web/index.html | 3 +++ 1 file changed, 3 insertions(+) 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);