Projet

Général

Profil

0001-nanterre-add-button-disabled-style-24461.patch

Thomas Noël, 12 juin 2018 11:46

Télécharger (822 octets)

Voir les différences:

Subject: [PATCH] nanterre: add button:disabled style (#24461)

 static/nanterre/_custom.scss | 9 +++++++++
 1 file changed, 9 insertions(+)
static/nanterre/_custom.scss
195 195
	}
196 196
}
197 197

  
198
div#content button:disabled {
199
	pointer-events: none;
200
	box-shadow: none;
201
	cursor: not-allowed;
202
	background: grayscale($button-background);
203
	border: 1px solid grayscale($button-background);
204
	color: grayscale($button-color);
205
}
206

  
198 207
div#rub_service {
199 208
	div.submit-button {
200 209
		float: right;
201
-