Hello Taracque again 🙂
i dont find a way for change the css to different CheckIn / CheckOut
by the calendar overview. Only Sign an Unsign i can find…
.rp_calendar_body td .event.unsigned {
opacity: 0.8;
filter: alpha(opacity = 80);
background-color: #33383C;
text-shadow: 0 0.2ex 1ex grey;
}
.rp_calendar_body td .event.signed {
opacity: 0.8;
filter: alpha(opacity = 80);
background-color: green;
}
I should like to see my status in the calendaroverview with different colors.
COM_RAIDPLANNER_STATUSES_-1= ( Color red )
COM_RAIDPLANNER_STATUSES_0=
COM_RAIDPLANNER_STATUSES_1= ( Color green )
COM_RAIDPLANNER_STATUSES_2= ( Color brown )
if u can help me pls?