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;} 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; } } 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--*/