aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-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 {