summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/mobile/themes/custom/Switch.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.7.2/dojox/mobile/themes/custom/Switch.css')
-rw-r--r--js/dojo-1.7.2/dojox/mobile/themes/custom/Switch.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/mobile/themes/custom/Switch.css b/js/dojo-1.7.2/dojox/mobile/themes/custom/Switch.css
new file mode 100644
index 0000000..fa50ef9
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/mobile/themes/custom/Switch.css
@@ -0,0 +1,23 @@
+@import url("../common/Switch.css");
+/* dojox.mobile.Switch */
+.mblItemSwitch {
+ top: 12px;
+}
+.mblSwitchBg {
+ border-color: #b5bcc7;
+ -webkit-border-radius: 2px;
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(3.3333333333333335%, rgba(255, 255, 255, 0.1)), color-stop(0.5, rgba(255, 255, 255, 0.6)), color-stop(1, rgba(255, 255, 255, 0.3)));
+}
+.mblSwitchBgLeft {
+ background-color: #007ef5;
+ color: #131313;
+}
+.mblSwitchBgRight {
+ background-color: #8fc9ff;
+}
+.mblSwitchKnob {
+ border-color: #7b879b;
+ background-color: #5cb0ff;
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(3.3333333333333335%, rgba(255, 255, 255, 0.1)), color-stop(0.5, rgba(255, 255, 255, 0.6)), color-stop(1, rgba(255, 255, 255, 0.3)));
+ -webkit-border-radius: 2px;
+}