From 994da62aaca4e881920b479399f27960b012e89a Mon Sep 17 00:00:00 2001 From: Jesse McDonald Date: Sun, 10 May 2020 17:39:48 -0500 Subject: [PATCH] add -moz-appearance alongside -webkit-appearance (formality) --- css/chess.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/chess.css b/css/chess.css index 1761774..2796c02 100644 --- a/css/chess.css +++ b/css/chess.css @@ -91,6 +91,7 @@ body > #page { input.image-checkbox { display: inline-block; -webkit-appearance: none; + -moz-appearance: none; appearance: none; padding: 0; margin: 0;