/**
 * Only backend needed styles
 */
.disabled-link {
    pointer-events: none;
    cursor: default
    }
.icon-color-dark {
    color: #000
    }
.icon-color-light {
    color: #fff
    }
.icon-hidden {
    color: #5b5b5b !important
    }
div > table.structured-table.neos-collection {
    margin-bottom: 30px
    }