MediaWiki:CustomDatatable.css: Difference between revisions

From The Seven Sages of Rome
No edit summary
No edit summary
Line 1: Line 1:
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
color: white !important;
color: white !important;
border: none !important;
}
}
.dataTables_paginate a.paginate_button.current {
.dataTables_paginate a.paginate_button.current {
background-color: rgb(35 75 150) !important;
background-color: rgb(35 75 150) !important;
color: white !important;
border-radius: 0.3rem !important;
border-radius: 0.3rem !important;
}
}

Revision as of 19:35, 12 March 2025

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: white !important;
	border: none !important;
}
.dataTables_paginate a.paginate_button.current {
	background-color: rgb(35 75 150) !important;
	border-radius: 0.3rem !important;
}