aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-25 23:22:15 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-25 23:22:15 +0200
commitba8165e8dd21a5c9a543967512a8e49eca813228 (patch)
tree74ccd2efa7486afcab0b776f09d3138c3106e3db
parentRenormalize some dt's to local time, solving owerflow. (diff)
downloadcalp-ba8165e8dd21a5c9a543967512a8e49eca813228.tar.gz
calp-ba8165e8dd21a5c9a543967512a8e49eca813228.tar.xz
Made repeat-marker in side menu red.
-rw-r--r--static/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 7028a785..0b1f4db5 100644
--- a/static/style.css
+++ b/static/style.css
@@ -474,9 +474,12 @@ Find color between gray and lightgray
white-space: pre;
}
+.repeating {
+ color: red;
+}
+
.event .repeating {
float: left;
- color: red;
font-size: 150%;
}