diff options
| author | s1n <[email protected]> | 2020-03-28 10:31:08 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2020-03-28 10:31:08 -0700 |
| commit | 6b81836e6b9815a2996a55ad37dcaa4d89f99e42 (patch) | |
| tree | 74bb9aa78ca31a6acfffd908e34dfb0df433c707 /css/no-text-highlighting.css | |
| parent | Create .gitignore (diff) | |
| download | cyne.cf-backup-master.tar.xz cyne.cf-backup-master.zip | |
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 |