diff --git a/tt-rss.css b/tt-rss.css
index b5cf4d2a2f94cec2b208206646bcb0bf5dbda904..09a3505afc3a21563fd760b60fe5d0d596cb0bb6 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;