Projet

Général

Profil

0001-style-use-not-allowed-cursor-on-disabled-meeting-slo.patch

Frédéric Péters, 17 septembre 2019 08:09

Télécharger (1,17 ko)

Voir les différences:

Subject: [PATCH] style: use not-allowed cursor on disabled meeting slots
 (#36005)

 static/includes/_misc.scss                           | 1 +
 templates/qommon/forms/widgets/select--meetings.html | 1 +
 2 files changed, 2 insertions(+)
static/includes/_misc.scss
614 614
		padding: 0.2em 0;
615 615
		&.disabled {
616 616
			opacity: 0.3;
617
			cursor: not-allowed;
617 618
		}
618 619
	}
619 620

  
templates/qommon/forms/widgets/select--meetings.html
102 102

  
103 103
div.meetings_table div span.disabled {
104 104
  opacity: 0.3;
105
  cursor: not-allowed;
105 106
}
106 107

  
107 108
div.meetings_table div span.selectable.on {
108
-