style: force white background on pagination links (#58298)

This commit is contained in:
Frédéric Péters 2021-10-30 10:41:35 +02:00
parent 4f6e955be4
commit 5a5a67f73c
1 changed files with 1 additions and 0 deletions

View File

@ -699,6 +699,7 @@ p.paginator *:last-child {
p.paginator a,
p.paginator span {
background: white;
padding: 1.5ex 1.7ex 1ex 1.7ex;
border: 1px solid #BCBCBC;
margin: 0 0 0 -1px;