aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-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;