From 9456ef64d648379fc99a179a78fd521be363bce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 21 Feb 2020 15:42:31 +0100 Subject: HTML mark tentative events. --- static/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 3737b069..e01eef32 100644 --- a/static/style.css +++ b/static/style.css @@ -282,6 +282,14 @@ body { #FFF0 90%, #0007 100%); } +.event.tentative { + border: 3px dashed black; +} + +.eventlist article.tentative { + border-left-style: dashed; +} + /* */ .wholeday .event.continuing { -- cgit v1.2.3