mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
19 lines
244 B
CSS
19 lines
244 B
CSS
.columnDragSource {
|
|
padding: 4px 0;
|
|
}
|
|
|
|
.columnPlaceholder {
|
|
width: 100%;
|
|
height: 36px;
|
|
border: 1px dotted #aaa;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.columnPlaceholderBefore {
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.columnPlaceholderAfter {
|
|
margin-top: 8px;
|
|
}
|