aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css27
1 files changed, 24 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css
index 193cc1fb..79fd06ab 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,9 +508,11 @@ along with their colors.
transition: 0.3s;
font-size: var(--event-font-size);
overflow: visible;
+ background-color: var(--color);
+ color: var(--complement);
}
-.event input {
+.popup input {
white-space: initial;
border: 1px solid gray;
max-width: 100%;
@@ -607,6 +610,10 @@ along with their colors.
padding-right: 1em;
}
+.eventlist .eventtext {
+ border-color: var(--color);
+}
+
.eventlist .eventtext.tentative {
border-left-style: dashed;
}
@@ -634,8 +641,16 @@ along with their colors.
}
+/*
+ * All other CAL_ classes are generated by the backend.
+ * NOTE Possibly move this there.
+ */
+.CAL_Generated {
+ background-color: #55FF55;
+}
+
.event.generated {
- background-color: #55FF5550;
+ opacity: 40%;
transition: none;
}
@@ -734,6 +749,11 @@ along with their colors.
user-select: none;
cursor: grab;
+ background-color: var(--color);
+ /* Transition for background color
+ * Matches that of '.event'.
+ * TODO break out to common place */
+ transition: 0.3s;
}
.popup-control .btn {
@@ -810,7 +830,7 @@ along with their colors.
}
.tab [type=radio]:checked ~ label ~ .content {
- z-index: 1;
+ z-index: 1;
}
/* Other
@@ -829,6 +849,7 @@ along with their colors.
.square {
width: 1em;
height: 1em;
+ background-color: var(--color);
}
/* Icalendar