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