]> Shamusworld >> Repos - ardour-manual/commitdiff
Allow selection..
authorRobin Gareus <robin@gareus.org>
Sat, 25 Mar 2017 22:33:22 +0000 (23:33 +0100)
committerRobin Gareus <robin@gareus.org>
Sat, 25 Mar 2017 22:53:15 +0000 (23:53 +0100)
at least until various elements in the Appendix which are not keyboard-
shortcuts are no longer <kdb> .
It's really practical to be able top copy Editor action names and
OSC methods for example.

source/css/app.css

index 6aa831cac8c71d28c74b86203abc8b7db4084684..7e11052d578163a8813dc54aca135b2dde4cabd9 100644 (file)
@@ -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)));