summaryrefslogtreecommitdiffstats
path: root/css/page.css
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-03-07 02:39:33 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-03-07 02:39:33 -0800
commitecb87bd22022a140df7e0d1843494ff065d55c1c (patch)
treec36960ca93f0c839497eb6cf138da35bc96c5541 /css/page.css
parent03f3979e61cadcc0cad90352a7ae1e5b91e5136f (diff)
parentd4fce99f8149f352f5bba9deced0c98198d5c4d9 (diff)
downloadpathery-ecb87bd22022a140df7e0d1843494ff065d55c1c.tar.xz
Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery
Diffstat (limited to 'css/page.css')
-rw-r--r--css/page.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/css/page.css b/css/page.css
index 46563d2..ec0f1c9 100644
--- a/css/page.css
+++ b/css/page.css
@@ -507,5 +507,14 @@ table.score th {
background-color:#356;
cursor:default;
}
+.unselectable
+{
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}