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!