From: Ed Ward Date: Sun, 26 Mar 2017 15:20:17 +0000 (+0200) Subject: user selectable s X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61e20da6532b283dfacfb3b22e39fdb210f7e514;p=ardour-manual user selectable s --- diff --git a/source/css/app.css b/source/css/app.css index bb72063..1a21573 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -287,9 +287,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)));