From 509910ad890357a014ef300744a3c700c0985ffb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 19 Nov 2014 09:45:48 +0100 Subject: [PATCH] move styling of 'misc' calendar cells at the end, as it supersedes others --- plonetheme/pfbweb/static/css/pfbweb.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plonetheme/pfbweb/static/css/pfbweb.css b/plonetheme/pfbweb/static/css/pfbweb.css index f14edb8..55cb1a5 100644 --- a/plonetheme/pfbweb/static/css/pfbweb.css +++ b/plonetheme/pfbweb/static/css/pfbweb.css @@ -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; +}