projects
/
pwl6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ad739e
)
Disable text selection in preferences.
author
Joe Wreschnig
<joe.wreschnig@gmail.com>
Sun, 2 Aug 2015 14:00:29 +0000
(16:00 +0200)
committer
Joe Wreschnig
<joe.wreschnig@gmail.com>
Sun, 2 Aug 2015 14:00:29 +0000
(16:00 +0200)
src/yuu/data/yuu.css
patch
|
blob
|
history
diff --git
a/src/yuu/data/yuu.css
b/src/yuu/data/yuu.css
index c01dcd8afb444a1025ec86cdb2fa2ced12579d1d..6c31d1267855c741995ecbbf95715202fa4496b1 100644
(file)
--- 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;
+}