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.
 
 
 
 
simple-yewu/frontend/web/js/themes/metro/menubutton.css

30 lines
663 B

.m-btn-downarrow {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
_vertical-align: middle;
}
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;
padding: 0 5px 0 0;
border-width: 1px;
border-style: solid;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border-radius: 0px 0px 0px 0px;
}
.m-btn-downarrow {
background: url('images/menu_arrows.png') no-repeat 2px center;
}
a.m-btn-plain-active {
border-color: #ddd;
background-color: #E6E6E6;
color: #444;
}