From a4f3645eb75a74b3dbd2f499d8094be9559adfb2 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Mon, 6 Jan 2025 02:43:01 +0000 Subject: Cleanup --- static/style_38c3.css | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'static/style_38c3.css') diff --git a/static/style_38c3.css b/static/style_38c3.css index 33bb0f3..4ccdc70 100644 --- a/static/style_38c3.css +++ b/static/style_38c3.css @@ -309,6 +309,16 @@ header { top: 4px; right: 4px; } +.fullnarp-connected .version:before { + content: '\1F7E2\a0'; +} +.fullnarp-connecting .version:before { + content: '\1F7E1\a0'; +} +.fullnarp-disconnected .version:before { + content: '\1F534\a0'; +} + .trashbin { position: absolute; top 4px; @@ -420,11 +430,16 @@ header { position: absolute; text-align: center; z-index: -1; - opacity: 0.25; + color: rgba(0, 0, 0, 0.5); +} + +.in-drag .grid { + font-weight: bold !important; + color: black; } .grid.possible { - background: blue; + background: rgba(0,0,255, .25); } .wholeday { @@ -434,7 +449,7 @@ header { font-size: 2em; top: 350px; opacity: 0.3; - z-position: -3; + z-index: -3; } .wholeday.uneven { background-color: cyan; @@ -444,7 +459,7 @@ header { position: absolute; background-color: yellow; opacity: 0.4; - z-position: -3; + z-index: -3; } .in-calendar.onlyday1 .wholeblock, .in-calendar.onlyday2 .wholeblock, @@ -486,7 +501,7 @@ hr.guide { text-align: center; left: 0; right: 0; - z-position: -1; + z-index: -1; } .size-large .pause { -- cgit v1.2.3