aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-04-22 20:40:57 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-04-22 20:40:57 +0200
commitca0d8136f608fc21960e8702bd776abe652b72d3 (patch)
tree3489157038aac84fe1cdea24e5b455d27b65f6ce
parentFix events spanning over multiple days. (diff)
downloadcalp-ca0d8136f608fc21960e8702bd776abe652b72d3.tar.gz
calp-ca0d8136f608fc21960e8702bd776abe652b72d3.tar.xz
Update CSS gradients.
-rw-r--r--static/style.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/static/style.css b/static/style.css
index 45574f0f..2ce4a002 100644
--- a/static/style.css
+++ b/static/style.css
@@ -82,20 +82,21 @@ body {
.event.continuing {
border-bottom: none;
- background-image: linear-gradient(to top, #fefcea 0%,#FFF0 20%);
+ background-image: linear-gradient(to top, #0007 0%,#FFF0 4em);
}
.event.continued {
border-top: none;
- background-image: linear-gradient(to bottom, #fefcea 0%,#FFF0 20%);
+ background-image: linear-gradient(to bottom, #FFF7 0%,#FFF0 6em);
}
.event.continued.continuing {
border-top: none;
- border-top: bottom;
+ border-top: none;
background-image:
- linear-gradient(to bottom, #fefcea 0%, #FFF0 20%,
- #FFF0 80%, #fefcea 100%);
+ linear-gradient(to bottom,
+ #FFF7 0%, #FFF0 10%,
+ #FFF0 90%, #0007 100%);
}
.selected {