From f9ec087c094535f35c8c20ab12b24eca31053a8a Mon Sep 17 00:00:00 2001 From: Pascal Boutin Date: Thu, 23 Nov 2017 10:10:46 -0500 Subject: [PATCH] Properly reset buttons and inputs on mac os / chrome --- reset.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reset.css b/reset.css index 432453c..b0b9f53 100644 --- a/reset.css +++ b/reset.css @@ -136,8 +136,11 @@ button, input, select, textarea { + padding: 0; margin: 0; border: 0; + border-radius: 0; + background: transparent; } button::-moz-focus-inner {