MediaWiki:CustomDatatable.css: Difference between revisions
From The Seven Sages of Rome
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
dataTable.display > tbody > tr > .sorting_1 { | dataTable.display > tbody > tr > .sorting_1 { | ||
background-color: # | background-color: #f8f8f8 !important; | ||
} | } | ||
Revision as of 09:23, 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: #f8f8f8 !important;
}
.dataTable.display > tbody > tr:nth-child(odd) > * {
background-color: #f5f5f3 !important;
}