aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-05-06 16:16:30 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-05-06 17:58:37 +0200
commit740277522010a739b5927407a207a4cae4f49730 (patch)
tree4b8721c2169af0b2c3a41eb3f0f8265b35f3cbce /static
parentAdd missing leading zeroes in minical. (diff)
downloadcalp-740277522010a739b5927407a207a4cae4f49730.tar.gz
calp-740277522010a739b5927407a207a4cae4f49730.tar.xz
Add marker on today in small calendar.
Diffstat (limited to 'static')
-rw-r--r--static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 557aaa69..2d8e24ed 100644
--- a/static/style.css
+++ b/static/style.css
@@ -27,6 +27,10 @@
color: red;
}
+.small-calendar .today {
+ border: 1px solid black;
+}
+
.text-day {
border-left: 2px solid black;
border-top: 2px solid black;