Projet

Général

Profil

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

Serghei Mihai (congés, retour 15/05), 30 août 2018 10:12

Télécharger (749 octets)

Voir les différences:

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

 static/villeurbanne-2018/_custom.scss | 6 +++++-
 1 file changed, 5 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: 0 0;
421
}
418
-