DmitrMakeev
commited on
Commit
•
8d298b7
1
Parent(s):
1564f2a
Update se_mes_im.html
Browse files- se_mes_im.html +14 -2
se_mes_im.html
CHANGED
@@ -56,7 +56,20 @@
|
|
56 |
justify-content: center;
|
57 |
}
|
58 |
select {
|
59 |
-
background-color: #e8f5e9;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
}
|
61 |
</style>
|
62 |
</head>
|
@@ -184,4 +197,3 @@
|
|
184 |
</script>
|
185 |
</body>
|
186 |
</html>
|
187 |
-
|
|
|
56 |
justify-content: center;
|
57 |
}
|
58 |
select {
|
59 |
+
background-color: #e8f5e9; /* Зеленый фон для выпадающего списка */
|
60 |
+
}
|
61 |
+
input[type="datetime-local"], input[type="date"] {
|
62 |
+
background-color: #e8f5e9; /* Зеленый фон для выбора даты и времени */
|
63 |
+
border: 1px solid #4CAF50; /* Зеленая рамка */
|
64 |
+
color: #4CAF50; /* Зеленый текст */
|
65 |
+
}
|
66 |
+
input[type="datetime-local"]::-webkit-datetime-edit,
|
67 |
+
input[type="date"]::-webkit-datetime-edit {
|
68 |
+
color: #4CAF50; /* Зеленый текст внутри поля */
|
69 |
+
}
|
70 |
+
input[type="datetime-local"]::-webkit-calendar-picker-indicator,
|
71 |
+
input[type="date"]::-webkit-calendar-picker-indicator {
|
72 |
+
filter: invert(45%) sepia(20%) saturate(3500%) hue-rotate(90deg) brightness(95%) contrast(90%);
|
73 |
}
|
74 |
</style>
|
75 |
</head>
|
|
|
197 |
</script>
|
198 |
</body>
|
199 |
</html>
|
|