aboutsummaryrefslogtreecommitdiff
path: root/xP/public/xP.css
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-09-16 03:18:53 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-09-16 03:19:48 +0200
commit430968e5d5fdf627ce7e1563bbee22bf2f9256b2 (patch)
tree5e4063f4725f1c7b24edb65efb4e20c33e6489b3 /xP/public/xP.css
parentd5153fe354dce4bc9aef990614dad29d9804aa9b (diff)
downloadxK-430968e5d5fdf627ce7e1563bbee22bf2f9256b2.tar.gz
xK-430968e5d5fdf627ce7e1563bbee22bf2f9256b2.tar.xz
xK-430968e5d5fdf627ce7e1563bbee22bf2f9256b2.zip
xP: make non-connected states more apparent
Diffstat (limited to 'xP/public/xP.css')
-rw-r--r--xP/public/xP.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/xP/public/xP.css b/xP/public/xP.css
index 71422a1..c231620 100644
--- a/xP/public/xP.css
+++ b/xP/public/xP.css
@@ -13,6 +13,16 @@ body {
height: 100dvh;
}
+.overlay {
+ padding: .6em .9em;
+ background: #eee;
+ border: 1px outset #eee;
+ position: absolute;
+ left: 50%;
+ top: 50%;
+ transform: translate(-50%, -50%);
+ text-align: center;
+}
.title, .status {
padding: .05em .3em;
background: #eee;