/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
- .m-btn-downarrow{
- display:inline-block;
- width:12px;
- line-height:14px;
- *line-height:15px;
- background:url('images/menu_downarrow.png') no-repeat 4px center;
- }
-
- a.m-btn-active{
- background-position: bottom right;
- }
- a.m-btn-active span.l-btn-left{
- background-position: bottom left;
- }
- a.m-btn-plain-active{
- background:transparent;
- border:1px solid #d3d3d3;
- _padding:0px 5px 0px 0px;
- -moz-border-radius:3px;
- -webkit-border-radius: 3px;
- }