1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-17 18:37:04 +02:00

Add webkit appearance none

This commit is contained in:
Kognise
2019-04-05 09:32:13 -04:00
parent 5ae08050ad
commit 95e00aef6b

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 {