/* 此檔案適用於由 js/modules/render.js 動態產生的預算 */

.breadcrumbs-special {
    user-select: none;
    text-decoration: none;
    cursor: pointer;
}

.list-folder-row-single-column {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.35rem;
}

.list-filename-column {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-size-column {
    width: 10%;
    min-width: 50px;
}

.list-not-found {
    width: 100%;
    text-align: center;
    color: red;
}

.list-row-selected {
    background-color: gray;
    opacity: 0.65;
}

@media only screen and (max-width: 720px) {
    .breadcrumbs-special {
        font-size: x-small;
    }

    .list-filename-column {
        font-size: x-small;
    }

    .list-size-column {
        width: 16%;
        font-size: x-small;
    }
}