修改样式:增加LgbDropdown控件下拉框样式

This commit is contained in:
Argo-Lenovo 2017-04-14 13:05:32 +08:00
parent 003ffbc890
commit 7e3ff88f59
2 changed files with 14 additions and 4 deletions

View File

@ -2,6 +2,11 @@
display: inline-block;
}
.lgbDropdown .dropdown-menu > li > a:hover {
background: #007AC0;
color: #fff;
}
.logTs, .logSql, .logDbExcep {
color: red;
font-weight: 600;
@ -38,7 +43,6 @@
color: #ac2925;
}
.form-inline .form-group {
margin-bottom: 15px;
}

View File

@ -23,8 +23,17 @@ a, a:hover, a:focus {
.dropdown-menu {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176);
padding: 0;
}
.dropdown-menu > li > a {
padding: 6px 20px;
}
.dropdown-menu .divider {
margin: 1px 0;
}
.card-view:not(:last-child) {
margin-bottom: 6px;
}
@ -48,7 +57,6 @@ a, a:hover, a:focus {
float: right;
}
.header > .dropdown > a {
border: 1px solid #eee;
border-radius: 4px;
@ -80,7 +88,6 @@ a, a:hover, a:focus {
top: 50px;
left: auto;
right: 0;
padding: 0;
}
.header > .dropdown .dropdown-menu li {
@ -237,7 +244,6 @@ a, a:hover, a:focus {
top: 32px;
left: -74px;
width: 235px;
padding: 0;
border: none;
}