Skip to content

Commit

Permalink
Fixed urlbar
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Feb 7, 2025
1 parent 3a5a0be commit e353d48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@
position: relative;

&::before {
backdrop-filter: invert(0.5);
background: light-dark(rgba(255, 255, 255, 0.85), rgba(68, 64, 64, 0.85));
margin: 2px;
border-radius: calc(var(--border-radius-medium) - 2px);
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion src/browser/base/content/zen-styles/zen-urlbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

#urlbar {
--toolbarbutton-border-radius: 10px;
--toolbarbutton-border-radius: 8px;
--urlbarView-separator-color: var(--zen-colors-border);
--urlbarView-hover-background: var(--toolbarbutton-hover-background);
--urlbarView-highlight-background: var(--toolbarbutton-hover-background);
Expand Down

0 comments on commit e353d48

Please sign in to comment.