mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
added couple of selectors
This commit is contained in:
@@ -108,7 +108,13 @@ toolbar .toolbarbutton-1 {
|
||||
}
|
||||
}
|
||||
}
|
||||
.tab-text {
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
toolbarbutton#tabs-newtab-button {
|
||||
color: var(--text) !important;
|
||||
}
|
||||
/* --- URL Bar --- */
|
||||
|
||||
#urlbar-input {
|
||||
@@ -141,6 +147,10 @@ toolbar .toolbarbutton-1 {
|
||||
color: var(--text) !important;
|
||||
}
|
||||
|
||||
.urlbarView-row:not([selected]) :is(.urlbarView-title, .urlbarView-action) {
|
||||
color: var(--text) !important;
|
||||
}
|
||||
|
||||
/* --- UI Components --- */
|
||||
|
||||
#zen-toast-container {
|
||||
@@ -175,3 +185,12 @@ toolbar .toolbarbutton-1 {
|
||||
hbox#titlebar {
|
||||
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