Projet

Général

Profil

0001-style-force-white-background-on-pagination-links-582.patch

Frédéric Péters, 30 octobre 2021 10:42

Télécharger (706 octets)

Voir les différences:

Subject: [PATCH] style: force white background on pagination links (#58298)

 gadjo/static/css/gadjo.scss | 1 +
 1 file changed, 1 insertion(+)
gadjo/static/css/gadjo.scss
699 699

  
700 700
p.paginator a,
701 701
p.paginator span {
702
	background: white;
702 703
	padding: 1.5ex 1.7ex 1ex 1.7ex;
703 704
	border: 1px solid #BCBCBC;
704 705
	margin: 0 0 0 -1px;
705
-