Как я могу изменить выпадающие CSS ввода, который имеет время типа ⇐ CSS
Как я могу изменить выпадающие CSS ввода, который имеет время типа
input[type="time"]::-webkit-calendar-picker-indicator {
background-color: rgba(255, 255, 255, .5);
height: 24px;
text-align: center;
padding: 10px;
cursor: pointer;
position: relative;
margin-top: 10px;
filter: invert(6%) sepia(85%) saturate(3100%) hue-rotate(175deg) brightness(95%) contrast(90%);
font-weight: 700;
color: red;
}
#timeInput {
border-radius: 5px;
padding: 0 0 0 5px !important;
}< /code>
< /code>
< /div>
< /div>
< /p>
У меня поле ввода «Time 'Type», и при щелчке значок часов выпадает, что я хочу изменить в соответствии с потребностями проекта. Выпачающийся.
Подробнее здесь: https://stackoverflow.com/questions/796 ... -type-time
input[type="time"]::-webkit-calendar-picker-indicator {
background-color: rgba(255, 255, 255, .5);
height: 24px;
text-align: center;
padding: 10px;
cursor: pointer;
position: relative;
margin-top: 10px;
filter: invert(6%) sepia(85%) saturate(3100%) hue-rotate(175deg) brightness(95%) contrast(90%);
font-weight: 700;
color: red;
}
#timeInput {
border-radius: 5px;
padding: 0 0 0 5px !important;
}< /code>
< /code>
< /div>
< /div>
< /p>
У меня поле ввода «Time 'Type», и при щелчке значок часов выпадает, что я хочу изменить в соответствии с потребностями проекта. Выпачающийся.
Подробнее здесь: https://stackoverflow.com/questions/796 ... -type-time
-
- Похожие темы
- Ответы
- Просмотры
- Последнее сообщение