From 1127f4544e62146e7e8d50f2a1294e237b9755bd Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Thu, 11 May 2023 00:56:43 +0800 Subject: [PATCH] Fixed #869 --- .../Monterey/parts/titlebutton-dark.css | 20 +----- .../Monterey/parts/titlebutton-light.css | 21 +------ .../firefox/Monterey/parts/toolbox-alt.css | 5 ++ src/other/firefox/Monterey/parts/toolbox.css | 5 ++ .../firefox/WhiteSur/hide-single-tab.css | 4 ++ src/other/firefox/WhiteSur/parts/tabsbar.css | 45 +++++++++++--- .../WhiteSur/parts/titlebutton-dark.css | 20 +----- .../WhiteSur/parts/titlebutton-light.css | 21 +------ src/other/firefox/WhiteSur/parts/toolbox.css | 5 ++ .../titlebutton-close-active-dark.svg | 53 ++++++++++++++-- .../titlebuttons/titlebutton-close-active.svg | 62 +++++++++++++++---- .../titlebutton-close-hover-dark.svg | 45 ++++++++++++-- .../titlebutton-close-hover-inactive-dark.svg | 4 -- .../titlebutton-close-hover-inactive.svg | 13 ---- .../titlebuttons/titlebutton-close-hover.svg | 57 +++++++++++++---- .../titlebuttons/titlebutton-close.svg | 51 ++++++++++++--- .../titlebutton-maximize-active-dark.svg | 53 ++++++++++++++-- .../titlebutton-maximize-active.svg | 56 +++++++++++++++-- .../titlebutton-maximize-hover-dark.svg | 5 +- ...tlebutton-maximize-hover-inactive-dark.svg | 4 -- .../titlebutton-maximize-hover-inactive.svg | 9 --- .../titlebutton-maximize-hover.svg | 8 +-- .../titlebutton-minimize-active-dark.svg | 59 ++++++++++++++++-- .../titlebutton-minimize-active.svg | 57 ++++++++++++++--- .../titlebutton-minimize-hover-dark.svg | 5 +- ...tlebutton-minimize-hover-inactive-dark.svg | 4 -- .../titlebutton-minimize-hover-inactive.svg | 11 ---- .../titlebutton-minimize-hover.svg | 8 +-- .../titlebutton-unmaximize-active-dark.svg | 59 +++++++++++++++--- .../titlebutton-unmaximize-active.svg | 49 +++++++++++++-- .../titlebutton-unmaximize-hover-dark.svg | 3 +- ...ebutton-unmaximize-hover-inactive-dark.svg | 4 -- .../titlebutton-unmaximize-hover-inactive.svg | 7 --- .../titlebutton-unmaximize-hover.svg | 6 +- 34 files changed, 601 insertions(+), 237 deletions(-) delete mode 100644 src/other/firefox/WhiteSur/titlebuttons/titlebutton-close-hover-inactive-dark.svg delete mode 100644 src/other/firefox/WhiteSur/titlebuttons/titlebutton-close-hover-inactive.svg delete mode 100644 src/other/firefox/WhiteSur/titlebuttons/titlebutton-maximize-hover-inactive-dark.svg delete mode 100644 src/other/firefox/WhiteSur/titlebuttons/titlebutton-maximize-hover-inactive.svg delete mode 100644 src/other/firefox/WhiteSur/titlebuttons/titlebutton-minimize-hover-inactive-dark.svg delete mode 100644 src/other/firefox/WhiteSur/titlebuttons/titlebutton-minimize-hover-inactive.svg delete mode 100644 src/other/firefox/WhiteSur/titlebuttons/titlebutton-unmaximize-hover-inactive-dark.svg delete mode 100644 src/other/firefox/WhiteSur/titlebuttons/titlebutton-unmaximize-hover-inactive.svg diff --git a/src/other/firefox/Monterey/parts/titlebutton-dark.css b/src/other/firefox/Monterey/parts/titlebutton-dark.css index 54cd822..f899525 100644 --- a/src/other/firefox/Monterey/parts/titlebutton-dark.css +++ b/src/other/firefox/Monterey/parts/titlebutton-dark.css @@ -22,37 +22,19 @@ background-size: contain; } :root[tabsintitlebar] #titlebar .titlebar-close:hover, -:root[tabsintitlebar] #titlebar #titlebar-close:hover { - background: url("../titlebuttons/titlebutton-close-hover-inactive-dark.svg") no-repeat; - background-size: contain; -} -:root[tabsintitlebar] #titlebar .titlebar-max:hover, -:root[tabsintitlebar] #titlebar #titlebar-max:hover { - background: url("../titlebuttons/titlebutton-maximize-hover-inactive-dark.svg") no-repeat; - background-size: contain; -} -:root[tabsintitlebar] #titlebar .titlebar-min:hover, -:root[tabsintitlebar] #titlebar #titlebar-min:hover { - background: url("../titlebuttons/titlebutton-minimize-hover-inactive-dark.svg") no-repeat; - background-size: contain; -} -:root[tabsintitlebar] #titlebar .titlebar-close:hover, :root[tabsintitlebar] #titlebar #titlebar-close:hover { background: url("../titlebuttons/titlebutton-close-hover-dark.svg") no-repeat; background-size: contain; - transition: background-size 300ms cubic-bezier(0.0, 0.0, 0.2, 1); } :root[tabsintitlebar] #titlebar .titlebar-max:hover, :root[tabsintitlebar] #titlebar #titlebar-max:hover { background: url("../titlebuttons/titlebutton-maximize-hover-dark.svg") no-repeat; background-size: contain; - transition: background-size 300ms cubic-bezier(0.0, 0.0, 0.2, 1); } :root[tabsintitlebar] #titlebar .titlebar-min:hover, :root[tabsintitlebar] #titlebar #titlebar-min:hover { background: url("../titlebuttons/titlebutton-minimize-hover-dark.svg") no-repeat; background-size: contain; - transition: background-size 300ms cubic-bezier(0.0, 0.0, 0.2, 1); } :root[tabsintitlebar] #titlebar .titlebar-restore:hover, :root[tabsintitlebar] #titlebar #titlebar-restore:hover, @@ -105,7 +87,7 @@ background: url("../titlebuttons/titlebutton-backdrop-dark.svg") no-repeat; background-size: contain; } -:root[tabsintitlebar] #titlebar:-moz-window-inactive .titlebar-close:hover, +:root[tabsintitlebar] #titlebar:-moz-window-inactive .titlebar-close:hover, :root[tabsintitlebar] #titlebar:-moz-window-inactive #titlebar-close:hover { background: url("../titlebuttons/titlebutton-close-backdrop-dark.svg") no-repeat; background-size: contain; diff --git a/src/other/firefox/Monterey/parts/titlebutton-light.css b/src/other/firefox/Monterey/parts/titlebutton-light.css index 9787917..a4476f2 100644 --- a/src/other/firefox/Monterey/parts/titlebutton-light.css +++ b/src/other/firefox/Monterey/parts/titlebutton-light.css @@ -21,37 +21,22 @@ background-size: contain; } :root[tabsintitlebar] #titlebar .titlebar-close:hover, -:root[tabsintitlebar] #titlebar #titlebar-close:hover { - background: url("../titlebuttons/titlebutton-close-hover-inactive.svg") no-repeat; - background-size: contain; -} -:root[tabsintitlebar] #titlebar .titlebar-max:hover, -:root[tabsintitlebar] #titlebar #titlebar-max:hover { - background: url("../titlebuttons/titlebutton-maximize-hover-inactive.svg") no-repeat; - background-size: contain; -} -:root[tabsintitlebar] #titlebar .titlebar-min:hover, -:root[tabsintitlebar] #titlebar #titlebar-min:hover { - background: url("../titlebuttons/titlebutton-minimize-hover-inactive.svg") no-repeat; - background-size: contain; -} -:root[tabsintitlebar] #titlebar .titlebar-close:hover, :root[tabsintitlebar] #titlebar #titlebar-close:hover { background: url("../titlebuttons/titlebutton-close-hover.svg") no-repeat; + background-color: transparent !important; background-size: contain; - transition: background-size 300ms cubic-bezier(0.0, 0.0, 0.2, 1); } :root[tabsintitlebar] #titlebar .titlebar-max:hover, :root[tabsintitlebar] #titlebar #titlebar-max:hover { background: url("../titlebuttons/titlebutton-maximize-hover.svg") no-repeat; + background-color: transparent !important; background-size: contain; - transition: background-size 300ms cubic-bezier(0.0, 0.0, 0.2, 1); } :root[tabsintitlebar] #titlebar .titlebar-min:hover, :root[tabsintitlebar] #titlebar #titlebar-min:hover { background: url("../titlebuttons/titlebutton-minimize-hover.svg") no-repeat; + background-color: transparent !important; background-size: contain; - transition: background-size 300ms cubic-bezier(0.0, 0.0, 0.2, 1); } :root[tabsintitlebar] #titlebar .titlebar-restore:hover, :root[tabsintitlebar] #titlebar #titlebar-restore:hover, diff --git a/src/other/firefox/Monterey/parts/toolbox-alt.css b/src/other/firefox/Monterey/parts/toolbox-alt.css index 70d2d43..5275f77 100644 --- a/src/other/firefox/Monterey/parts/toolbox-alt.css +++ b/src/other/firefox/Monterey/parts/toolbox-alt.css @@ -66,18 +66,23 @@ findbar:-moz-window-inactive { /* Reorder toolbars */ #navigator-toolbox #nav-bar, findbar { -moz-box-ordinal-group: 0; + order: 0; } #navigator-toolbox #PersonalToolbar { -moz-box-ordinal-group: 1; + order: 1; } #navigator-toolbox #titlebar { -moz-box-ordinal-group: 2; + order: 2; } #navigator-toolbox toolbar { -moz-box-ordinal-group: 10; + order: 10; } #navigator-toolbox #TabsToolbar { -moz-box-ordinal-group: 100; + order: 100; } /* Sidebar */ diff --git a/src/other/firefox/Monterey/parts/toolbox.css b/src/other/firefox/Monterey/parts/toolbox.css index 09647eb..94f2c13 100644 --- a/src/other/firefox/Monterey/parts/toolbox.css +++ b/src/other/firefox/Monterey/parts/toolbox.css @@ -71,18 +71,23 @@ findbar:-moz-window-inactive, #navigator-toolbox #nav-bar, findbar { -moz-box-ordinal-group: 0; + order: 0; } #navigator-toolbox #PersonalToolbar { -moz-box-ordinal-group: 10; + order: 10; } #navigator-toolbox #titlebar { -moz-box-ordinal-group: 1; + order: 1; } #navigator-toolbox toolbar { -moz-box-ordinal-group: 3; + order: 3; } #navigator-toolbox #TabsToolbar { -moz-box-ordinal-group: 2; + order: 2; } #PersonalToolbar { diff --git a/src/other/firefox/WhiteSur/hide-single-tab.css b/src/other/firefox/WhiteSur/hide-single-tab.css index cb35ab6..49c1910 100644 --- a/src/other/firefox/WhiteSur/hide-single-tab.css +++ b/src/other/firefox/WhiteSur/hide-single-tab.css @@ -5,4 +5,8 @@ display: none !important; } +.tab-background, .tab-stack { + min-height: 0 !important; +} + /* TODO: Hidde tabbar bottom border */ diff --git a/src/other/firefox/WhiteSur/parts/tabsbar.css b/src/other/firefox/WhiteSur/parts/tabsbar.css index 3f196ca..55858aa 100644 --- a/src/other/firefox/WhiteSur/parts/tabsbar.css +++ b/src/other/firefox/WhiteSur/parts/tabsbar.css @@ -15,11 +15,7 @@ #tabbrowser-tabs arrowscrollbox { min-height: 0 !important; max-height: 32px !important; - --tab-min-height: 0 !important; -} - -.tab-background, .tab-stack { - min-height: 0 !important; + --tab-min-height: 32px !important; } /* Extra margin for the first and last tabs */ @@ -95,23 +91,54 @@ tab[selected]:-moz-window-inactive { .tab-content { display: flex; flex-direction: row; - justify-content: center; - align-items: center; - margin-top: -1px; + justify-content: center !important; + align-items: center !important; min-width: 100% !important; padding: 0 8px !important; } +/* Fix custom info tab icon */ +.tabbrowser-tab[image="chrome://global/skin/icons/info.svg"]:not([pinned]):not([busy]):not([progress]) .tab-icon-stack::before { + margin-inline-end: 5.5px; +} +.tabbrowser-tab[image="chrome://global/skin/icons/info.svg"] .tab-icon-image { + display: none !important; +} + /* Prevent tab icons size breaking */ .tab-icon-image, .tab-icon-sound, .tab-throbber, .tab-throbber-fallback, .tab-close-button { min-width: 16px; } +/* Center tab text */ +.tab-label { + margin-inline: auto !important; + margin-left: 0 !important; +} + /* Adjust tab label width */ .tab-label-container { min-width: 0 !important; } +.tab-throbber:not([pinned]), .tab-icon-pending:not([pinned]), .tab-icon-image:not([pinned]), .tab-sharing-icon-overlay:not([pinned]), .tab-icon-overlay:not([pinned]) { + margin-inline-end: 0 !important; +} +.tabbrowser-tab:not([soundplaying], [muted], [activemedia-blocked], [crashed]) .tab-icon-stack { + padding: 6px; +} + +/* Hide favicon when mute icon is present */ +.tabbrowser-tab:not([pinned]):is([soundplaying], [muted], [activemedia-blocked], [crashed]) .tab-icon-image:not([sharing]), +.tabbrowser-tab:not([pinned]):is([soundplaying], [muted], [activemedia-blocked], [crashed])[selected] .tab-icon-image { + display: none; +} + +/* Hide secondary label about muting */ +.tabbrowser-tab:is([soundplaying], [muted], [activemedia-blocked], [crashed]) .tab-secondary-label { + display: none; +} + /* Put tab close button and icon sound to the right */ .tab-icon-sound[soundplaying="true"], .tab-icon-sound[muted="true"], .tab-icon-sound[activemedia-blocked="true"] { @@ -155,7 +182,6 @@ tab[selected]:-moz-window-inactive { margin-left: 0 !important } - .tab-background { border-radius: 0 !important; margin-block: 0 !important; @@ -169,6 +195,7 @@ tab[selected]:-moz-window-inactive { /* fix misc spacing between tabs */ .tabbrowser-tab { padding-inline: 0px !important; + padding: 0 !important; } .tabbrowser-tab[selected="true"] > .tab-stack > .tab-background { diff --git a/src/other/firefox/WhiteSur/parts/titlebutton-dark.css b/src/other/firefox/WhiteSur/parts/titlebutton-dark.css index 54cd822..f899525 100644 --- a/src/other/firefox/WhiteSur/parts/titlebutton-dark.css +++ b/src/other/firefox/WhiteSur/parts/titlebutton-dark.css @@ -22,37 +22,19 @@ background-size: contain; } :root[tabsintitlebar] #titlebar .titlebar-close:hover, -:root[tabsintitlebar] #titlebar #titlebar-close:hover { - background: url("../titlebuttons/titlebutton-close-hover-inactive-dark.svg") no-repeat; - background-size: contain; -} -:root[tabsintitlebar] #titlebar .titlebar-max:hover, -:root[tabsintitlebar] #titlebar #titlebar-max:hover { - background: url("../titlebuttons/titlebutton-maximize-hover-inactive-dark.svg") no-repeat; - background-size: contain; -} -:root[tabsintitlebar] #titlebar .titlebar-min:hover, -:root[tabsintitlebar] #titlebar #titlebar-min:hover { - background: url("../titlebuttons/titlebutton-minimize-hover-inactive-dark.svg") no-repeat; - background-size: contain; -} -:root[tabsintitlebar] #titlebar .titlebar-close:hover, :root[tabsintitlebar] #titlebar #titlebar-close:hover { background: url("../titlebuttons/titlebutton-close-hover-dark.svg") no-repeat; background-size: contain; - transition: background-size 300ms cubic-bezier(0.0, 0.0, 0.2, 1); } :root[tabsintitlebar] #titlebar .titlebar-max:hover, :root[tabsintitlebar] #titlebar #titlebar-max:hover { background: url("../titlebuttons/titlebutton-maximize-hover-dark.svg") no-repeat; background-size: contain; - transition: background-size 300ms cubic-bezier(0.0, 0.0, 0.2, 1); } :root[tabsintitlebar] #titlebar .titlebar-min:hover, :root[tabsintitlebar] #titlebar #titlebar-min:hover { background: url("../titlebuttons/titlebutton-minimize-hover-dark.svg") no-repeat; background-size: contain; - transition: background-size 300ms cubic-bezier(0.0, 0.0, 0.2, 1); } :root[tabsintitlebar] #titlebar .titlebar-restore:hover, :root[tabsintitlebar] #titlebar #titlebar-restore:hover, @@ -105,7 +87,7 @@ background: url("../titlebuttons/titlebutton-backdrop-dark.svg") no-repeat; background-size: contain; } -:root[tabsintitlebar] #titlebar:-moz-window-inactive .titlebar-close:hover, +:root[tabsintitlebar] #titlebar:-moz-window-inactive .titlebar-close:hover, :root[tabsintitlebar] #titlebar:-moz-window-inactive #titlebar-close:hover { background: url("../titlebuttons/titlebutton-close-backdrop-dark.svg") no-repeat; background-size: contain; diff --git a/src/other/firefox/WhiteSur/parts/titlebutton-light.css b/src/other/firefox/WhiteSur/parts/titlebutton-light.css index 9787917..a4476f2 100644 --- a/src/other/firefox/WhiteSur/parts/titlebutton-light.css +++ b/src/other/firefox/WhiteSur/parts/titlebutton-light.css @@ -21,37 +21,22 @@ background-size: contain; } :root[tabsintitlebar] #titlebar .titlebar-close:hover, -:root[tabsintitlebar] #titlebar #titlebar-close:hover { - background: url("../titlebuttons/titlebutton-close-hover-inactive.svg") no-repeat; - background-size: contain; -} -:root[tabsintitlebar] #titlebar .titlebar-max:hover, -:root[tabsintitlebar] #titlebar #titlebar-max:hover { - background: url("../titlebuttons/titlebutton-maximize-hover-inactive.svg") no-repeat; - background-size: contain; -} -:root[tabsintitlebar] #titlebar .titlebar-min:hover, -:root[tabsintitlebar] #titlebar #titlebar-min:hover { - background: url("../titlebuttons/titlebutton-minimize-hover-inactive.svg") no-repeat; - background-size: contain; -} -:root[tabsintitlebar] #titlebar .titlebar-close:hover, :root[tabsintitlebar] #titlebar #titlebar-close:hover { background: url("../titlebuttons/titlebutton-close-hover.svg") no-repeat; + background-color: transparent !important; background-size: contain; - transition: background-size 300ms cubic-bezier(0.0, 0.0, 0.2, 1); } :root[tabsintitlebar] #titlebar .titlebar-max:hover, :root[tabsintitlebar] #titlebar #titlebar-max:hover { background: url("../titlebuttons/titlebutton-maximize-hover.svg") no-repeat; + background-color: transparent !important; background-size: contain; - transition: background-size 300ms cubic-bezier(0.0, 0.0, 0.2, 1); } :root[tabsintitlebar] #titlebar .titlebar-min:hover, :root[tabsintitlebar] #titlebar #titlebar-min:hover { background: url("../titlebuttons/titlebutton-minimize-hover.svg") no-repeat; + background-color: transparent !important; background-size: contain; - transition: background-size 300ms cubic-bezier(0.0, 0.0, 0.2, 1); } :root[tabsintitlebar] #titlebar .titlebar-restore:hover, :root[tabsintitlebar] #titlebar #titlebar-restore:hover, diff --git a/src/other/firefox/WhiteSur/parts/toolbox.css b/src/other/firefox/WhiteSur/parts/toolbox.css index 32489b2..b8c9697 100644 --- a/src/other/firefox/WhiteSur/parts/toolbox.css +++ b/src/other/firefox/WhiteSur/parts/toolbox.css @@ -77,18 +77,23 @@ findbar:-moz-window-inactive label, /* Reorder toolbars */ #navigator-toolbox #nav-bar, findbar { -moz-box-ordinal-group: 0; + order: 0; } #navigator-toolbox #PersonalToolbar { -moz-box-ordinal-group: 1; + order: 1; } #navigator-toolbox #titlebar { -moz-box-ordinal-group: 2; + order: 2; } #navigator-toolbox toolbar { -moz-box-ordinal-group: 10; + order: 10; } #navigator-toolbox #TabsToolbar { -moz-box-ordinal-group: 100; + order: 100; } /* Overrides: Don't shift other toolbars on tab drag and drop */ diff --git a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close-active-dark.svg b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close-active-dark.svg index b3261ab..fa73344 100644 --- a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close-active-dark.svg +++ b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close-active-dark.svg @@ -1,6 +1,49 @@ - - - - - + + + + + + + diff --git a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close-active.svg b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close-active.svg index 7942813..1da05c9 100644 --- a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close-active.svg +++ b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close-active.svg @@ -1,12 +1,52 @@ - - - - - - - - - - - + + + + + + + diff --git a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close-hover-dark.svg b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close-hover-dark.svg index 3cdb1dd..49b744f 100644 --- a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close-hover-dark.svg +++ b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close-hover-dark.svg @@ -1,5 +1,42 @@ - - - - + + + + + + diff --git a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close-hover-inactive-dark.svg b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close-hover-inactive-dark.svg deleted file mode 100644 index ac817e8..0000000 --- a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close-hover-inactive-dark.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close-hover-inactive.svg b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close-hover-inactive.svg deleted file mode 100644 index 1f3d7b1..0000000 --- a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close-hover-inactive.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close-hover.svg b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close-hover.svg index 0bccd13..16c96c0 100644 --- a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close-hover.svg +++ b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close-hover.svg @@ -1,13 +1,46 @@ - - - - - - - - - - - - + + + + + + + diff --git a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close.svg b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close.svg index 6a34752..90e8d7c 100644 --- a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close.svg +++ b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-close.svg @@ -1,11 +1,42 @@ - - - - - - - - - - + + + + + + diff --git a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-maximize-active-dark.svg b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-maximize-active-dark.svg index 7bf2dd3..87d53fc 100644 --- a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-maximize-active-dark.svg +++ b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-maximize-active-dark.svg @@ -1,6 +1,49 @@ - - - - - + + + + + + + diff --git a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-maximize-active.svg b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-maximize-active.svg index 8d246c3..d5f218d 100644 --- a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-maximize-active.svg +++ b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-maximize-active.svg @@ -1,8 +1,52 @@ - - - - + + + + + + + + + - - diff --git a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-maximize-hover-dark.svg b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-maximize-hover-dark.svg index 9665879..216d468 100644 --- a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-maximize-hover-dark.svg +++ b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-maximize-hover-dark.svg @@ -1,5 +1,4 @@ - - - + + diff --git a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-maximize-hover-inactive-dark.svg b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-maximize-hover-inactive-dark.svg deleted file mode 100644 index 216d468..0000000 --- a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-maximize-hover-inactive-dark.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-maximize-hover-inactive.svg b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-maximize-hover-inactive.svg deleted file mode 100644 index b852689..0000000 --- a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-maximize-hover-inactive.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-maximize-hover.svg b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-maximize-hover.svg index a6d737f..b852689 100644 --- a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-maximize-hover.svg +++ b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-maximize-hover.svg @@ -1,9 +1,9 @@ - + - - + + - + diff --git a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-minimize-active-dark.svg b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-minimize-active-dark.svg index e819d5b..cb5bc2a 100644 --- a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-minimize-active-dark.svg +++ b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-minimize-active-dark.svg @@ -1,6 +1,55 @@ - - - - - + + + + + + + diff --git a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-minimize-active.svg b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-minimize-active.svg index 6b1114f..91c8c96 100644 --- a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-minimize-active.svg +++ b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-minimize-active.svg @@ -1,10 +1,49 @@ - - - - - - - - - + + + + + + diff --git a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-minimize-hover-dark.svg b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-minimize-hover-dark.svg index 5697187..4c50ada 100644 --- a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-minimize-hover-dark.svg +++ b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-minimize-hover-dark.svg @@ -1,5 +1,4 @@ - - - + + diff --git a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-minimize-hover-inactive-dark.svg b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-minimize-hover-inactive-dark.svg deleted file mode 100644 index 4c50ada..0000000 --- a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-minimize-hover-inactive-dark.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-minimize-hover-inactive.svg b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-minimize-hover-inactive.svg deleted file mode 100644 index 3893eec..0000000 --- a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-minimize-hover-inactive.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-minimize-hover.svg b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-minimize-hover.svg index daf5f78..3893eec 100644 --- a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-minimize-hover.svg +++ b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-minimize-hover.svg @@ -1,11 +1,11 @@ - + - - + + - + diff --git a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-unmaximize-active-dark.svg b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-unmaximize-active-dark.svg index 061e819..67d53b7 100644 --- a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-unmaximize-active-dark.svg +++ b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-unmaximize-active-dark.svg @@ -1,8 +1,53 @@ - - - - - - - + + + + + + + + + diff --git a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-unmaximize-active.svg b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-unmaximize-active.svg index 064b9a9..05cc12e 100644 --- a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-unmaximize-active.svg +++ b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-unmaximize-active.svg @@ -1,6 +1,45 @@ - - - - - + + + + + + diff --git a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-unmaximize-hover-dark.svg b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-unmaximize-hover-dark.svg index 3793017..7658f7d 100644 --- a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-unmaximize-hover-dark.svg +++ b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-unmaximize-hover-dark.svg @@ -1,5 +1,4 @@ - - + diff --git a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-unmaximize-hover-inactive-dark.svg b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-unmaximize-hover-inactive-dark.svg deleted file mode 100644 index 7658f7d..0000000 --- a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-unmaximize-hover-inactive-dark.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-unmaximize-hover-inactive.svg b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-unmaximize-hover-inactive.svg deleted file mode 100644 index 26cac41..0000000 --- a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-unmaximize-hover-inactive.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-unmaximize-hover.svg b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-unmaximize-hover.svg index af27530..26cac41 100644 --- a/src/other/firefox/WhiteSur/titlebuttons/titlebutton-unmaximize-hover.svg +++ b/src/other/firefox/WhiteSur/titlebuttons/titlebutton-unmaximize-hover.svg @@ -1,7 +1,7 @@ - - - + + +