mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04: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 {
|
.safari div {
|
||||||
padding-right: 1px; /* prevents the caret from disappearing on the longest line of the doc */
|
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 { line-height: 125%; }
|
||||||
span { cursor: auto; line-height: 125%; }
|
|
||||||
|
|
||||||
|
|
||||||
/* -------------- */
|
/* -------------- */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue