Property 'appearance: none' doesn't exist.

This commit is contained in:
faineance 2014-12-31 21:45:41 +00:00
parent 88f03612b0
commit 8591fd325a

3
css/skeleton.css vendored
View File

@ -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;