style: blue 样式 card 鼠标悬停时 border-top-color

This commit is contained in:
Argo Zhang 2019-08-12 18:56:32 +08:00
parent 460835627f
commit 7afb9f3d0c
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 8 additions and 0 deletions

View File

@ -51,6 +51,10 @@
border-top-width: 1px;
}
.card:hover {
border-top-color: #84bbe2;
}
.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),
.form-select-input:hover {

View File

@ -51,6 +51,10 @@
border-top-width: 1px;
}
.card:hover {
border-top-color: #84bbe2;
}
.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),
.form-select-input:hover {