MediaWiki:Hydradark.css: Difference between revisions

adjust highlight color for cargo data tables & fix cooking effects table border issues
(fix checkboxes sitewide)
(adjust highlight color for cargo data tables & fix cooking effects table border issues)
Line 156: Line 156:
}
}


/* cargo table adjustments */
.skin-hydradark table.cargoTable > tbody > tr:nth-child(2n+1), .skin-hydradark table.cargoTable td.odd {
.skin-hydradark table.cargoTable > tbody > tr:nth-child(2n+1), .skin-hydradark table.cargoTable td.odd {
     background-color: unset;
     background-color: unset;
}
}
table.dataTable {
    border-spacing: 0;
}
table.dataTable th, table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
}
table.dataTable tr:first-child td {
    border-top: none;
}
table.dataTable.display tbody tr:hover, table.dataTable.hover tbody tr:hover {
    background: var(--qud-bg-color-semidark);
}
/* fix broken checkbox coloring when checkbox is focused/hovered/active */
/* fix broken checkbox coloring when checkbox is focused/hovered/active */
.mediawiki .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:hover:checked+span,
.mediawiki .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:hover:checked+span,