更新样式:增加蓝色样式下组合按钮框样式
This commit is contained in:
parent
06df0287df
commit
4277653a81
|
@ -60,7 +60,8 @@
|
||||||
border-bottom: solid 1px #307eb6;
|
border-bottom: solid 1px #307eb6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header, .card, .modal-footer, .form-control, .popover, .date .input-group-text {
|
.header, .card, .modal-footer, .form-control, .popover, .date .input-group-text,
|
||||||
|
.input-group .btn:not(.btn-secondary):not(.btn-primary):not(.btn-warning):not(.btn-info):not(.btn-danger) {
|
||||||
border-color: #5198cb;
|
border-color: #5198cb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -90,7 +91,8 @@
|
||||||
color: #337ab7;
|
color: #337ab7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control[disabled], .form-control[readonly], .date .form-control, .date .input-group-text {
|
.form-control[disabled], .form-control[readonly], .date .form-control, .date .input-group-text,
|
||||||
|
.input-group .btn:not(.btn-secondary):not(.btn-primary):not(.btn-warning):not(.btn-info):not(.btn-danger) {
|
||||||
background-color: rgba(84, 189, 220, 0.21);
|
background-color: rgba(84, 189, 220, 0.21);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue