aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/static/style.scss b/static/style.scss
index 3f92f8fc..322f62f3 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -165,6 +165,14 @@ html, body {
}
}
+.simplesearch {
+ display: flex;
+
+ input[type=text] {
+ flex-grow: 1;
+ }
+}
+
/* Eventlist
----------------------------------------
The sidebar with all the events
@@ -663,6 +671,15 @@ along with their colors.
}
}
+.error {
+ border: 3px solid red;
+ background-color: pink;
+
+ pre {
+ padding: 1em;
+ }
+}
+
/* Popups
----------------------------------------
*/