Merge pull request #2497 from vile-v/patch-2

added couple of selectors
This commit is contained in:
Lysec
2026-04-19 19:03:13 +02:00
committed by GitHub
@@ -108,7 +108,13 @@ toolbar .toolbarbutton-1 {
} }
} }
} }
.tab-text {
color: var(--text);
}
toolbarbutton#tabs-newtab-button {
color: var(--text) !important;
}
/* --- URL Bar --- */ /* --- URL Bar --- */
#urlbar-input { #urlbar-input {
@@ -141,6 +147,10 @@ toolbar .toolbarbutton-1 {
color: var(--text) !important; color: var(--text) !important;
} }
.urlbarView-row:not([selected]) :is(.urlbarView-title, .urlbarView-action) {
color: var(--text) !important;
}
/* --- UI Components --- */ /* --- UI Components --- */
#zen-toast-container { #zen-toast-container {
@@ -175,3 +185,12 @@ toolbar .toolbarbutton-1 {
hbox#titlebar { hbox#titlebar {
background-color: var(--base) !important; background-color: var(--base) !important;
} }
.zen-current-workspace-indicator-name {
color: var(--text);
}
.zen-current-workspace-indicator-icon {
fill: var(--text) !important;
}