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/soria/Tree_rtl.css

23 lines
615 B
CSS

/* Tree */
.dijitRtl .soria .dijitTreeNode,
.dijitRtl .soria .dijitTreeExpandoLeaf {
/* disable grid lines for Tree in RTL mode, too hard to support */
background-image: none;
}
.dijitRtl .soria .dijitTreeContent {
padding-left: 0;
padding-right: 1px;
}
.dijitRtl .soria .dijitTreeExpandoOpened {
/* todo: icon contains grid line but grid lines disabled above */
background: url('images/spriteTree_rtl.gif') no-repeat -18px top;
}
.dijitRtl .soria .dijitTreeExpandoClosed {
/* todo: icon contains grid line but grid lines disabled above */
background-image: url('images/spriteTree_rtl.gif');
}