summaryrefslogtreecommitdiff
path: root/css/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-27 19:05:00 +0400
committerAndrew Dolgov <[email protected]>2014-01-27 19:05:00 +0400
commit93015e27fd21a3b804045a0849298d1b9978a1aa (patch)
treebc07f9368423545a3f8317d094034474fdb480f6 /css/tt-rss.css
parentd44f3da4be8fc11543765b9dcc2743083bfd8be0 (diff)
default theme update (2)
Diffstat (limited to 'css/tt-rss.css')
-rw-r--r--css/tt-rss.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 41f163ccb..60baefc9e 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -1227,13 +1227,13 @@ span.highlight {
color : #cc90cc;
}
-#feedTree .dijitTreeRow .dijitTreeExpando {
+body#ttrssMain #feedTree .dijitTreeRow .dijitTreeExpando {
background-image: url("../images/treeExpandImages.png");
position : relative;
top : -1px;
}
-#feedTree .dijitTreeRow .dijitTreeExpandoLeaf {
+body#ttrssMain #feedTree .dijitTreeRow .dijitTreeExpandoLeaf {
display : none;
}