From 6afe68f56c0e2b790daafe24f1775d6ea787eaef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 6 Nov 2020 12:24:50 +0100 Subject: Add most of form for editing rrule:s. --- static/style.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'static') diff --git a/static/style.scss b/static/style.scss index 6a9728de..4cd6b410 100644 --- a/static/style.scss +++ b/static/style.scss @@ -574,6 +574,18 @@ along with their colors. color: red; } +.clear-input { + font-family: arial; + font-size: 200%; + color: grey; + + padding: 0; + background: none; + border: none; + + cursor: pointer; +} + .eventtext { white-space: pre-line; font-size: 10pt; -- cgit v1.2.3