17 lines
206 B
CSS
17 lines
206 B
CSS
|
.cp-children {
|
||
|
padding-left: 20px
|
||
|
}
|
||
|
|
||
|
.ui-draggable {
|
||
|
border: solid black 1px;
|
||
|
background-color: #ddd
|
||
|
}
|
||
|
|
||
|
.cp-category-info span {
|
||
|
cursor: move;
|
||
|
color: #004
|
||
|
}
|
||
|
|
||
|
.placeholder {
|
||
|
border: dashed #ddd 2px
|
||
|
}
|