aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-11-06 12:24:50 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-11-06 12:24:50 +0100
commit6afe68f56c0e2b790daafe24f1775d6ea787eaef (patch)
treeb0d7d0afaafcb4efbe015696e0f07b5a035ce118 /static/style.scss
parentFix main paht in use2dot. (diff)
downloadcalp-6afe68f56c0e2b790daafe24f1775d6ea787eaef.tar.gz
calp-6afe68f56c0e2b790daafe24f1775d6ea787eaef.tar.xz
Add most of form for editing rrule:s.
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss12
1 files changed, 12 insertions, 0 deletions
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;