move styling of 'misc' calendar cells at the end, as it supersedes others

This commit is contained in:
Frédéric Péters 2014-11-19 09:45:48 +01:00
parent df9aa44d5c
commit 509910ad89
1 changed files with 3 additions and 3 deletions

View File

@ -835,15 +835,15 @@ vertical-align:text-bottom;
.ploneCalendar tbody td span.parlevent {
background-color:#629fac;
}
.ploneCalendar tbody td span.misc {
background-color: #f79123;
}
.ploneCalendar tbody td span.comevent {
background-color:#83d2e2;
}
.ploneCalendar tbody td span.burevent {
background-color: #4a575c;
}
.ploneCalendar tbody td span.misc {
background-color: #f79123;
}