This commit is contained in:
vinceliuice 2024-02-18 21:12:37 +08:00
parent 7add8079cf
commit 4eb6a5f6bb
2 changed files with 8 additions and 0 deletions

View File

@ -436,6 +436,10 @@ tab[selected]:-moz-window-inactive {
box-shadow: inset 0 -1px var(--gnome-toolbar-border-color) !important;
}
#TabsToolbar #firefox-view-button[open]:-moz-window-inactive {
background-color: var(--gnome-inactive-tabbar-tab-active-background) !important;
}
/* Create new container tab indicator */
.tabbrowser-tab[class*="identity-color-"] .tab-content::before {
content: "";

View File

@ -20,6 +20,10 @@
--in-content-table-background: rgb(35, 35, 35) !important;
--newtab-background-color: var(--gnome-browser-before-load-background) !important;
--newtab-background-color-secondary: var(--gnome-menu-background) !important;
--newtab-primary-action-background: var(--theme-primary-color) !important;
scrollbar-color: rgba(250,250,250,.4) rgba(22,22,22,.3) !important;
}