Skip to content

Commit

Permalink
Merge pull request #35 from PixsaOJ/16-transparent-urlbar
Browse files Browse the repository at this point in the history
Fix transparent urlbar with ATBC
  • Loading branch information
KiKaraage authored Mar 18, 2024
2 parents 5ead52c + b388a1d commit bb6f2b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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) !important;}

/* URL bar suggestions container. */
.urlbarView {
Expand All @@ -73,7 +73,7 @@
width: 100% !important;
border-inline: 0 !important;
padding-block: 0 !important;
background: var(--toolbar-bgcolor) !important;
background: var(--arrowpanel-background) !important;
border-radius: 0 0 8px 8px !important;


Expand Down

0 comments on commit bb6f2b7

Please sign in to comment.