MediaWiki:CustomDatatable.css: Difference between revisions
From The Seven Sages of Rome
(Blanked the page) Tags: Blanking Manual revert Reverted |
No edit summary Tags: Manual revert Reverted |
||
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; | |||
} |
Revision as of 08:40, 13 March 2025
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;
}