修改样式:增加input-group .btn默认样式设定
This commit is contained in:
parent
1036705b2e
commit
8ec5b543e3
|
@ -12,6 +12,11 @@
|
|||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.input-group .btn {
|
||||
background-color: #e9ecef;
|
||||
border-color: #ced4da;
|
||||
}
|
||||
|
||||
.close:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue