微调样式:增加card-header内部的功能按钮动画效果
This commit is contained in:
parent
f2cbf24724
commit
40cc031887
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue