MediaWiki:CustomDatatable.css: Difference between revisions

From The Seven Sages of Rome
(Created page with ".dataTables_paginate .paginate_button.current { background-color: rgba(35 75 150 1.00) !important; }")
 
No edit summary
Line 1: Line 1:
.dataTables_paginate .paginate_button.current {
.dataTables_paginate .paginate_button.current {
background-color: rgba(35 75 150 1.00) !important;
background-color: rgb(35 75 150) !important;
}
}

Revision as of 19:32, 12 March 2025

.dataTables_paginate .paginate_button.current {
	background-color: rgb(35 75 150) !important;
}