yairEO/fancyInput

Wrong css selector for textarea.

Closed this issue · 1 comments

In you css file you apply styles to all textareas on a web page, because you use selector like this:
.fancyInput input, textarea
You must change in to .fancyInput input, .fancyInput textarea.

thanks! I've missed it