aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-11 20:25:56 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-11 20:25:56 +0200
commit70dd50111a339fd9fcf54cc2f9670c1313a154a0 (patch)
treec41e6339b3fb9db4a176c63f368cd8e8d6538256 /static
parentExpand whitespace. (diff)
downloadcalp-70dd50111a339fd9fcf54cc2f9670c1313a154a0.tar.gz
calp-70dd50111a339fd9fcf54cc2f9670c1313a154a0.tar.xz
Mercge CAL and CAL_bg css classes.
Diffstat (limited to 'static')
-rw-r--r--static/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 3a2a8c5d..28901c8d 100644
--- a/static/style.css
+++ b/static/style.css
@@ -300,6 +300,7 @@ along with their colors.
list-style-type: none;
border-left-width: 1em;
border-left-style: solid;
+ border-color: var(--color);
padding-left: 1ex;
/* force to single line */
@@ -507,6 +508,8 @@ along with their colors.
transition: 0.3s;
font-size: var(--event-font-size);
overflow: visible;
+ background-color: var(--color);
+ color: var(--complement);
}
.popup input {
@@ -607,6 +610,10 @@ along with their colors.
padding-right: 1em;
}
+.eventlist .eventtext {
+ border-color: var(--color);
+}
+
.eventlist .eventtext.tentative {
border-left-style: dashed;
}