diff --git a/resources/servo.css b/resources/servo.css index 354717deb70..26d8fe90af2 100644 --- a/resources/servo.css +++ b/resources/servo.css @@ -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 } +