css make input unselectable

CSS
 input {
      pointer-events:none;
    }
Source

Also in CSS: