diff options
author | Zaggy1024 <Zaggy1024@gmail.com> | 2016-05-08 02:13:30 -0500 |
---|---|---|
committer | Zaggy1024 <Zaggy1024@gmail.com> | 2016-05-08 02:29:19 -0500 |
commit | f3f15040035b8cb52cffdc62e1a2cbd36bdebc9c (patch) | |
tree | 8658259d6550d584e6eecd5994b57e9d4972a53d | |
parent | c226bf85a9476a7a701a69974dfa0893c0e6bcb5 (diff) | |
download | servo-f3f15040035b8cb52cffdc62e1a2cbd36bdebc9c.tar.gz servo-f3f15040035b8cb52cffdc62e1a2cbd36bdebc9c.zip |
Changed cursor for labels to "default" so their text doesn't use the text cursor.
-rw-r--r-- | resources/servo.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/servo.css b/resources/servo.css index 1233d73ac17..5f53c177e59 100644 --- a/resources/servo.css +++ b/resources/servo.css @@ -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; |