not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
651 B

  1. .enyo-alpha-jumper {
  2. text-transform: uppercase;
  3. font-size: 11px;
  4. xborder-radius: 12px;
  5. position: absolute;
  6. xbackground: white;
  7. text-align: center;
  8. right: 10px;
  9. z-index: 1;
  10. color: #333;
  11. padding: 0 14px;
  12. }
  13. .enyo-alpha-jumper > *:first-child {
  14. padding-top: 4px;
  15. border-radius: 12px 12px 0 0;
  16. border-top: 1px solid #333;
  17. }
  18. .enyo-alpha-jumper > *:last-child {
  19. padding-bottom: 4px;
  20. border-radius: 0 0 12px 12px;
  21. border-bottom: 1px solid #333;
  22. }
  23. .enyo-alpha-jumper > * {
  24. background: #eee;
  25. padding: 1px 4px;
  26. border-right: 1px solid #333;
  27. border-left: 1px solid #333;
  28. }
  29. .enyo-alpha-jumper > .active {
  30. background: #333;
  31. color: white;
  32. }