summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorVeit Lehmann <[email protected]>2013-05-12 20:03:10 +0300
committerVeit Lehmann <[email protected]>2013-05-12 20:03:10 +0300
commit13c5cc6d2770c02c7dc08c01c7e5c6c653b9986a (patch)
tree10b895c0151a69fc5eb7787c6eb343d3ae6867fa /tt-rss.css
parent11334fdf6cfa72ff78abb4434a8dcdee99c119a2 (diff)
fix jumping when clicking tree nodes
I would also suggest to turn the font-size back to 12px and padding back to 1px 0 there. Maybe only push the font-size to 14px in articles, since that's what we look at most. Everything else should visually step back.
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index a2e067a98..3a867632a 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1041,7 +1041,7 @@ div.hl.active {
margin-right : 25px;
}
-#feedTree .dijitTreeRow, #feedTree .dijitFocused {
+#feedTree .dijitTreeRow {
padding : 2px 0px 2px;
border-width : 1px;
border-color : transparent;