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;
}