Auto merge of #9872 - servo:cursor-text, r=nox

Use `cursor: text` in text input areas

… not just over text.

Fix #9486.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9872)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-03-04 20:14:56 +05:30
commit b4cae84e9e

View file

@ -30,3 +30,6 @@ td[align="right"] { text-align: right; }
center { text-align: -servo-center; }
input:not([type=radio i]):not([type=checkbox i]):not([type=reset i]):not([type=button i]):not([type=submit i]),
textarea { cursor: text }