hide blinking cursor in input:text
doesn't work in IE
by tonyleeper
HTML
<div class="date">
<input type="text" value="foobar" readonly="readonly" />
</div>
CSS
input {
user-select: none;
}
by tonyleeper
<div class="date">
<input type="text" value="foobar" readonly="readonly" />
</div>
input {
user-select: none;
}