summaryrefslogtreecommitdiff
path: root/lib/dijit/themes/claro/form/Select_rtl.less
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dijit/themes/claro/form/Select_rtl.less')
-rw-r--r--lib/dijit/themes/claro/form/Select_rtl.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/dijit/themes/claro/form/Select_rtl.less b/lib/dijit/themes/claro/form/Select_rtl.less
new file mode 100644
index 000000000..ffa40dc44
--- /dev/null
+++ b/lib/dijit/themes/claro/form/Select_rtl.less
@@ -0,0 +1,6 @@
+@import "../variables";
+
+.claro .dijitSelectRtl .dijitButtonContents {
+ border-right-width: 0;
+ border-left-width: 1px;
+}