aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-03-22 20:36:53 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-03-22 20:36:53 +0100
commit8173e578488a9210b0297671ff87d41c4930d219 (patch)
treed1265dd542fca4d91cc9d954e0832e69cfbbe875 /static
parentHTML weekly proper week-start. (diff)
downloadcalp-8173e578488a9210b0297671ff87d41c4930d219.tar.gz
calp-8173e578488a9210b0297671ff87d41c4930d219.tar.xz
Restore contiued-continuing style for long events.
Diffstat (limited to 'static')
-rw-r--r--static/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css
index 5ff30e3f..44322d63 100644
--- a/static/style.css
+++ b/static/style.css
@@ -343,17 +343,17 @@ html, body {
/* */
-.wholeday .event.continuing {
+.longevents .event.continuing {
border-right: none;
background-image: linear-gradient(to left, #0007 0%,#FFF0 4em);
}
-.wholeday .event.continued {
+.longevents .event.continued {
border-left: none;
background-image: linear-gradient(to right, #FFF7 0%,#FFF0 6em);
}
-.wholeday .event.continued.continuing {
+.longevents .event.continued.continuing {
border-left: none;
border-right: none;
background-image: