From 8e4490b01670ba56cbee01fbb9e5a9debba56ba9 Mon Sep 17 00:00:00 2001 From: "Indiana Jone (Indi)" <150982280+KrstlSkll69@users.noreply.github.com> Date: Tue, 25 Mar 2025 19:26:59 -0400 Subject: [PATCH] chore:(visualrefresh) fix broken css for settings --- src/components/PluginSettings/styles.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/components/PluginSettings/styles.css b/src/components/PluginSettings/styles.css index 5ec5b66f..1eabaa1b 100644 --- a/src/components/PluginSettings/styles.css +++ b/src/components/PluginSettings/styles.css @@ -238,3 +238,20 @@ margin-left: auto; margin-right: 4.5px !important; } + +.visual-refresh .button-danger-background { + font-size: 16px; + background-color: rgb(240 71 71 / 10%) !important; + color: rgb(240 71 71) !important; + border: 1px solid rgb(240 71 71 / 60%) !important; + border-radius: 4px; + font-weight: 500; + padding: 6px 10px; + text-align: center; + margin-top: 10px; +} + +.visual-refresh .button-danger-background:hover { + background-color: var(--status-danger-background) !important; + color: var(--status-danger-text) !important; +}