From 740277522010a739b5927407a207a4cae4f49730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 6 May 2019 16:16:30 +0200 Subject: Add marker on today in small calendar. --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static') 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; -- cgit v1.2.3