From: Robin Gareus Date: Sat, 25 Mar 2017 22:33:22 +0000 (+0100) Subject: Allow selection.. X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab19a4c2b777a394236f63a52cb6c7a2f721c6ab;p=ardour-manual Allow selection.. at least until various elements in the Appendix which are not keyboard- shortcuts are no longer . It's really practical to be able top copy Editor action names and OSC methods for example. --- diff --git a/source/css/app.css b/source/css/app.css index 6aa831c..7e11052 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -247,9 +247,6 @@ kbd { text-decoration: none; border-radius: .3em; cursor: default; - -moz-user-select: none; - -webkit-user-select: none; - user-select: none; background: rgb(250, 250, 250); background: -moz-linear-gradient(top, rgb(210, 210, 210), rgb(255, 255, 255)); background: -webkit-gradient(linear, left top, left bottom, from(rgb(210, 210, 210)), to(rgb(255, 255, 255)));