summaryrefslogtreecommitdiff
path: root/lib/dijit/themes/claro/Tree_rtl.less
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dijit/themes/claro/Tree_rtl.less')
-rw-r--r--lib/dijit/themes/claro/Tree_rtl.less8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/dijit/themes/claro/Tree_rtl.less b/lib/dijit/themes/claro/Tree_rtl.less
new file mode 100644
index 000000000..6044c46c1
--- /dev/null
+++ b/lib/dijit/themes/claro/Tree_rtl.less
@@ -0,0 +1,8 @@
+/* Tree_rtl */
+
+@import "variables";
+
+.claro .dijitTreeRtl .dijitTreeExpandoLoading {
+ background-image: url(@image-loading-animation-rtl);
+ background-position: 100% 0;
+}