mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
Style selected text
This commit is contained in:
parent
205797cd83
commit
750b9d44df
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@
|
||||||
html { cursor: text; } /* in Safari, produces text cursor for whole doc (inc. below body) */
|
html { cursor: text; } /* in Safari, produces text cursor for whole doc (inc. below body) */
|
||||||
span { cursor: auto; }
|
span { cursor: auto; }
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
background: #acf;
|
||||||
|
}
|
||||||
|
::-moz-selection {
|
||||||
|
background: #acf;
|
||||||
|
}
|
||||||
|
|
||||||
a { cursor: pointer !important; }
|
a { cursor: pointer !important; }
|
||||||
|
|
||||||
ul, ol, li {
|
ul, ol, li {
|
||||||
|
|
Loading…
Reference in a new issue