From 8591fd325a74926cc188b664001406883ee8b7ae Mon Sep 17 00:00:00 2001 From: faineance Date: Wed, 31 Dec 2014 21:45:41 +0000 Subject: [PATCH] Property 'appearance: none' doesn't exist. --- css/skeleton.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/skeleton.css b/css/skeleton.css index f28bf6c..7469711 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -251,8 +251,7 @@ input[type="url"], input[type="password"], textarea { -webkit-appearance: none; - -moz-appearance: none; - appearance: none; } + -moz-appearance: none; } textarea { min-height: 65px; padding-top: 6px;