9 lines
172 B
Text
9 lines
172 B
Text
|
/* Tree_rtl */
|
||
|
|
||
|
@import "variables";
|
||
|
|
||
|
.claro .dijitTreeRtl .dijitTreeExpandoLoading {
|
||
|
background-image: url(@image-loading-animation-rtl);
|
||
|
background-position: 100% 0;
|
||
|
}
|