1
0
mirror of https://github.com/kognise/water.css.git synced 2025-03-15 14:49:39 +01:00

Add webkit appearance none

This commit is contained in:
Kognise 2019-04-05 09:32:13 -04:00
parent 5ae08050ad
commit 95e00aef6b
No known key found for this signature in database
GPG Key ID: 19AA40F6884A36D6

View File

@ -54,6 +54,7 @@ input, select, button, textarea {
outline: none;
margin-bottom: 6px;
margin-right: 6px;
-webkit-appearance: none;
}
input:focus, select:focus, button:focus, textarea:focus {