diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-09-07 15:33:38 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-09-07 15:34:52 +0200 |
commit | 2341228efd02bcd4c99214885a5214826bfffa5c (patch) | |
tree | edab812d3e72c6b6e689db704c4ffb4dfbdbae0d /xP/public/xP.css | |
parent | 2e3005d88b6ee65689f5cf71905b014a56523160 (diff) | |
download | xK-2341228efd02bcd4c99214885a5214826bfffa5c.tar.gz xK-2341228efd02bcd4c99214885a5214826bfffa5c.tar.xz xK-2341228efd02bcd4c99214885a5214826bfffa5c.zip |
xP: implement buffer line leakage
Rather than on redisplay, these get cleared on reconnect.
Diffstat (limited to 'xP/public/xP.css')
-rw-r--r-- | xP/public/xP.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xP/public/xP.css b/xP/public/xP.css index 77e89fc..05badb0 100644 --- a/xP/public/xP.css +++ b/xP/public/xP.css @@ -63,6 +63,9 @@ body { overflow-y: auto; } +.leaked { + opacity: 50%; +} .date { padding: .3rem; grid-column: span 2; |