修改样式:增加input-group .btn默认样式设定

This commit is contained in:
Argo-MacBookPro 2018-08-15 16:37:49 +08:00
parent 1036705b2e
commit 8ec5b543e3
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@
box-shadow: none !important;
}
.input-group .btn {
background-color: #e9ecef;
border-color: #ced4da;
}
.close:focus {
outline: none;
}