修改BUG:去掉下拉框上下黑色阴影

This commit is contained in:
Argo-Lenovo 2016-11-10 14:21:49 +08:00
parent 90079c8c3d
commit 9f866cb7e5
1 changed files with 9 additions and 1 deletions

View File

@ -18,7 +18,6 @@
border-color: #3c763d;
}
#main-content {
margin-left: 210px;
height: auto;
@ -211,3 +210,12 @@ a.cf {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.bootstrap-select .dropdown-menu {
padding: 0px;
}
.bootstrap-select .dropdown-menu > li > a {
padding-top: 7px;
padding-bottom: 7px;
}