summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-02-24 02:17:43 -0800
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-02-24 02:17:43 -0800
commit0d925ccc953eb6536cf69c2637c92d75682b8c27 (patch)
tree99338d9ed1b2262c68a70df8c20dc93b7048aa08
parent8fe4e8b8e723f557bd0e48c68c99af2f14b5d382 (diff)
downloadtempo-0d925ccc953eb6536cf69c2637c92d75682b8c27.tar.gz
tempo-0d925ccc953eb6536cf69c2637c92d75682b8c27.tar.xz
Disable user text selection.
-rw-r--r--style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/style.css b/style.css
index 0a0583b..0e1c4ab 100644
--- a/style.css
+++ b/style.css
@@ -4,6 +4,9 @@ body {
font-family: 'Lato', sans-serif;
padding: 0em;
margin: 0em;
+
+ -webkit-user-select: none;
+ user-select: none;
}
div#container {