Update settings.html
Browse files- settings.html +6 -7
settings.html
CHANGED
@@ -10,16 +10,15 @@
|
|
10 |
|
11 |
<style>
|
12 |
|
13 |
-
|
14 |
-
input[type="number"]::-webkit-
|
15 |
-
-
|
16 |
-
opacity: 1;
|
17 |
}
|
18 |
|
19 |
-
|
20 |
-
|
|
|
21 |
}
|
22 |
-
|
23 |
</style>
|
24 |
|
25 |
|
|
|
10 |
|
11 |
<style>
|
12 |
|
13 |
+
/* Стилизация кнопки увеличения значения */
|
14 |
+
input[type="number"]::-webkit-inner-spin-button {
|
15 |
+
background-color: blue;
|
|
|
16 |
}
|
17 |
|
18 |
+
/* Стилизация кнопки уменьшения значения */
|
19 |
+
input[type["number"]::-webkit-outer-spin-button {
|
20 |
+
background-color: red;
|
21 |
}
|
|
|
22 |
</style>
|
23 |
|
24 |
|