Projet

Général

Profil

0001-style-catch-all-select-multiple-42778.patch

Frédéric Péters, 03 juin 2020 14:42

Télécharger (676 octets)

Voir les différences:

Subject: [PATCH] style: catch all select[multiple] (#42778)

 gadjo/static/css/_forms.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
gadjo/static/css/_forms.scss
206 206
	background-size: 1rem auto;
207 207
}
208 208

  
209
select[multiple=multiple] {
209
select[multiple] {
210 210
	background: white;
211 211
	padding-right: 0;
212 212
}
213
-