修改样式:修正 input-group .btn样式

This commit is contained in:
Argo-MacBookPro 2018-08-31 18:29:38 +08:00
parent a1fe242dfe
commit fbe686791f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
box-shadow: none !important;
}
.input-group .btn:not(.btn-secondary) {
.input-group .btn:not(.btn-secondary):not(.btn-primary):not(.btn-warning):not(.btn-info):not(.btn-danger) {
background-color: #e9ecef;
border-color: #ced4da;
}