feat(ui): image tabblad sorteren toegevoegd
This commit is contained in:
@@ -417,4 +417,17 @@ pre{
|
||||
.badge-yellow {
|
||||
background: #f1c40f;
|
||||
color: black;
|
||||
}
|
||||
.sortable {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.sort-indicator{
|
||||
display: inline-block;
|
||||
width: 14px; /* vaste ruimte => geen verspringen */
|
||||
text-align: center;
|
||||
font-size: 11px;
|
||||
margin-left: 4px;
|
||||
opacity: .75;
|
||||
}
|
||||
Reference in New Issue
Block a user