MediaWiki:CustomDatatable.css: Difference between revisions

From The Seven Sages of Rome
No edit summary
Tags: Manual revert Reverted
(Blanked the page)
Tags: Blanking Manual revert
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
table.dataTable tbody tr {
    background-color: #ffffff !important;
    transition: background-color 0.3s ease;
}


table.dataTable tbody tr:hover {
    background-color: #f5f5f5 !important;
}
table.dataTable tbody tr:nth-child(even) {
    background-color: #fafafa !important;
}
table.dataTable tbody tr:nth-child(even):hover {
    background-color: #f0f0f0 !important;
}

Latest revision as of 08:44, 13 March 2025