From a7c397981b78308a6f79b1849bca50ff6cd4804c Mon Sep 17 00:00:00 2001 From: Kognise Date: Fri, 5 Apr 2019 14:06:19 -0400 Subject: [PATCH] Fix checkbox --- water.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/water.css b/water.css index a1ce38a..260f91a 100644 --- a/water.css +++ b/water.css @@ -74,7 +74,9 @@ input, select, button, textarea { border-radius: 6px; outline: none; background: #161f27; +} +input:not([type='checkbox']), select, button, textarea { -webkit-appearance: none; }