微调样式:增加card-header内部的功能按钮动画效果

This commit is contained in:
Argo-MacBookPro 2018-10-01 13:34:03 +08:00
parent f2cbf24724
commit 40cc031887
1 changed files with 8 additions and 0 deletions

View File

@ -210,6 +210,14 @@ input.pending {
margin-top: -10px;
}
.card-header a.fa {
transition: color .3s linear;
}
.card-header a.fa:hover {
color: #333;
}
.fixed-table-toolbar .dropdown-menu {
min-width: unset;
}