MediaWiki:CustomDatatable.css: Difference between revisions

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


table.dataTable tbody tr:hover {
    background-color: red !important;
}
table.dataTable tbody tr:nth-child(even) {
    background-color: blue !important;
}
table.dataTable tbody tr:nth-child(even):hover {
    background-color: red !important;
}

Latest revision as of 08:44, 13 March 2025