From 77dc3086a0ec965bf6b4a741ab6bece8833804ff Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Tue, 12 Feb 2019 10:12:15 +0200 Subject: [PATCH] Fix copying text in Firefox Fixes #3035 --- client/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/css/style.css b/client/css/style.css index 9bfe5149..d1e7bdf8 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -103,6 +103,8 @@ button { margin: 0; outline: none; padding: 0; + -moz-user-select: inherit; /* Firefox makes buttons unselectable by default which breaks copying */ + user-select: inherit; } code,