Projet

Général

Profil

0001-scss-dim-disabled-options-of-radiobuttons-widget-135.patch

Frédéric Péters, 09 octobre 2016 10:34

Télécharger (726 octets)

Voir les différences:

Subject: [PATCH] scss: dim disabled options of radiobuttons widget (#13516)

 static/includes/_wcs.scss | 1 +
 1 file changed, 1 insertion(+)
static/includes/_wcs.scss
505 505
	margin-right: 1em;
506 506
}
507 507

  
508
div.RadiobuttonsWidget div.content label.disabled,
508 509
div.CheckboxesWidget div.content ul li.disabled {
509 510
	color: lighten($font-color, 50);
510 511
}
511
-