PageIndicator.less 475 B

123456789101112131415161718192021222324
  1. /* dojox.mobile.PageIndicator */
  2. .mblPageIndicator {
  3. position: relative;
  4. width: 100%;
  5. height: 20px;
  6. -webkit-tap-highlight-color: rgba(255,255,255,0);
  7. }
  8. .mblPageIndicatorContainer {
  9. margin-top: 4px;
  10. margin-left: auto;
  11. margin-right: auto;
  12. }
  13. .mblPageIndicatorDot {
  14. margin: 0px 3px;
  15. width: 6px;
  16. height: 6px;
  17. font-size: 1px;
  18. background-color: #949294;
  19. -webkit-border-radius: 3px;
  20. -moz-border-radius: 3px;
  21. }
  22. .mblPageIndicatorDotSelected {
  23. background-color: white;
  24. }