This commit is contained in:
152
WebRoot/js/easyui-1.3.5/themes/bootstrap/linkbutton.css
Normal file
152
WebRoot/js/easyui-1.3.5/themes/bootstrap/linkbutton.css
Normal file
@@ -0,0 +1,152 @@
|
||||
a.l-btn {
|
||||
background-position: right 0;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
zoom: 1;
|
||||
height: 24px;
|
||||
padding-right: 18px;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
}
|
||||
a.l-btn-plain {
|
||||
border: 0;
|
||||
padding: 1px 6px 1px 1px;
|
||||
}
|
||||
a.l-btn-disabled {
|
||||
color: #ccc;
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
cursor: default;
|
||||
}
|
||||
a.l-btn span.l-btn-left {
|
||||
display: inline-block;
|
||||
background-position: 0 -48px;
|
||||
padding: 0 0 0 18px;
|
||||
line-height: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
a.l-btn-plain span.l-btn-left {
|
||||
padding-left: 5px;
|
||||
}
|
||||
a.l-btn span span.l-btn-text {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
top: 4px;
|
||||
width: auto;
|
||||
height: 16px;
|
||||
line-height: 16px;
|
||||
font-size: 12px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
a.l-btn span span.l-btn-icon-left {
|
||||
padding: 0 0 0 20px;
|
||||
background-position: left center;
|
||||
}
|
||||
a.l-btn span span.l-btn-icon-right {
|
||||
padding: 0 20px 0 0;
|
||||
background-position: right center;
|
||||
}
|
||||
a.l-btn span span span.l-btn-empty {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 16px;
|
||||
}
|
||||
a:hover.l-btn {
|
||||
background-position: right -24px;
|
||||
outline: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover.l-btn span.l-btn-left {
|
||||
background-position: 0 bottom;
|
||||
}
|
||||
a:hover.l-btn-plain {
|
||||
padding: 0 5px 0 0;
|
||||
}
|
||||
a:hover.l-btn-disabled {
|
||||
background-position: right 0;
|
||||
}
|
||||
a:hover.l-btn-disabled span.l-btn-left {
|
||||
background-position: 0 -48px;
|
||||
}
|
||||
a.l-btn .l-btn-focus {
|
||||
outline: #0000FF dotted thin;
|
||||
}
|
||||
a.l-btn {
|
||||
color: #444;
|
||||
background-image: url('images/linkbutton_bg.png');
|
||||
background-repeat: no-repeat;
|
||||
background: #f5f5f5;
|
||||
background-repeat: repeat-x;
|
||||
border: 1px solid #bbb;
|
||||
background: -webkit-linear-gradient(top,#ffffff 0,#e6e6e6 100%);
|
||||
background: -moz-linear-gradient(top,#ffffff 0,#e6e6e6 100%);
|
||||
background: -o-linear-gradient(top,#ffffff 0,#e6e6e6 100%);
|
||||
background: linear-gradient(to bottom,#ffffff 0,#e6e6e6 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#e6e6e6,GradientType=0);
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
a.l-btn span.l-btn-left {
|
||||
background-image: url('images/linkbutton_bg.png');
|
||||
background-repeat: no-repeat;
|
||||
background-image: none;
|
||||
}
|
||||
a:hover.l-btn {
|
||||
background: #e6e6e6;
|
||||
color: #00438a;
|
||||
border: 1px solid #ddd;
|
||||
filter: none;
|
||||
}
|
||||
a.l-btn-plain,
|
||||
a.l-btn-plain span.l-btn-left {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
filter: none;
|
||||
}
|
||||
a:hover.l-btn-plain {
|
||||
background: #e6e6e6;
|
||||
color: #00438a;
|
||||
border: 1px solid #ddd;
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
a.l-btn-disabled,
|
||||
a:hover.l-btn-disabled {
|
||||
color: #444;
|
||||
filter: alpha(opacity=50);
|
||||
background: #f5f5f5;
|
||||
color: #444;
|
||||
background: -webkit-linear-gradient(top,#ffffff 0,#e6e6e6 100%);
|
||||
background: -moz-linear-gradient(top,#ffffff 0,#e6e6e6 100%);
|
||||
background: -o-linear-gradient(top,#ffffff 0,#e6e6e6 100%);
|
||||
background: linear-gradient(to bottom,#ffffff 0,#e6e6e6 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#e6e6e6,GradientType=0);
|
||||
filter: alpha(opacity=50) progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#e6e6e6,GradientType=0);
|
||||
}
|
||||
a.l-btn-plain-disabled,
|
||||
a:hover.l-btn-plain-disabled {
|
||||
background: transparent;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
a.l-btn-selected,
|
||||
a:hover.l-btn-selected {
|
||||
background-position: right -24px;
|
||||
background: #ddd;
|
||||
filter: none;
|
||||
}
|
||||
a.l-btn-selected span.l-btn-left,
|
||||
a:hover.l-btn-selected span.l-btn-left {
|
||||
background-position: 0 bottom;
|
||||
background-image: none;
|
||||
}
|
||||
a.l-btn-plain-selected,
|
||||
a:hover.l-btn-plain-selected {
|
||||
background: #ddd;
|
||||
}
|
||||
Reference in New Issue
Block a user