Added the accounting-dragged class to replace the list-group-item-dark class when reordering with drag-and-drop, because the dragged list may not be a list group.
This commit is contained in:
@ -34,6 +34,10 @@
|
||||
color: inherit;
|
||||
padding-right: 0;
|
||||
}
|
||||
.accounting-dragged {
|
||||
color: #141619;
|
||||
background-color: #D3D3D4;
|
||||
}
|
||||
|
||||
/** The card layout */
|
||||
.accounting-card {
|
||||
|
Reference in New Issue
Block a user