Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dijit / themes / tundra / Tree_rtl.css

History | View | Annotate | Download (337 Bytes)

1 9 andrej.cim
2
.tundra .dijitTreeNodeRtl,
3
.tundra .dijitTreeNodeRtl .dijitTreeExpandoLeaf {
4
5
    background-image: none;
6
}
7
.tundra .dijitTreeNodeRtl .dijitTreeExpandoOpened {
8
9
        background-image: url('images/treeExpand_minus_rtl.gif');
10
}
11
.tundra .dijitTreeNodeRtl .dijitTreeExpandoClosed {
12
        background-image: url('images/treeExpand_plus_rtl.gif');
13
}