diff options
| author | s1nical <[email protected]> | 2019-08-27 06:44:29 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-27 06:44:29 -0700 |
| commit | 3bd260dade609c4456bb5f90f9aec4fe2d498c17 (patch) | |
| tree | df8bc42f92eb55f326252b00859823b3c3db345f /css/no-text-highlighting.css | |
| parent | proper todo formatting (diff) | |
| download | s1n.pw-admin-3bd260dade609c4456bb5f90f9aec4fe2d498c17.tar.xz s1n.pw-admin-3bd260dade609c4456bb5f90f9aec4fe2d498c17.zip | |
add /development page
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 |