Skip to content

Commit e353d48

Browse files
committed
Fixed urlbar
1 parent 3a5a0be commit e353d48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/browser/base/content/zen-styles/zen-tabs/vertical-tabs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@
10161016
position: relative;
10171017

10181018
&::before {
1019-
backdrop-filter: invert(0.5);
1019+
background: light-dark(rgba(255, 255, 255, 0.85), rgba(68, 64, 64, 0.85));
10201020
margin: 2px;
10211021
border-radius: calc(var(--border-radius-medium) - 2px);
10221022
position: absolute;

src/browser/base/content/zen-styles/zen-urlbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111

1212
#urlbar {
13-
--toolbarbutton-border-radius: 10px;
13+
--toolbarbutton-border-radius: 8px;
1414
--urlbarView-separator-color: var(--zen-colors-border);
1515
--urlbarView-hover-background: var(--toolbarbutton-hover-background);
1616
--urlbarView-highlight-background: var(--toolbarbutton-hover-background);

0 commit comments

Comments
 (0)