Spaces:
Sleeping
Sleeping
dzs commited on
Commit ·
622f49f
1
Parent(s): b2954fb
style changes for input boxes
Browse files- assets/style.css +0 -27
- assets/style_v2.css +9 -0
assets/style.css
DELETED
|
@@ -1,27 +0,0 @@
|
|
| 1 |
-
input:disabled {
|
| 2 |
-
color: transparent !important;
|
| 3 |
-
}
|
| 4 |
-
|
| 5 |
-
/* Hide dropdown selected text */
|
| 6 |
-
.Select.is-disabled .Select-value-label {
|
| 7 |
-
color: transparent !important;
|
| 8 |
-
}
|
| 9 |
-
|
| 10 |
-
/* Force number inputs to behave like text fields */
|
| 11 |
-
input[type="number"] {
|
| 12 |
-
appearance: none !important;
|
| 13 |
-
-moz-appearance: none !important;
|
| 14 |
-
}
|
| 15 |
-
|
| 16 |
-
/* Remove Chrome/Edge/Safari spinners */
|
| 17 |
-
input[type="number"]::-webkit-inner-spin-button,
|
| 18 |
-
input[type="number"]::-webkit-outer-spin-button {
|
| 19 |
-
appearance: none !important;
|
| 20 |
-
-webkit-appearance: none !important;
|
| 21 |
-
margin: 0 !important;
|
| 22 |
-
}
|
| 23 |
-
|
| 24 |
-
input[type="number"] {
|
| 25 |
-
padding: 4px;
|
| 26 |
-
font-size: 14px;
|
| 27 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/style_v2.css
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
input:disabled {
|
| 2 |
+
color: transparent !important;
|
| 3 |
+
}
|
| 4 |
+
|
| 5 |
+
/* Hide dropdown selected text */
|
| 6 |
+
.Select.is-disabled .Select-value-label {
|
| 7 |
+
color: transparent !important;
|
| 8 |
+
}
|
| 9 |
+
|