From 0b2e0c71537b418a83a536b1a7afb1412617c010 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Sun, 2 Aug 2015 16:00:29 +0200 Subject: [PATCH] Disable text selection in preferences. --- src/yuu/data/yuu.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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; +} -- 2.20.1