Switch.css 603 B

123456789101112131415161718
  1. @import url("../common/Switch.css");
  2. /* dojox.mobile.Switch */
  3. .mblItemSwitch {
  4. top: 14px;
  5. }
  6. .mblSwitchBg {
  7. -webkit-border-radius: 6px;
  8. }
  9. .mblSwitchBgLeft {
  10. background-image: -webkit-gradient(linear, left top, left bottom, from(#088eef), to(#0851ad), color-stop(0.5, #0869c6));
  11. }
  12. .mblSwitchBgRight {
  13. background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f3f7), to(#cec5d6), color-stop(0.5, #ced3ce));
  14. }
  15. .mblSwitchKnob {
  16. background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#999999), color-stop(0.5, #bbbbbb));
  17. -webkit-border-radius: 6px;
  18. }