MediaWiki:CustomDatatable.css: Difference between revisions
From The Seven Sages of Rome
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
.dt-container input.dt-input,select.dt-input,button.dtsp-showAll { | .dt-container input.dt-input,select.dt-input,button.dtsp-showAll { | ||
border-radius: 0.5rem !important; | border-radius: 0.5rem !important; | ||
} | |||
dataTable.display > tbody > tr > .sorting_1 { | |||
background-color: #fcfcfa; | |||
} | |||
.dataTable.display > tbody > tr:nth-child(odd) > * { | |||
background-color: #f5f5f3; | |||
} | } | ||
Revision as of 09:22, 26 February 2026
.dt-container {
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 {
border-radius: 0.5rem !important;
}
dataTable.display > tbody > tr > .sorting_1 {
background-color: #fcfcfa;
}
.dataTable.display > tbody > tr:nth-child(odd) > * {
background-color: #f5f5f3;
}