Projet

Général

Profil

0001-css-give-checkbox-radio-buttons-an-accent-color-5342.patch

Frédéric Péters, 01 avril 2022 11:04

Télécharger (685 octets)

Voir les différences:

Subject: [PATCH] css: give checkbox/radio buttons an accent color (#5342)

 gadjo/static/css/_forms.scss | 1 +
 1 file changed, 1 insertion(+)
gadjo/static/css/_forms.scss
284 284
input[type="radio"] {
285 285
	margin-right: 1ex;
286 286
	margin-bottom: 1ex;
287
	accent-color: $primary-color;
287 288
}
288 289

  
289 290
div.content label {
290
-