mirror of
https://github.com/servo/servo.git
synced 2025-06-06 00:25:37 +00:00
Changed cursor for labels to "default" so their text doesn't use the text cursor.
This commit is contained in:
parent
c226bf85a9
commit
f3f1504003
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue