Skip to content

Commit

Permalink
new close tab button, fixed tabsbar bg color in private window
Browse files Browse the repository at this point in the history
  • Loading branch information
witalihirsch committed Nov 21, 2022
1 parent a15217f commit 4cc3dc9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions firefox/mono-firefox-theme/theme/colors/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
--gnome-inactive-headerbar-border-color: transparent;

/* Tabs */
--gnome-tabbar-background: rgba(255, 255, 255, 0.05);
--gnome-tabbar-background: var(--gnome-headerbar-background);
--gnome-tabbar-tab-hover-background: rgba(255, 255, 255, 0.1);
--gnome-tabbar-tab-active-background: rgba(255, 255, 255, 0.1);
--gnome-tabbar-tab-active-background-contrast: rgba(255, 255, 255, 0.3);
--gnome-tabbar-tab-active-hover-background: rgba(255, 255, 255, 0.15);
--gnome-tabbar-tab-separator-color: rgba(255, 255, 255, 0.1);
--gnome-inactive-tabbar-background: transparent;
--gnome-inactive-tabbar-background: var(--gnome-inactive-headerbar-background);
--gnome-tab-button-background: rgba(255, 255, 255, 0.05);
--gnome-tab-button-hover-background: rgba(255, 255, 255, 0.1);
--gnome-tabbar-tab-identity-base-opacity: 0;
Expand All @@ -56,7 +56,6 @@
--gnome-button-hover-close-background: #ed5f5d;
--gnome-button-active-close-background: #cf5251;


/* Menus */
--gnome-menu-background: #333333;
--gnome-menu-border-color: rgba(255, 255, 255, 0.1);
Expand Down
4 changes: 2 additions & 2 deletions firefox/mono-firefox-theme/theme/colors/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
--gnome-inactive-headerbar-border-color: transparent;

/* Tabs */
--gnome-tabbar-background: rgba(40, 40, 40, 0.05);
--gnome-tabbar-background: var(--gnome-headerbar-background);
--gnome-tabbar-tab-hover-background: rgba(40, 40, 40, 0.1);
--gnome-tabbar-tab-active-background: rgba(40, 40, 40, 0.1);
--gnome-tabbar-tab-active-background-contrast: rgba(40, 40, 40, 0.3);
--gnome-tabbar-tab-active-hover-background: rgba(40, 40, 40, 0.15);
--gnome-tabbar-tab-separator-color: rgba(40, 40, 40, 0.1);
--gnome-inactive-tabbar-background: transparent;
--gnome-inactive-tabbar-background: var(--gnome-inactive-headerbar-background);
--gnome-tab-button-background: rgba(40, 40, 40, 0.05);
--gnome-tab-button-hover-background: rgba(40, 40, 40, 0.1);
--gnome-tabbar-tab-identity-base-opacity: 0;
Expand Down
4 changes: 2 additions & 2 deletions firefox/mono-firefox-theme/theme/parts/tabsbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ tab {
border: 0px solid transparent;
box-sizing: content-box;
/* Avoid deformation on flexbox */
border-radius: 99px !important;
padding: 4px !important;
border-radius: 6px !important;
padding: 2px !important;
background-size: 24px;
transition: all 0.2s ease-out !important;
}
Expand Down

0 comments on commit 4cc3dc9

Please sign in to comment.