From 687e6fe3dc363032d3749cba2e6bdfcedac39bd0 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 03:13:54 +0200 Subject: [PATCH] Add styles for needs-relocation and warning-icon classes in settings.html --- settings.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/settings.html b/settings.html index c582a31..02e0f46 100644 --- a/settings.html +++ b/settings.html @@ -141,6 +141,18 @@ background: #f8fafc; color: #334155; } + + .needs-relocation { + opacity: 0.4; + filter: grayscale(0.8); + /* oder: color: #aaa; oder wie du magst */ + } + .warning-icon { + margin-left: 8px; + color: #eab308; /* schönes gelb/orange */ + font-size: 1.2em; + vertical-align: middle; + }