Changed cursor for labels to "default" so their text doesn't use the text cursor.

This commit is contained in:
Zaggy1024 2016-05-08 02:13:30 -05:00
parent c226bf85a9
commit f3f1504003

View file

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