MediaWiki:Vector.css: Difference between revisions

288 bytes added ,  00:46, 14 August 2021
m
cargo table-list adjustments
(Apply solarized theme to syntaxhighlighting)
m (cargo table-list adjustments)
Line 192: Line 192:
     background: var(--wikitable-hover-color);
     background: var(--wikitable-hover-color);
}
}
.cargo-tablelist td,
.mw-datatable td {
    background: var(--wikitable-background);
}
.cargo-tablelist th,
.mw-datatable th {
    background: var(--wikitable-header-background);
}
.cargo-tablelist tr:hover td,
.mw-datatable tr:hover td {
    background: var(--qud-viridian-bg-color);
}


/* fix broken checkbox coloring when checkbox is focused/hovered/active */
/* fix broken checkbox coloring when checkbox is focused/hovered/active */