summaryrefslogtreecommitdiff
path: root/lib/flat/dijit/form/NumberSpinner_rtl.styl
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-04 16:53:01 +0300
committerAndrew Dolgov <[email protected]>2018-12-04 16:53:01 +0300
commit563a46f55a392011d075811b3dc798e9cdcca949 (patch)
tree4321fadc393b5cf5bf26929d2fcf017dfc0b8f9a /lib/flat/dijit/form/NumberSpinner_rtl.styl
parentf679ec2e6e25598c511177d7d160c51d2bdf631e (diff)
initial
Diffstat (limited to 'lib/flat/dijit/form/NumberSpinner_rtl.styl')
-rw-r--r--lib/flat/dijit/form/NumberSpinner_rtl.styl10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/flat/dijit/form/NumberSpinner_rtl.styl b/lib/flat/dijit/form/NumberSpinner_rtl.styl
new file mode 100644
index 000000000..1fe335c3f
--- /dev/null
+++ b/lib/flat/dijit/form/NumberSpinner_rtl.styl
@@ -0,0 +1,10 @@
+@import 'dijit_form_variables';
+
+.{$theme-name} {
+
+ .dijitSpinnerRtl .dijitSpinnerButtonContainer .dijitArrowButton {
+ right: 0;
+ left: auto;
+ }
+
+} \ No newline at end of file