From 0233fec96e20932acc6c029ed7c107db561a7c09 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 31 May 2024 22:35:13 -0400 Subject: [PATCH 1/3] Update position-verttab-gone.css sidebar header/switcher title increased padding --- theme/position-verttab-gone.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/position-verttab-gone.css b/theme/position-verttab-gone.css index c249cd9f..ca83d109 100644 --- a/theme/position-verttab-gone.css +++ b/theme/position-verttab-gone.css @@ -195,9 +195,9 @@ so you can keep the ability to switch from left to right--*/ } } /*--<--end of media query for ultima.tabs.vertical--*/ +/* adding some more overall padding to the sidebar title */ - - +#sidebar-switcher-target #sidebar-title { padding-inline: 15px 4px !important; } /*--DONT TOUCH--*/ From 2104691b09d4e2d257fd8ad512c3d5bc3f2a2b20 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 31 May 2024 22:37:26 -0400 Subject: [PATCH 2/3] Update all-global-theme-fullmoon.css --- theme/all-global-theme-fullmoon.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/all-global-theme-fullmoon.css b/theme/all-global-theme-fullmoon.css index d921974b..45a4010a 100644 --- a/theme/all-global-theme-fullmoon.css +++ b/theme/all-global-theme-fullmoon.css @@ -250,7 +250,7 @@ body {background: var(--toolbar-bgcolor) !important;} #main-window:not([lwtheme]) .urlbarView-row { &[selected] { - color: var(--uc-dark-light) !important; + color: var(--uc-light-dark) !important; } } From 43eaa8a7e343d88ad7437ec7f2e532324f4cf89d Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 31 May 2024 22:38:17 -0400 Subject: [PATCH 3/3] Update all-global-theme-dusky.css --- theme/all-global-theme-dusky.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme/all-global-theme-dusky.css b/theme/all-global-theme-dusky.css index 59c75f7e..ca4522d4 100644 --- a/theme/all-global-theme-dusky.css +++ b/theme/all-global-theme-dusky.css @@ -246,6 +246,12 @@ margin-top:3px !important; } +#main-window:not([lwtheme]) .urlbarView-row { + &[selected] { + color: var(--uc-dark-light) !important; + } +} + /*---------customize toolbar page-----------*/ #customization-container {background-color: var(--uc-sb-background) !important;}