Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
7da394c
1
Parent(s):
bd1a046
Update settings.html
Browse files- settings.html +6 -12
settings.html
CHANGED
@@ -10,20 +10,14 @@
|
|
10 |
|
11 |
<style>
|
12 |
|
13 |
-
#form_ph input[type="number"]
|
14 |
-
|
|
|
|
|
15 |
}
|
16 |
|
17 |
-
|
18 |
-
|
19 |
-
#form_ph input[type="number"]::-webkit-outer-spin-button {
|
20 |
-
-webkit-appearance: none;
|
21 |
-
appearance: none;
|
22 |
-
background-color: cyan; /* Фоновый цвет */
|
23 |
-
color: black; /* Цвет стрелок */
|
24 |
-
cursor: pointer;
|
25 |
-
height: 16px; /* Высота стрелок */
|
26 |
-
width: 16px; /* Ширина стрелок */
|
27 |
}
|
28 |
|
29 |
</style>
|
|
|
10 |
|
11 |
<style>
|
12 |
|
13 |
+
#form_ph input[type="number"]::-webkit-inner-spin-button,
|
14 |
+
input[type="number"]::-webkit-outer-spin-button {
|
15 |
+
-webkit-appearance: inner-spin-button;
|
16 |
+
opacity: 1;
|
17 |
}
|
18 |
|
19 |
+
input[type="number"] {
|
20 |
+
-moz-appearance: textfield;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
}
|
22 |
|
23 |
</style>
|