From d47ccd02c231905a42d6ba69bced5fd5aaaea456 Mon Sep 17 00:00:00 2001 From: Steve Date: Sat, 26 Jan 2019 23:17:19 -0500 Subject: [PATCH] Fix rendering of some input buttons on iOS --- css/barebones.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/barebones.css b/css/barebones.css index 2f140e0..ea579df 100644 --- a/css/barebones.css +++ b/css/barebones.css @@ -303,6 +303,8 @@ input[type="text"], input[type="tel"], input[type="url"], input[type="password"], +input[type="button"], +input[type="submit"], textarea { -webkit-appearance: none; -moz-appearance: none;