How can I change the design of my into a icon or image? If its possible can I still get the value or the date if that happens? I have tried to google some answer but no luck. I've seen changing the arrow to icon but that's not what I need. Please see image. I need to change the text box into an image and still trigger the date picker and still be able to get the data picked
Image:
Code:
.form-control {
background-color: #fff;
background-image: none;
border: 1px solid rgba(0, 0, 0, .07);
font-family: Arial, sans-serif;
color: #2c2c2c;
outline: 0;
height: 35px;
padding: 9px 15px;
line-height: normal;
font-size: 14px;
font-weight: 400;
vertical-align: middle;
min-height: 35px;
-webkit-transition: all .2s ease;
transition: all .2s ease;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all .2s linear 0s;
transition: background .2s linear 0s;
width: 100%;
cursor: pointer;
}
<input type="date" class="form-control">