From bb1e42f0d3387f617b3fff7edbcabda021a6de40 Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Sun, 8 Jun 2025 20:43:10 +0800 Subject: [PATCH] Add restart required icon to example images download location label. See #212 --- static/css/components/modal.css | 7 +++++++ templates/components/modals.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/static/css/components/modal.css b/static/css/components/modal.css index 973d2179..cfedbb43 100644 --- a/static/css/components/modal.css +++ b/static/css/components/modal.css @@ -572,6 +572,13 @@ input:checked + .toggle-slider:before { pointer-events: none; } +.restart-required-icon { + color: var(--lora-warning); + margin-left: 5px; + font-size: 0.85em; + vertical-align: text-bottom; +} + /* Dark theme specific button adjustments */ [data-theme="dark"] .primary-btn:hover { background-color: oklch(from var(--lora-accent) l c h / 75%); diff --git a/templates/components/modals.html b/templates/components/modals.html index 71bb2e44..abe17006 100644 --- a/templates/components/modals.html +++ b/templates/components/modals.html @@ -278,7 +278,7 @@
- +