diff --git a/tt-rss.css b/tt-rss.css index b5cf4d2a2..09a3505af 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1017,12 +1017,17 @@ div.hl.active a.title { margin-right : 25px; } -#feedTree .dijitTreeRow, #feedTree .dijitTreeNode, #feedTree .dijitFocused { +#feedTree .dijitTreeRow, #feedTree .dijitFocused { padding : 1px 0px 1px; border-width : 1px; border-color : transparent; } +#feedTree .dijitTreeNode { + padding : 0px; + border-width : 0px; +} + #feedTree { height : 100%; overflow-x : hidden;