zen-browser: fix urlbar theming after version 1.16b (#1912)
Link: https://github.com/nix-community/stylix/pull/1912 Reviewed-by: Karun Sandhu <129101708+MrSom3body@users.noreply.github.com> Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
f23b6c30cc
commit
fe74ba4ade
2 changed files with 9 additions and 4 deletions
|
|
@ -42,7 +42,7 @@ with colors;
|
|||
background-color: #${base00-hex} !important;
|
||||
}
|
||||
|
||||
#urlbar-background {
|
||||
.urlbar-background {
|
||||
background-color: #${base02-hex} !important;
|
||||
}
|
||||
|
||||
|
|
@ -55,6 +55,11 @@ with colors;
|
|||
color: #${base0D-hex} !important;
|
||||
}
|
||||
|
||||
#urlbar-input::selection {
|
||||
background-color: #${base0D-hex} !important;
|
||||
color: #${base00-hex} !important;
|
||||
}
|
||||
|
||||
#zenEditBookmarkPanelFaviconContainer {
|
||||
background: #${base00-hex} !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue