|
@@ -470,4 +470,12 @@ hr {
|
|
|
|
|
|
.disIne {
|
|
.disIne {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+input::-webkit-outer-spin-button,
|
|
|
|
+input::-webkit-inner-spin-button {
|
|
|
|
+ -webkit-appearance: none;
|
|
|
|
+}
|
|
|
|
+input[type="number"]{
|
|
|
|
+ -moz-appearance: textfield;
|
|
}
|
|
}
|