mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-02 05:39:18 +00:00
style: Styled a bit better urlbar and essentials hover, b=(no-bug), c=common, tabs
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
}
|
||||
|
||||
&:hover #urlbar-background {
|
||||
background-color: light-dark(rgba(89, 89, 89, 0.2), rgba(255, 255, 255, 0.2)) !important;
|
||||
background-color: light-dark(rgba(89, 89, 89, 0.15), rgba(255, 255, 255, 0.2)) !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1316,7 +1316,7 @@
|
||||
}
|
||||
|
||||
&:hover .tab-background {
|
||||
background: var(--tab-hover-background-color);
|
||||
background: light-dark(rgba(89, 89, 89, 0.15), var(--tab-selected-bgcolor));
|
||||
}
|
||||
|
||||
/* Optional blurred favicon background effect (if pref `zen.theme.essentials-favicon-bg` is enabled) */
|
||||
|
||||
Reference in New Issue
Block a user