﻿/* Kompakte MudTable-Zeilen */
.compact-table td,
.compact-table th {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 1.1;
}

.compact-table th {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

/* Sort-Pfeile immer sichtbar machen */
.mud-table-sort-label .mud-icon-root {
    visibility: visible !important;
    opacity: 0.4;
}



/* Y-Achsen-Beschriftung */
.mud-chart text {
    display: none;
}

/* Grid & Achsenlinien */
.mud-chart line,
.mud-chart path {
    /*display: none;*/
}

    /* Chart-Linie wieder sichtbar machen */
    .mud-chart path.apexcharts-line {
        display: block;
    }

