Projet

Général

Profil

0001-manager-use-brighter-green-for-opening-hours-24030.patch

Frédéric Péters, 06 mars 2019 10:12

Télécharger (811 octets)

Voir les différences:

Subject: [PATCH] manager: use brighter green for opening hours (#24030)

 chrono/manager/static/css/style.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
chrono/manager/static/css/style.scss
179 179
	&.opening-hours {
180 180
		z-index: 1;
181 181
		background: #b1ea4d linear-gradient(135deg, #b1ea4d 0%, #459522 100%);
182
		opacity: 0.3;
182
		opacity: 0.6;
183 183
		left: 0.5ex;
184 184
		width: calc(100% - 1ex);
185 185
	}
186
-