diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-02-24 02:17:43 -0800 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-02-24 02:17:43 -0800 |
commit | 0d925ccc953eb6536cf69c2637c92d75682b8c27 (patch) | |
tree | 99338d9ed1b2262c68a70df8c20dc93b7048aa08 /style.css | |
parent | 8fe4e8b8e723f557bd0e48c68c99af2f14b5d382 (diff) | |
download | tempo-0d925ccc953eb6536cf69c2637c92d75682b8c27.tar.gz tempo-0d925ccc953eb6536cf69c2637c92d75682b8c27.tar.xz |
Disable user text selection.
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ body { font-family: 'Lato', sans-serif; padding: 0em; margin: 0em; + + -webkit-user-select: none; + user-select: none; } div#container { |