From: Joe Wreschnig Date: Sun, 2 Aug 2015 14:00:29 +0000 (+0200) Subject: Disable text selection in preferences. X-Git-Url: https://git.yukkurigames.com/?p=pwl6.git;a=commitdiff_plain;h=0b2e0c71537b418a83a536b1a7afb1412617c010 Disable text selection in preferences. --- diff --git a/src/yuu/data/yuu.css b/src/yuu/data/yuu.css index c01dcd8..6c31d12 100644 --- a/src/yuu/data/yuu.css +++ b/src/yuu/data/yuu.css @@ -372,3 +372,11 @@ dd { body.standalone .browser, body.browser .standalone { display: none; } + +#preferences { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +}