2021-10-13 03:07:42 +02:00
|
|
|
.flip-list-move {
|
|
|
|
transition: transform 0.5s;
|
|
|
|
}
|
2022-07-19 00:44:01 +02:00
|
|
|
|
2021-10-13 03:07:42 +02:00
|
|
|
.no-move {
|
|
|
|
transition: transform 0s;
|
|
|
|
}
|
2022-07-19 00:44:01 +02:00
|
|
|
|
2021-10-13 03:07:42 +02:00
|
|
|
.ghost {
|
|
|
|
opacity: 0.5;
|
|
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
|
|
}
|
2022-07-19 00:44:01 +02:00
|
|
|
|
2021-10-13 03:07:42 +02:00
|
|
|
.list-group {
|
|
|
|
min-height: 30px;
|
|
|
|
}
|
2022-07-19 00:44:01 +02:00
|
|
|
|
2021-11-07 22:28:06 +01:00
|
|
|
.drag-handle {
|
|
|
|
cursor: n-resize;
|
|
|
|
}
|
2022-07-19 00:44:01 +02:00
|
|
|
|
2021-10-13 03:07:42 +02:00
|
|
|
.list-group-item:not(.exclude) {
|
|
|
|
cursor: n-resize;
|
|
|
|
}
|
2022-07-19 00:44:01 +02:00
|
|
|
|
2021-10-13 03:07:42 +02:00
|
|
|
.list-group-item.exclude {
|
|
|
|
cursor: not-allowed;
|
|
|
|
}
|
2022-07-19 00:44:01 +02:00
|
|
|
|
2021-10-13 03:07:42 +02:00
|
|
|
.list-group-item:not(.ghost):not(.exclude):hover {
|
|
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
2022-07-19 00:44:01 +02:00
|
|
|
|
2021-10-13 03:07:42 +02:00
|
|
|
.list-group-item:nth-child(even):not(.ghost):not(.exclude) {
|
|
|
|
background-color: rgba(0, 0, 0, 0.25);
|
|
|
|
}
|
2022-07-19 00:44:01 +02:00
|
|
|
|
2021-10-13 03:07:42 +02:00
|
|
|
.list-group-item:nth-child(even):not(.ghost):not(.exclude):hover {
|
|
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-group-item.exclude:not(.ghost) {
|
|
|
|
background-color: rgba(255, 0, 0, 0.25);
|
|
|
|
}
|
2022-07-19 00:44:01 +02:00
|
|
|
|
2021-10-13 03:07:42 +02:00
|
|
|
.list-group-item.exclude:not(.ghost):hover {
|
|
|
|
background-color: rgba(223, 0, 0, 0.25);
|
|
|
|
}
|