Switch.css 861 B

1234567891011121314151617181920212223
  1. @import url("../common/Switch.css");
  2. /* dojox.mobile.Switch */
  3. .mblItemSwitch {
  4. top: 12px;
  5. }
  6. .mblSwitchBg {
  7. border-color: #b5bcc7;
  8. -webkit-border-radius: 2px;
  9. 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)));
  10. }
  11. .mblSwitchBgLeft {
  12. background-color: #007ef5;
  13. color: #131313;
  14. }
  15. .mblSwitchBgRight {
  16. background-color: #8fc9ff;
  17. }
  18. .mblSwitchKnob {
  19. border-color: #7b879b;
  20. background-color: #5cb0ff;
  21. 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)));
  22. -webkit-border-radius: 2px;
  23. }