MediaWiki:Common.css: Difference between revisions

40 bytes removed ,  17:39, 26 February 2020
removed alternating bg colors for cargo tables and dynamic tables
m (adjustments for mobile/smallscreen)
(removed alternating bg colors for cargo tables and dynamic tables)
Line 894: Line 894:


.cargoTable tr:nth-child(even) {
.cargoTable tr:nth-child(even) {
background: var(--wikitable-alt-background);
background: transparent;
}
}


Line 994: Line 994:
table.dataTable.order-column.stripe tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1,
table.dataTable.stripe tbody tr.even {
table.dataTable.stripe tbody tr.even {
background: var(--wikitable-alt-background);
background: transparent;
text-align: left;
text-align: left;
}
}