summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/mobile/themes/iphone/Switch.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dojox/mobile/themes/iphone/Switch.css')
-rw-r--r--js/dojo/dojox/mobile/themes/iphone/Switch.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/js/dojo/dojox/mobile/themes/iphone/Switch.css b/js/dojo/dojox/mobile/themes/iphone/Switch.css
new file mode 100644
index 0000000..84597f9
--- /dev/null
+++ b/js/dojo/dojox/mobile/themes/iphone/Switch.css
@@ -0,0 +1,18 @@
+@import url("../common/Switch.css");
+/* dojox.mobile.Switch */
+.mblItemSwitch {
+ top: 8px;
+}
+.mblSwitchBg {
+ -webkit-border-radius: 5px;
+}
+.mblSwitchBgLeft {
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#2859b1), to(#75acfb), color-stop(0.5, #3f84eb), color-stop(0.5, #4c8eee));
+}
+.mblSwitchBgRight {
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#cecece), to(#fdfdfd), color-stop(0.5, #eeeeee), color-stop(0.5, #f8f8f8));
+}
+.mblSwitchKnob {
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#fafafa));
+ -webkit-border-radius: 5px;
+}