You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've modified in db role names and add somes. It seems working very well for the moment.
I'm trying to customize css (outside the container).
I manage to update the oncall.css externally so my left menu is updated.
But I can't manage to modify incalendar.css which is bundeld with oncall.css so none of colors in calendar (with .inc-event[data-type="Mydatatype"] selecot) is updated .
I've added in volumes (every thing I found in the container) :
Hi there,
I've deployed the container from docker hub (https://registry.hub.docker.com/r/lukdz/oncall/) on latest.
I've modified in db role names and add somes. It seems working very well for the moment.
I'm trying to customize css (outside the container).
I manage to update the oncall.css externally so my left menu is updated.
But I can't manage to modify incalendar.css which is bundeld with oncall.css so none of colors in calendar (with
.inc-event[data-type="Mydatatype"]
selecot) is updated .I've added in volumes (every thing I found in the container) :
I do had to reference all oncall.css in order to make it works.
as you can imagine I'm a noob with docker.
Could you point me the right way to do it?
The text was updated successfully, but these errors were encountered: