mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
css: use default cursor
This commit is contained in:
parent
8a4de6c366
commit
c945c57a87
1 changed files with 1 additions and 2 deletions
|
@ -43,8 +43,7 @@ body.mozilla, body.safari {
|
|||
.safari div {
|
||||
padding-right: 1px; /* prevents the caret from disappearing on the longest line of the doc */
|
||||
}
|
||||
html { cursor: text; } /* in Safari, produces text cursor for whole doc (inc. below body) */
|
||||
span { cursor: auto; line-height: 125%; }
|
||||
span { line-height: 125%; }
|
||||
|
||||
|
||||
/* -------------- */
|
||||
|
|
Loading…
Reference in a new issue