style: 微调蓝色样式 card 鼠标悬停效果

This commit is contained in:
Argo Zhang 2020-03-10 11:13:06 +08:00
parent 625267d354
commit b1ab285f75
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@
border-bottom: solid 1px #307eb6;
}
.main-content:not(.no-card-header) .card {
.card {
border-top-width: 1px;
}
@ -58,7 +58,7 @@
}
.card:hover {
border-top-color: #337ab7;
border-top-color: #84bbe2;
}
.card .card-header, .modal-header {
@ -77,7 +77,7 @@
color: #eee;
}
.control-label {
.control-label:not([data-toggle='lgbinfo']) {
color: #467fa7;
}