summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
authorfox <[email protected]>2019-05-23 10:00:40 +0000
committerGogs <[email protected]>2019-05-23 10:00:40 +0000
commit4a2836ea90c4c471029d189a8c9fe5ec10a9521b (patch)
treee54fc1d7d3d55a0e25e140eb78d94d6464b5bc30 /css/default.css
parentf38a89a131f789b843f1f34426ec5745a717849c (diff)
parent7770903a7f97ca124e46e00ae1ff4862c203a9b1 (diff)
Merge branch 'master' of Greg-T/tt-rss into master
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css1
1 files changed, 1 insertions, 0 deletions
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 {