Use cursor: text in text input areas

… not just over text.

Fix #9486.
This commit is contained in:
Simon Sapin 2016-03-04 15:25:41 +01:00
parent c37a086660
commit 428dab1069

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 }