修改样式:修正 input-group .btn样式
This commit is contained in:
parent
a1fe242dfe
commit
fbe686791f
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue