From d1252513ea3cced988973d2c9c039987c0308bf2 Mon Sep 17 00:00:00 2001 From: Greg-T Date: Thu, 23 May 2019 09:23:53 +0000 Subject: [PATCH] Workaround for drag and drop in Firefox It is just a temporary workaround, as *.map isn't updated. --- css/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/default.css b/css/default.css index 9d6b81fd1..e83631c19 100644 --- a/css/default.css +++ b/css/default.css @@ -1762,6 +1762,7 @@ body.ttrss_utility.share_popup .content { } .flat .dijitTree .dijitTreeRow { overflow: hidden; + -moz-user-select: none; /* TODO: temporary workaround for bug: https://discourse.tt-rss.org/t/is-it-possible-to-create-a-hierarchy-of-categories/876/13 */ text-overflow: ellipsis; } .flat label.dijitButton {