MediaWiki:CustomDatatable.css: Difference between revisions
From The Seven Sages of Rome
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 1: | Line 1: | ||
.dataTables_wrapper .dataTables_paginate .paginate_button { | .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { | ||
color: white !important; | color: white !important; | ||
border: none !important; | border: none !important; | ||
Line 6: | Line 6: | ||
} | } | ||
.dataTables_wrapper .dataTables_paginate .paginate_button:active { | .dataTables_wrapper .dataTables_paginate .paginate_button:active { | ||
color: white !important; | |||
border: none !important; | |||
background-color: rgb(0 0 0) !important; | background-color: rgb(0 0 0) !important; | ||
border-radius: 0.3rem !important; | |||
} | |||
.dataTables_wrapper .dataTables_paginate .paginate_button:hover { | |||
color: white !important; | |||
border: none !important; | |||
background-color: rgb(0 0 0) !important; | |||
border-radius: 0.3rem !important; | |||
} | } |
Revision as of 19:39, 12 March 2025
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
color: white !important;
border: none !important;
background-color: rgb(0 0 0) !important;
border-radius: 0.3rem !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
color: white !important;
border: none !important;
background-color: rgb(0 0 0) !important;
border-radius: 0.3rem !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
color: white !important;
border: none !important;
background-color: rgb(0 0 0) !important;
border-radius: 0.3rem !important;
}