aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-14 01:16:23 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-14 01:16:23 +0200
commit495bc43f4a361a681999bd9d5fb32da12b2a2b44 (patch)
treefd261a76378f97f1e006e25506f8b6c3816a13b0 /static
parentGot rid of (output html). (diff)
downloadcalp-495bc43f4a361a681999bd9d5fb32da12b2a2b44.tar.gz
calp-495bc43f4a361a681999bd9d5fb32da12b2a2b44.tar.xz
Add popup dropshadows.
Diffstat (limited to 'static')
-rw-r--r--static/style.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/style.scss b/static/style.scss
index fafea660..a70f5a76 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -688,9 +688,12 @@ along with their colors.
position: absolute;
z-index: 10;
+ /* ??? */
left: 10px;
top: -50px;
+ box-shadow: gray 10px 10px 10px;
+
&.visible {
display: block;
}