Skip to content

Commit

Permalink
Fixed transparent URL bar when popped #16
Browse files Browse the repository at this point in the history
  • Loading branch information
KiKaraage authored Feb 29, 2024
1 parent 048fe41 commit 08423c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolbar/urlbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

#urlbar #urlbar-input {text-align: center !important}
#urlbar-background {background: transparent !important;}
#urlbar[focused="true"] > #urlbar-background {background: var(--toolbar-bgcolor) !important;}
#urlbar[focused="true"] > #urlbar-background {background: var(--arrowpanel-background-color) !important;}

/* URL bar suggestions container. */
.urlbarView {
Expand Down

0 comments on commit 08423c9

Please sign in to comment.