diff options
| author | s1n <[email protected]> | 2019-10-20 16:49:58 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-20 16:49:58 -0700 |
| commit | e1aad6c9752ec6ab6fcfb0be8834f165161a8031 (patch) | |
| tree | 37280a3f89974e9317cf8877644a9ec3b7a0ec0d /css/no-text-highlighting.css | |
| parent | favicon (diff) | |
| download | p.s1n.pw-admin-e1aad6c9752ec6ab6fcfb0be8834f165161a8031.tar.xz p.s1n.pw-admin-e1aad6c9752ec6ab6fcfb0be8834f165161a8031.zip | |
notexthighlight/ contextmenu, links and organize
Diffstat (limited to 'css/no-text-highlighting.css')
| -rw-r--r-- | css/no-text-highlighting.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/css/no-text-highlighting.css b/css/no-text-highlighting.css new file mode 100644 index 0000000..3764314 --- /dev/null +++ b/css/no-text-highlighting.css @@ -0,0 +1,7 @@ +* { + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: -moz-none; + -o-user-select: none; + user-select: none; +}
\ No newline at end of file |