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 @@