From 20b35ccfb53b9537f0c1c65f7f43400f393c1830 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Wed, 13 Jun 2018 03:26:07 -0400 Subject: [PATCH] user can no longer select button text (meaning they can spam) --- css/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/styles.css b/css/styles.css index 7928f8446..c4aa2c395 100644 --- a/css/styles.css +++ b/css/styles.css @@ -138,6 +138,11 @@ a:link, a:visited { padding: 5px; margin: 5px; border: 1px solid #333333; + + -moz-user-select: none; + -ms-user-select: none; + -khtml-user-select: none; + -webkit-user-select: none; } .a-link-button:hover {