aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-11 20:35:12 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-11 20:35:12 +0200
commit7deb6aac6d5af730f564a9f238c8feaf77f0e167 (patch)
tree8021076f4d9049e84b774cf4e3c8b53692fecaab
parentAdd dropdown editing event. (diff)
downloadcalp-7deb6aac6d5af730f564a9f238c8feaf77f0e167.tar.gz
calp-7deb6aac6d5af730f564a9f238c8feaf77f0e167.tar.xz
Fix color in popups.
-rw-r--r--static/style.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/static/style.css b/static/style.css
index 28901c8d..1a7b2f14 100644
--- a/static/style.css
+++ b/static/style.css
@@ -300,7 +300,7 @@ along with their colors.
list-style-type: none;
border-left-width: 1em;
border-left-style: solid;
- border-color: var(--color);
+ border-color: var(--color);
padding-left: 1ex;
/* force to single line */
@@ -508,8 +508,8 @@ along with their colors.
transition: 0.3s;
font-size: var(--event-font-size);
overflow: visible;
- background-color: var(--color);
- color: var(--complement);
+ background-color: var(--color);
+ color: var(--complement);
}
.popup input {
@@ -611,7 +611,7 @@ along with their colors.
}
.eventlist .eventtext {
- border-color: var(--color);
+ border-color: var(--color);
}
.eventlist .eventtext.tentative {
@@ -741,6 +741,7 @@ along with their colors.
user-select: none;
cursor: grab;
+ background-color: var(--color);
}
.popup-control .btn {