From 4eb6a5f6bb1a94506974c9ed8b1204fb6af1a4c1 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sun, 18 Feb 2024 21:12:37 +0800 Subject: [PATCH] update --- src/other/firefox/WhiteSur/parts/tabsbar.css | 4 ++++ src/other/firefox/common/pages/common.css | 4 ++++ 2 files changed, 8 insertions(+) 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; }