From 1686fc81b2c05acca773c00a29b038b2c8eec592 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Tue, 3 Feb 2026 11:52:18 +0100 Subject: [PATCH] fixed css for winter and bloodshed theme --- web/src/main/resources/web/css/bloodshed.css | 22 +++++++++++++++++++- web/src/main/resources/web/css/winter.css | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/web/src/main/resources/web/css/bloodshed.css b/web/src/main/resources/web/css/bloodshed.css index 8dcc56f0..1e876ad8 100644 --- a/web/src/main/resources/web/css/bloodshed.css +++ b/web/src/main/resources/web/css/bloodshed.css @@ -45,7 +45,7 @@ fieldset[tabindex="0"]{ overflow: hidden; } -fieldset[tabindex="0"]:focus-within{ +fieldset[tabindex="0"]:hover{ max-height: unset; } @@ -91,6 +91,26 @@ td, tr{ border-radius: 6px; } +.info { + position: absolute; + bottom: 0; + right: 0; + font-size: 14px; + z-index: 200; + padding: 3px; +} + +.overlay { + position: fixed; + top: 0; + bottom: 0; + right: 0; + left: 0; + padding: 40px 10px 10px; + background: rgba(0,0,0,0.9); + z-index: 50; +} + .warn { padding: 5px; border-radius: 6px; diff --git a/web/src/main/resources/web/css/winter.css b/web/src/main/resources/web/css/winter.css index 42f20725..1e876ad8 100644 --- a/web/src/main/resources/web/css/winter.css +++ b/web/src/main/resources/web/css/winter.css @@ -91,6 +91,26 @@ td, tr{ border-radius: 6px; } +.info { + position: absolute; + bottom: 0; + right: 0; + font-size: 14px; + z-index: 200; + padding: 3px; +} + +.overlay { + position: fixed; + top: 0; + bottom: 0; + right: 0; + left: 0; + padding: 40px 10px 10px; + background: rgba(0,0,0,0.9); + z-index: 50; +} + .warn { padding: 5px; border-radius: 6px; @@ -235,6 +255,7 @@ textarea{ .message.settings label{ display: block; } + .message.settings td{ vertical-align: middle; }