javascript - Bootstrap's textarea renders oddly and ugly in firefox -



javascript - Bootstrap's textarea renders oddly and ugly in firefox -

i'm trying create theme using bootstrap , i'm having problems textarea. works fine in chrome , chrome based browsers looks odd , ugly in firefox. here working fiddle (open in firefox).

how prepare it??? want normal. , don't want break else fixing this.

<div> <br /> <br /> <textarea id="s" type="text" name="s" value="enter text" ></textarea> </div>

add css part:

textarea { border: 1px solid #eee; }

javascript html css twitter-bootstrap firefox

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -