menubutton.css 669 B

123456789101112131415161718192021222324252627282930
  1. .m-btn-downarrow {
  2. display: inline-block;
  3. width: 16px;
  4. height: 16px;
  5. line-height: 16px;
  6. _vertical-align: middle;
  7. }
  8. a.m-btn-active {
  9. background-position: bottom right;
  10. }
  11. a.m-btn-active span.l-btn-left {
  12. background-position: bottom left;
  13. }
  14. a.m-btn-plain-active {
  15. background: transparent;
  16. padding: 0 5px 0 0;
  17. border-width: 1px;
  18. border-style: solid;
  19. -moz-border-radius: 5px 5px 5px 5px;
  20. -webkit-border-radius: 5px 5px 5px 5px;
  21. border-radius: 5px 5px 5px 5px;
  22. }
  23. .m-btn-downarrow {
  24. background: url('images/menu_arrows.png') no-repeat 2px center;
  25. }
  26. a.m-btn-plain-active {
  27. border-color: #b7d2ff;
  28. background-color: #eaf2ff;
  29. color: #000000;
  30. }