MediaWiki:Gadget-datatables.css
From Eli's Software Encyclopedia
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
table.dataTable thead > tr > th.sorting::before,
table.dataTable thead > tr > th.sorting_asc::before,
table.dataTable thead > tr > th.sorting_desc::before,
table.dataTable thead > tr > th.sorting_asc_disabled::before,
table.dataTable thead > tr > th.sorting_desc_disabled::before,
table.dataTable thead > tr > td.sorting::before,
table.dataTable thead > tr > td.sorting_asc::before,
table.dataTable thead > tr > td.sorting_desc::before,
table.dataTable thead > tr > td.sorting_asc_disabled::before,
table.dataTable thead > tr > td.sorting_desc_disabled::before {
display: none !important;
}
div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane {
margin-top: 0 !important;
}
.publisherTitles th {
white-space: nowrap;
}
.publisherTitles td a {
display: block;
}
table.dataTable {
font-size: .9rem;
}
table.dataTable * {
border-color: #ddd !important;
}
table.dataTable a.mw-selflink {
font-weight: normal !important;
}
table.dataTable > tbody > tr.selected > * {
box-shadow: inset 0 0 0 9999px rgba(123, 123, 123, 0.9) !important;
}
.dt-container .dt-search {
padding: .5rem 1rem 0 1rem;
background: #f6f6f6;
border: 1px solid #ddd;
border-bottom: 0;
margin: 0;
width: 100%;
box-sizing: border-box;
}
.dt-container .dt-search input {
background-color: white !important;
width: 100%;
margin: 0 0 1rem 0;
border-radius: 0 !important;
border-color: #ddd !important;
}
.dt-layout-row {
margin: 0 !important;
}
.dt-info {
padding: .5rem;
}
.dt-paging {
background: #f6f6f6;
padding: .25rem 1rem;
border: 1px solid #ddd;
margin: 0 !important;
width: 100%;
box-sizing: border-box;
}
.dt-paging nav {
display: flex;
justify-content: center;
}
.dt-paging nav button {
padding: .125rem .65rem !important;
}
.dtsp-buttonGroup button {
width: 32px !important;
height: 32px !important;
background: #fff !important;
border: 1px solid #ddd !important;
opacity: 1 !important;
}
.dtsp-topRow {
background-color: #f6f6f6;
border: 1px solid #ddd !important;
opacity: 1 !important;
border-radius: 0 !important;
}
.dtsp-paneInputButton {
padding: 0 1rem !important;
}
.dt-scroll-body {
height: 160px;
max-height: 160px;
}
div.dtsp-searchPane {
box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
}
div.dtsp-searchPane div.dt-container,
div.dtsp-searchPane div.dataTables_wrapper {
border-radius: 0 !important;
}
.dtsp-paneButton.clearButton {
font-size: 25px;
line-height: 25px;
background-color: #efefef !important;
}
.dtsp-paneButton.clearButton.dtsp-disabledButton {
font-size: 16px;
background-color: #ffffff !important;
}
.dtsp-paneButton.dtsp-collapseButton {
display: inline-flex !important;
align-items: center;
}
div.dtsp-topRow button.dtsp-collapseButton span.dtsp-caret {
top: unset !important;
display: revert !important;
line-height: 32px;
}
div.dtsp-panesContainer {
margin-bottom: .5rem;
}
div.dtsp-panesContainer div.dtsp-title {
padding: 0 !important;
}
