diff --git a/src/other/firefox/WhiteSur/parts/tabsbar.css b/src/other/firefox/WhiteSur/parts/tabsbar.css index e4e7b545..e3372ceb 100644 --- a/src/other/firefox/WhiteSur/parts/tabsbar.css +++ b/src/other/firefox/WhiteSur/parts/tabsbar.css @@ -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: ""; diff --git a/src/other/firefox/common/pages/common.css b/src/other/firefox/common/pages/common.css index 8ec21120..a918ef86 100644 --- a/src/other/firefox/common/pages/common.css +++ b/src/other/firefox/common/pages/common.css @@ -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; }