remove the box-shadow of other amount input
MehrabKamrani

MehrabKamrani commited on 2015-12-26 07:25:13
Zeige 1 geänderte Dateien mit 4 Einfügungen und 0 Löschungen.

... ...
@@ -11,6 +11,10 @@ input[type="radio"]:focus,
11 11
 input[type="checkbox"]:focus {
12 12
       outline: none;
13 13
 }
14
+.form-control {
15
+	-webkit-box-shadow: none;
16
+        	box-shadow: none;
17
+}
14 18
 .form-control:focus {
15 19
 	border-color: #875ca4;
16 20
 	outline: 0;
17 21