mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(zen-browser): more template adjustments
This commit is contained in:
@@ -115,18 +115,27 @@ toolbar .toolbarbutton-1 {
|
||||
color: var(--text) !important;
|
||||
}
|
||||
|
||||
#urlbar-background {
|
||||
background-color: var(--surface) !important;
|
||||
#urlbar-input::selection {
|
||||
background-color: var(--primary) !important;
|
||||
color: var(--on_primary) !important;
|
||||
}
|
||||
|
||||
.urlbar-background {
|
||||
background-color: var(--base) !important;
|
||||
}
|
||||
|
||||
#urlbar-input-container {
|
||||
background-color: transparent !important;
|
||||
background-color: var(--base) !important;
|
||||
}
|
||||
|
||||
.urlbarView-url {
|
||||
color: var(--primary) !important;
|
||||
}
|
||||
|
||||
.urlbarView-favicon {
|
||||
background-color: var(--base) !important;
|
||||
}
|
||||
|
||||
#urlbar-results {
|
||||
background-color: var(--overlay) !important;
|
||||
color: var(--text) !important;
|
||||
|
||||
Reference in New Issue
Block a user