/source/Plug-in/jq/themes/gray/menubutton.css

http://prosporous.googlecode.com/ · CSS · 21 lines · 20 code · 1 blank · 0 comment · 0 complexity · 5aa5d8e63a1c9677ad9b06286fae5ec2 MD5 · raw file

  1. .m-btn-downarrow{
  2. display:inline-block;
  3. width:12px;
  4. line-height:14px;
  5. *line-height:15px;
  6. background:url('images/menu_downarrow.png') no-repeat 4px center;
  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. border:1px solid #d3d3d3;
  17. _padding:0px 5px 0px 0px;
  18. -moz-border-radius:3px;
  19. -webkit-border-radius: 3px;
  20. }