| 123456789101112131415161718192021222324 | .dd-handle {    background-color: #f9f9f9 !important;    &:hover {        color: #2196F3;    }}.nestable-dark-theme {    .dd-handle {        background: #ccc !important;        border: 1px solid #999 !important;    }}.dd3-handle {    background: #999 !important;}.dd3-content {    &:hover {        color: #2196F3;    }}
 |