mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
@@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user