From 6c7342400e84fb205dfddd016a778a7e472fe87d Mon Sep 17 00:00:00 2001 From: sethburkart123 Date: Tue, 2 Jul 2024 21:18:51 +1000 Subject: [PATCH] fix: HTML dialog box incorrect styling --- src/css/injected.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/css/injected.scss b/src/css/injected.scss index 1bf72d58..2c147410 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -1617,6 +1617,15 @@ ul { .back > svg { transform: scale(1.2); } +.pane .tabPage .url { + background: var(--auto-background) !important; + + > input { + background: var(--background-primary) !important; + border-radius: 16px; + padding: 6px 10px !important; + } +} .uiFileHandler { -webkit-box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0) !important; box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0) !important;