Switch.css 577 B

123456789101112131415161718
  1. @import url("../common/Switch.css");
  2. /* dojox.mobile.Switch */
  3. .mblItemSwitch {
  4. top: 18px;
  5. }
  6. .mblSwitchBg {
  7. -webkit-border-radius: 2px;
  8. }
  9. .mblSwitchBgLeft {
  10. background-image: -webkit-gradient(linear, left top, left bottom, from(#00a200), to(#00d300), color-stop(0.2, #00ba00), color-stop(0.2, #00ba00));
  11. }
  12. .mblSwitchBgRight {
  13. background-image: -webkit-gradient(linear, left top, left bottom, from(#bdbebd), to(#f7f3f7));
  14. }
  15. .mblSwitchKnob {
  16. background-image: -webkit-gradient(linear, left top, left bottom, from(#9c9a9c), to(#848284));
  17. -webkit-border-radius: 2px;
  18. }