Switch.css 628 B

123456789101112131415161718
  1. @import url("../common/Switch.css");
  2. /* dojox.mobile.Switch */
  3. .mblItemSwitch {
  4. top: 8px;
  5. }
  6. .mblSwitchBg {
  7. -webkit-border-radius: 5px;
  8. }
  9. .mblSwitchBgLeft {
  10. background-image: -webkit-gradient(linear, left top, left bottom, from(#2859b1), to(#75acfb), color-stop(0.5, #3f84eb), color-stop(0.5, #4c8eee));
  11. }
  12. .mblSwitchBgRight {
  13. background-image: -webkit-gradient(linear, left top, left bottom, from(#cecece), to(#fdfdfd), color-stop(0.5, #eeeeee), color-stop(0.5, #f8f8f8));
  14. }
  15. .mblSwitchKnob {
  16. background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#fafafa));
  17. -webkit-border-radius: 5px;
  18. }