From 61e20da6532b283dfacfb3b22e39fdb210f7e514 Mon Sep 17 00:00:00 2001 From: Ed Ward Date: Sun, 26 Mar 2017 17:20:17 +0200 Subject: [PATCH] user selectable s --- source/css/app.css | 3 --- 1 file changed, 3 deletions(-) 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))); -- 2.37.2