initial commit
This commit is contained in:
18
WebRoot/js/jquery-easyui-1.1.2/themes/default/menubutton.css
Normal file
18
WebRoot/js/jquery-easyui-1.1.2/themes/default/menubutton.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.m-btn-downarrow{
|
||||
display:inline-block;
|
||||
width:12px;
|
||||
background:url('images/menu_downarrow.png') no-repeat 4px 5px;
|
||||
}
|
||||
|
||||
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 #7eabcd;
|
||||
-moz-border-radius:3px;
|
||||
-webkit-border-radius: 3px;
|
||||
}
|
||||
Reference in New Issue
Block a user