MediaWiki:CustomDatatable.css: Difference between revisions
From The Seven Sages of Rome
No edit summary |
No edit summary |
||
| (47 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
. | .dt-container:not(.dts) { | ||
border-radius: 0.75rem !important; | |||
} | |||
.cc-card-body--table .dt-container { | |||
border: none !important; | border: none !important; | ||
} | } | ||
. | |||
background-color: | .cc-card-body--table .dt-container { | ||
font-size: 0.835rem !important; | |||
font-weight: 500 !important; | |||
color: #555 !important; | |||
letter-spacing: 0.01em !important; | |||
} | |||
.dt-container input.dt-input,select.dt-input,button.dtsp-showAll,button.dtsp-collapseAll { | |||
border-radius: 0.5rem !important; | |||
} | |||
.dt-container button.dtsp-showAll,button.dtsp-collapseAll { | |||
margin-left: 0.5rem !important; | |||
} | |||
dataTable.display > tbody > tr > .sorting_1 { | |||
background-color: #f8f8f8 !important; | |||
} | |||
.dataTable.display > tbody > tr:nth-child(odd) > * { | |||
background-color: #f5f5f3 !important; | |||
} | |||
.dtsp-emptyMessage { | |||
display: none !important; | |||
} | } | ||
Latest revision as of 09:44, 26 February 2026
.dt-container:not(.dts) {
border-radius: 0.75rem !important;
}
.cc-card-body--table .dt-container {
border: none !important;
}
.cc-card-body--table .dt-container {
font-size: 0.835rem !important;
font-weight: 500 !important;
color: #555 !important;
letter-spacing: 0.01em !important;
}
.dt-container input.dt-input,select.dt-input,button.dtsp-showAll,button.dtsp-collapseAll {
border-radius: 0.5rem !important;
}
.dt-container button.dtsp-showAll,button.dtsp-collapseAll {
margin-left: 0.5rem !important;
}
dataTable.display > tbody > tr > .sorting_1 {
background-color: #f8f8f8 !important;
}
.dataTable.display > tbody > tr:nth-child(odd) > * {
background-color: #f5f5f3 !important;
}
.dtsp-emptyMessage {
display: none !important;
}