aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-27 20:58:31 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-27 20:58:31 +0200
commit8d2f64e441c041f317130f372760f4e5a76a171f (patch)
treedc30b12ae414a367f52a9e5116586948d2a234fb /static/style.scss
parentAdd search field. (diff)
downloadcalp-8d2f64e441c041f317130f372760f4e5a76a171f.tar.gz
calp-8d2f64e441c041f317130f372760f4e5a76a171f.tar.xz
Propagate errors to HTML search page.
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/style.scss b/static/style.scss
index 9cc8916e..322f62f3 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -671,6 +671,15 @@ along with their colors.
}
}
+.error {
+ border: 3px solid red;
+ background-color: pink;
+
+ pre {
+ padding: 1em;
+ }
+}
+
/* Popups
----------------------------------------
*/