mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-09 11:39:16 +00:00
14 lines
337 B
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');
|
|
}
|