diff options
| author | 8cy <[email protected]> | 2020-06-02 10:24:13 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-06-02 10:24:13 -0700 |
| commit | 2321b2a0acaa0cba14dc38633cd46adee838294c (patch) | |
| tree | e556c69fc7fdb3d7afa7a1a4fd6b381112db126f /css/no-text-highlighting.css | |
| download | kyzer.co-admin-2321b2a0acaa0cba14dc38633cd46adee838294c.tar.xz kyzer.co-admin-2321b2a0acaa0cba14dc38633cd46adee838294c.zip | |
Initial commit
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 |