aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 1a98358b..45574f0f 100644
--- a/static/style.css
+++ b/static/style.css
@@ -80,6 +80,24 @@ body {
z-index: 0;
}
+.event.continuing {
+ border-bottom: none;
+ background-image: linear-gradient(to top, #fefcea 0%,#FFF0 20%);
+}
+
+.event.continued {
+ border-top: none;
+ background-image: linear-gradient(to bottom, #fefcea 0%,#FFF0 20%);
+}
+
+.event.continued.continuing {
+ border-top: none;
+ border-top: bottom;
+ background-image:
+ linear-gradient(to bottom, #fefcea 0%, #FFF0 20%,
+ #FFF0 80%, #fefcea 100%);
+}
+
.selected {
width: 100% !important;
left: 0 !important;