menubutton.css 716 B

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