Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Strange appearance of textfield in chrome Reply To: Strange appearance of textfield in chrome

#147503
Paulie_D
Member

The dimensions of the link do not change on hover (29px x 16px). I suspect it’s just an optical illusion.

As for the textarea I don’t know if this is responsible but you might try removing it as I don’t think it’s doing anything.

input, textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}