Projet

Général

Profil

0001-misc-add-css-class-to-hide-list-fields-18911.patch

Frédéric Péters, 23 septembre 2017 14:16

Télécharger (776 octets)

Voir les différences:

Subject: [PATCH] misc: add css class to hide list fields (#18911)

 wcs/qommon/static/css/qommon.css | 9 +++++++++
 1 file changed, 9 insertions(+)
wcs/qommon/static/css/qommon.css
604 604
div.fullwidth input {
605 605
	width: 100%;
606 606
}
607

  
608
div.SingleSelectHintWidget.hidden {
609
	display: none;
610
}
611

  
612
div.form-preview div.SingleSelectHintWidget.hidden {
613
	display: block;
614
	opacity: 0.5;
615
}
607
-