2

OK, I've tried all solutions from posts here, and here, still my textarea has this top inner shadow: see here.

The solution I hoped most would work was:

    textarea,
input[type='text'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

Nothing. Btw, Inspector does detect -webkit-appearance: none for textarea and input: Inspector img.

Thanks!

  • Welcome to Stack Overflow _ Some answers on the first SO question you linked to also include comments that `-webkit-appearance: none;` only worked in combination with `box-shadow: none !important;` _ Have you tried this ? – inputforcolor Sep 21 '19 at 19:40
  • 2
    @inputforcolor, didn't gather from those answers that they must be used **together**, now solved my problem with this, thank you! – Martynas Galkus Sep 24 '19 at 10:42

0 Answers0