mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 22:41:29 +00:00
Merge branch 'master' of Greg-T/tt-rss into master
This commit is contained in:
@@ -1762,6 +1762,7 @@ body.ttrss_utility.share_popup .content {
|
|||||||
}
|
}
|
||||||
.flat .dijitTree .dijitTreeRow {
|
.flat .dijitTree .dijitTreeRow {
|
||||||
overflow: hidden;
|
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;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
.flat label.dijitButton {
|
.flat label.dijitButton {
|
||||||
|
|||||||
@@ -132,6 +132,7 @@
|
|||||||
|
|
||||||
.dijitTreeRow {
|
.dijitTreeRow {
|
||||||
overflow: hidden;
|
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;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user