From feb972406fc7e9541f5a3722a05d387b959fee98 Mon Sep 17 00:00:00 2001 From: TotalCaesar659 <14265316+TotalCaesar659@users.noreply.github.com> Date: Fri, 24 Nov 2023 21:09:46 +0300 Subject: [PATCH 1/2] Fix some bugs --- StylusDeepDark.user.css | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/StylusDeepDark.user.css b/StylusDeepDark.user.css index 833a822..4b348cb 100644 --- a/StylusDeepDark.user.css +++ b/StylusDeepDark.user.css @@ -699,6 +699,23 @@ border-color: var(--hover-background) !important; } + /* Splash menus */ + .split-btn-menu { + background-color: var(--main-background) !important; + } + + /* Options */ + header { + background-color: #059f9f !important; + } + main { + background-color: var(--main-background) !important; + } + footer { + background-color: var(--main-background) !important; + border-top: 1px solid var(--hover-background) !important; + } + /* Icons */ .svg-icon, .svg-icon.info, .newUI .entry .svg-icon { fill: var(--main-text) !important; @@ -897,7 +914,9 @@ #add-style-label, #manage-options-button, button, #manage\.newUI\.targets, #badgeNormal, #badgeDisabled, #updateInterval, #popupWidth, #editor\.linter, #options button, #manage\.newUI\.sort, - #message-box-contents select, a.remove-applies-to, a.add-applies-to { + #message-box-contents select, a.remove-applies-to, a.add-applies-to, + #manage\.searchMode, #manage\.minColumnWidth, #schemeSwitcher\.nightStart, + #schemeSwitcher\.nightEnd { background-color: var(--second-background) !important; color: var(--main-text) !important; border: 1px solid var(--hover-background) !important; @@ -937,7 +956,8 @@ #header button#cancel-button:focus-within, #header button:focus-within, #manage\.newUI\.sort:focus-within, a#find-editor-styles:focus-within button, #check-all-updates:focus-within, - a[href="edit.html"]:focus-within button#add-style-label { + a[href="edit.html"]:focus-within button#add-style-label, + #manage\.searchMode:hover, #manage\.minColumnWidth:hover { color: var(--main-color) !important; border: 1px solid var(--main-color) !important; } From 08ae467569954e6530bf04c4263ee058b966ded3 Mon Sep 17 00:00:00 2001 From: TotalCaesar659 <14265316+TotalCaesar659@users.noreply.github.com> Date: Sat, 25 Nov 2023 19:38:36 +0300 Subject: [PATCH 2/2] Fix pop-up colors on unsupported pages --- StylusDeepDark.user.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/StylusDeepDark.user.css b/StylusDeepDark.user.css index 4b348cb..565b547 100644 --- a/StylusDeepDark.user.css +++ b/StylusDeepDark.user.css @@ -698,6 +698,10 @@ background-color: var(--second-background) !important; border-color: var(--hover-background) !important; } + .blocked-info, .blocked-info label { + background-color: var(--main-background) !important; + border-bottom: 1px solid var(--hover-background) !important; + } /* Splash menus */ .split-btn-menu {