amuse.git

commit 3e15be9059eac6279580295e99f7b5f4626e2ea0

Author: Adam <git@apiote.tk>

remove webkit backgrounds from inputs

 static/style/style.css | 4 ++++


diff --git a/static/style/style.css b/static/style/style.css
index f5a6f83d9d6485ba4cb4f70fd6cd2ec92d31131e..cafe4bc437b0b8160a762f2431dd9e33f3b88186 100644
--- a/static/style/style.css
+++ b/static/style/style.css
@@ -94,6 +94,10 @@ 		--error: #892b30;
 	}
 }
 
+input {
+	-webkit-appearance: none;
+}
+
 nav ul {
 	display: none;
 }