更新样式:文本框组合按钮,按钮样式更新默认背景色,对其他样式不做更改

This commit is contained in:
Argo Zhang 2018-08-24 20:49:09 +08:00 committed by Argo-MacBookPro
parent 5757dc6799
commit 6158514638
1 changed files with 1 additions and 1 deletions

View File

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