default theme update (2)

This commit is contained in:
Andrew Dolgov 2014-01-27 19:05:00 +04:00
parent d44f3da4be
commit 93015e27fd
1 changed files with 2 additions and 2 deletions

View File

@ -1227,13 +1227,13 @@ span.highlight {
color : #cc90cc; color : #cc90cc;
} }
#feedTree .dijitTreeRow .dijitTreeExpando { body#ttrssMain #feedTree .dijitTreeRow .dijitTreeExpando {
background-image: url("../images/treeExpandImages.png"); background-image: url("../images/treeExpandImages.png");
position : relative; position : relative;
top : -1px; top : -1px;
} }
#feedTree .dijitTreeRow .dijitTreeExpandoLeaf { body#ttrssMain #feedTree .dijitTreeRow .dijitTreeExpandoLeaf {
display : none; display : none;
} }