summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/mobile/themes/common/Switch.less
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dojox/mobile/themes/common/Switch.less')
-rw-r--r--js/dojo/dojox/mobile/themes/common/Switch.less16
1 files changed, 16 insertions, 0 deletions
diff --git a/js/dojo/dojox/mobile/themes/common/Switch.less b/js/dojo/dojox/mobile/themes/common/Switch.less
new file mode 100644
index 0000000..e9868bc
--- /dev/null
+++ b/js/dojo/dojox/mobile/themes/common/Switch.less
@@ -0,0 +1,16 @@
+/* dojox.mobile.Switch */
+.mblItemSwitch {
+ .mblItemSwitch-styles;
+}
+.mblSwitchBg {
+ .mblSwitchBg-styles;
+}
+.mblSwitchBgLeft {
+ .mblSwitchBgLeft-styles;
+}
+.mblSwitchBgRight {
+ .mblSwitchBgRight-styles;
+}
+.mblSwitchKnob {
+ .mblSwitchKnob-styles;
+}