Projet

Général

Profil

0001-scss-keep-pointer-cursor-on-all-areas-of-the-file-wi.patch

Frédéric Péters, 14 janvier 2019 16:39

Télécharger (679 octets)

Voir les différences:

Subject: [PATCH] scss: keep pointer cursor on all areas of the file widget
 (#29728)

 static/includes/_wcs.scss | 1 +
 1 file changed, 1 insertion(+)
static/includes/_wcs.scss
588 588
			height: 100%;
589 589
			opacity: 0.001;
590 590
			margin: 0;
591
			font-size: 0;
591 592
			cursor: pointer;
592 593
		}
593 594
		div.upload-done {
594
-