Skip to content

Commit

Permalink
Merge pull request #68 from soulhotel/main.update.branch
Browse files Browse the repository at this point in the history
Main.update.branch
  • Loading branch information
soulhotel authored Jun 1, 2024
2 parents 6234a5b + dd5e453 commit 65a3d85
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions theme/all-global-theme-dusky.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;}
Expand Down
2 changes: 1 addition & 1 deletion theme/all-global-theme-fullmoon.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down
4 changes: 2 additions & 2 deletions theme/position-verttab-gone.css
Original file line number Diff line number Diff line change
Expand Up @@ -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--*/

Expand Down

0 comments on commit 65a3d85

Please sign in to comment.