mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-27 05:00:25 +08:00
9 lines
156 B
CSS
9 lines
156 B
CSS
.sortable-ghost {
|
|
border: 1px red solid !important;
|
|
}
|
|
|
|
.sortable-drag {
|
|
border: 1px red solid !important;
|
|
background: #fff;
|
|
opacity: 100%;
|
|
} |