Commit 3bf230a2 by Damien Moulard

Merge branch 'ticket_1350' into 'evolution_bdm'

Modification couleur de fond

See merge request !76
parents 07224dbc 9c92003d
Pipeline #1524 passed with stage
in 1 minute 30 seconds
......@@ -125,11 +125,23 @@
margin: 1px 10px !important;
}
.fc-event {
background-color: #008AD9;
border-color: #008AD9;
color: white;
}
td{
--fc-list-event-hover-bg-color:#005BA6;
}
.fc-event.shift_booked {
background-color: #585858;
cursor: auto;
border-color: #585858;
}
.fc-event.shift_booked td {
--fc-list-event-hover-bg-color:#585858;
}
.fc-list-event.shift_booked {
color: white;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment