У меня есть ввод [type = date] < /p>
Check in
Check out
< /code>
.input{
float: right;
height: 1.8vw;
width: 10vw;
border: 1px solid #FCA311;
border-radius: 5px;
background-color: black;
color: white;
text-align: center;
}
< /code>
due to this the calendar icon is not visible, how should i style the icon. I want the icon to be yellow color to match the theme
I tried using :before pseudo element , but it didn't do anything
I want the code to support every browser
input[type=date]:before {
content: '\1F4C5';
font-family: Arial, sans-serif;
font-size: 16px;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
}
Подробнее здесь: https://stackoverflow.com/questions/768 ... date-input
Как стилизовать значок календаря при вводе даты? ⇐ Html
Программисты Html
-
Anonymous
1752674397
Anonymous
У меня есть ввод [type = date] < /p>
Check in
Check out
< /code>
.input{
float: right;
height: 1.8vw;
width: 10vw;
border: 1px solid #FCA311;
border-radius: 5px;
background-color: black;
color: white;
text-align: center;
}
< /code>
due to this the calendar icon is not visible, how should i style the icon. I want the icon to be yellow color to match the theme
I tried using :before pseudo element , but it didn't do anything
I want the code to support every browser
input[type=date]:before {
content: '\1F4C5';
font-family: Arial, sans-serif;
font-size: 16px;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
}
Подробнее здесь: [url]https://stackoverflow.com/questions/76844615/how-to-style-the-calendar-icon-in-a-date-input[/url]
Ответить
1 сообщение
• Страница 1 из 1
Перейти
- Кемерово-IT
- ↳ Javascript
- ↳ C#
- ↳ JAVA
- ↳ Elasticsearch aggregation
- ↳ Python
- ↳ Php
- ↳ Android
- ↳ Html
- ↳ Jquery
- ↳ C++
- ↳ IOS
- ↳ CSS
- ↳ Excel
- ↳ Linux
- ↳ Apache
- ↳ MySql
- Детский мир
- Для души
- ↳ Музыкальные инструменты даром
- ↳ Печатная продукция даром
- Внешняя красота и здоровье
- ↳ Одежда и обувь для взрослых даром
- ↳ Товары для здоровья
- ↳ Физкультура и спорт
- Техника - даром!
- ↳ Автомобилистам
- ↳ Компьютерная техника
- ↳ Плиты: газовые и электрические
- ↳ Холодильники
- ↳ Стиральные машины
- ↳ Телевизоры
- ↳ Телефоны, смартфоны, плашеты
- ↳ Швейные машинки
- ↳ Прочая электроника и техника
- ↳ Фототехника
- Ремонт и интерьер
- ↳ Стройматериалы, инструмент
- ↳ Мебель и предметы интерьера даром
- ↳ Cантехника
- Другие темы
- ↳ Разное даром
- ↳ Давай меняться!
- ↳ Отдам\возьму за копеечку
- ↳ Работа и подработка в Кемерове
- ↳ Давай с тобой поговорим...
Мобильная версия