Projet

Général

Profil

0001-villeurbanne-2018-mark-readonly-fields-with-no-borde.patch

Serghei Mihai, 30 août 2018 10:48

Télécharger (764 octets)

Voir les différences:

Subject: [PATCH] villeurbanne-2018: mark readonly fields with no border and
 shadow (#25957)

 static/villeurbanne-2018/_custom.scss | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
static/villeurbanne-2018/_custom.scss
414 414
	}
415 415
}
416 416

  
417

  
417
input[readonly], select[readonly], textarea[readonly] {
418
	background: transparent;
419
	cursor: default;
420
	box-shadow: none;
421
	border: 0;
422
}
418
-