Sha256: 791cd25fbd3fd7afb363a584686fc5d5c56f41ca876574fca5de20f8225290e0

Contents?: true

Size: 757 Bytes

Versions: 3

Compression:

Stored size: 757 Bytes

Contents

.smart-tree-table {
    td {
        .prefix-expanded {
            width: 12px;
            margin-left: -12px;
        }
        .prefix-collapsed {
            width: 9px;
            margin-left: -9px;
        }
    }
    tr:not(:hover) .drag-handle {
        display: none;
    }

    // drag-n-drop disabled by default
    tr .drag-handle {
        display: none;
    }

    .drop-target-overlay i {
        display: inline-block;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;

        width: 16px;
        height: 16px;
    }
    .drop-target-overlay.before i {
        left: 10px;
    }
    .drop-target-overlay.into i {
        left: 7px;
    }
    .drop-target-overlay.after i {
        left: 10px;
    }


}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
aerogel-pages-1.4.16 assets/stylesheets/admin-pages-common/_smart-tree-table-icons.css.scss
aerogel-pages-1.4.14 assets/stylesheets/admin-pages-common/_smart-tree-table-icons.css.scss
aerogel-pages-1.4.12 assets/stylesheets/admin-pages-common/_smart-tree-table-icons.css.scss