You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/lib/dijit/themes/tundra/Tree_rtl.css

14 lines
337 B
CSS

.tundra .dijitTreeNodeRtl,
.tundra .dijitTreeNodeRtl .dijitTreeExpandoLeaf {
background-image: none;
}
.tundra .dijitTreeNodeRtl .dijitTreeExpandoOpened {
background-image: url('images/treeExpand_minus_rtl.gif');
}
.tundra .dijitTreeNodeRtl .dijitTreeExpandoClosed {
background-image: url('images/treeExpand_plus_rtl.gif');
}