Style selected text

This commit is contained in:
0ip 2012-05-20 15:37:03 +02:00
parent 205797cd83
commit 750b9d44df
1 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,13 @@
html { cursor: text; } /* in Safari, produces text cursor for whole doc (inc. below body) */
span { cursor: auto; }
::selection {
background: #acf;
}
::-moz-selection {
background: #acf;
}
a { cursor: pointer !important; }
ul, ol, li {