diff --git a/libs/lib-install.sh b/libs/lib-install.sh index 04f6da8e..7fcdf6f5 100755 --- a/libs/lib-install.sh +++ b/libs/lib-install.sh @@ -681,7 +681,12 @@ install_firefox_theme() { cp -rf "${FIREFOX_SRC_DIR}/${theme_name}" "${TARGET_DIR}" [[ -f "${TARGET_DIR}"/customChrome.css ]] && mv "${TARGET_DIR}"/customChrome.css "${TARGET_DIR}"/customChrome.css.bak cp -rf "${FIREFOX_SRC_DIR}"/customChrome.css "${TARGET_DIR}" - cp -rf "${FIREFOX_SRC_DIR}"/common/{icons,titlebuttons,pages} "${TARGET_DIR}/${theme_name}" + cp -rf "${FIREFOX_SRC_DIR}"/common/{icons,pages} "${TARGET_DIR}/${theme_name}" + if [[ "${colorscheme}" == '-nord' ]]; then + cp -rf "${FIREFOX_SRC_DIR}"/common/titlebuttons-nord "${TARGET_DIR}/${theme_name}"/titlebuttons + else + cp -rf "${FIREFOX_SRC_DIR}"/common/titlebuttons "${TARGET_DIR}/${theme_name}" + fi cp -rf "${FIREFOX_SRC_DIR}"/common/*.css "${TARGET_DIR}/${theme_name}" cp -rf "${FIREFOX_SRC_DIR}"/common/parts/*.css "${TARGET_DIR}/${theme_name}"/parts [[ -f "${TARGET_DIR}"/userChrome.css ]] && mv "${TARGET_DIR}"/userChrome.css "${TARGET_DIR}"/userChrome.css.bak diff --git a/src/other/firefox/Monterey/colors/dark-nord.css b/src/other/firefox/Monterey/colors/dark-nord.css index 0d896c47..b5c60c20 100644 --- a/src/other/firefox/Monterey/colors/dark-nord.css +++ b/src/other/firefox/Monterey/colors/dark-nord.css @@ -70,20 +70,20 @@ --gnome-inactive-button-background: linear-gradient(#292e38, #292e38); --gnome-inactive-button-border-color: rgba(0, 0, 0, 0.12); --gnome-inactive-button-box-shadow: inset 0 1px rgba(255, 255, 255, 0.0); - --gnome-button-suggested-action-background: linear-gradient(to top, #155099 2px, #15539e); + --gnome-button-suggested-action-background: linear-gradient(to top, #5271ad 2px, #5271ad); --gnome-button-suggested-action-border-color: rgba(0, 0, 0, 0.2); --gnome-button-suggested-action-border-bottom-color: rgba(0, 0, 0, 0.3); --gnome-button-suggested-action-box-shadow: inset 0 1px rgba(255, 255, 255, 0.08); - --gnome-button-suggested-action-hover-background: linear-gradient(to top, #155099, #1655a2 1px); - --gnome-button-suggested-action-active-background: linear-gradient(to top, #103e75, #103e75 1px); + --gnome-button-suggested-action-hover-background: linear-gradient(to top, #7090cc, #7090cc 1px); + --gnome-button-suggested-action-active-background: linear-gradient(to top, #3d578c, #3d578c 1px); --gnome-button-suggested-action-active-border-color: rgba(0, 0, 0, 0.3); --gnome-button-suggested-action-active-box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); - --gnome-button-destructive-action-background: linear-gradient(to top, #ae151c 2px, #b2161d); + --gnome-button-destructive-action-background: linear-gradient(to top, #bf5f69 2px, #bf5f69); --gnome-button-destructive-action-border-color: rgba(0, 0, 0, 0.2); --gnome-button-destructive-action-border-bottom-color: rgba(0, 0, 0, 0.3); --gnome-button-destructive-action-box-shadow: inset 0 1px rgba(255, 255, 255, 0.02), 0 1px 2px rgba(0, 0, 0, 0.07); - --gnome-button-destructive-action-hover-background: linear-gradient(to top, #ae151c, #b7161d 1px); - --gnome-button-destructive-action-active-background: linear-gradient(to top, #8a1116, #8a1116 1px); + --gnome-button-destructive-action-hover-background: linear-gradient(to top, #cc707a, #cc707a 1px); + --gnome-button-destructive-action-active-background: linear-gradient(to top, #95464e, #95464e 1px); --gnome-button-destructive-action-active-border-color: rgba(0, 0, 0, 0.3); --gnome-button-destructive-action-active-box-shadow: inset 0 1px rgba(255, 255, 255, 0); @@ -92,7 +92,7 @@ --gnome-headerbar-button-active-background: rgba(255, 255, 255, 0.15); /* URL bar */ - --gnome-urlbar-background: #323946; + --gnome-urlbar-background: #3b4250; --gnome-urlbar-border-color: rgba(0, 0, 0, 0.2); --gnome-urlbar-box-shadow: 0 3px 6px 1px rgba(0,0,0, .2), 0 5px 16px 3px rgba(0,0,0, .15), 0 0 0 1px rgba(0, 0, 0, 0.75); --gnome-urlbar-color: #f0f5ff; diff --git a/src/other/firefox/WhiteSur/colors/dark-nord.css b/src/other/firefox/WhiteSur/colors/dark-nord.css index 35dc5ef1..e396435c 100644 --- a/src/other/firefox/WhiteSur/colors/dark-nord.css +++ b/src/other/firefox/WhiteSur/colors/dark-nord.css @@ -70,20 +70,20 @@ --gnome-inactive-button-background: linear-gradient(#292e38, #292e38); --gnome-inactive-button-border-color: rgba(0, 0, 0, 0.12); --gnome-inactive-button-box-shadow: inset 0 1px rgba(255, 255, 255, 0.0); - --gnome-button-suggested-action-background: linear-gradient(to top, #155099 2px, #15539e); + --gnome-button-suggested-action-background: linear-gradient(to top, #5271ad 2px, #5271ad); --gnome-button-suggested-action-border-color: rgba(0, 0, 0, 0.2); --gnome-button-suggested-action-border-bottom-color: rgba(0, 0, 0, 0.3); --gnome-button-suggested-action-box-shadow: inset 0 1px rgba(255, 255, 255, 0.08); - --gnome-button-suggested-action-hover-background: linear-gradient(to top, #155099, #1655a2 1px); - --gnome-button-suggested-action-active-background: linear-gradient(to top, #103e75, #103e75 1px); + --gnome-button-suggested-action-hover-background: linear-gradient(to top, #7090cc, #7090cc 1px); + --gnome-button-suggested-action-active-background: linear-gradient(to top, #3d578c, #3d578c 1px); --gnome-button-suggested-action-active-border-color: rgba(0, 0, 0, 0.3); --gnome-button-suggested-action-active-box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); - --gnome-button-destructive-action-background: linear-gradient(to top, #ae151c 2px, #b2161d); + --gnome-button-destructive-action-background: linear-gradient(to top, #bf5f69 2px, #bf5f69); --gnome-button-destructive-action-border-color: rgba(0, 0, 0, 0.2); --gnome-button-destructive-action-border-bottom-color: rgba(0, 0, 0, 0.3); --gnome-button-destructive-action-box-shadow: inset 0 1px rgba(255, 255, 255, 0.02), 0 1px 2px rgba(0, 0, 0, 0.07); - --gnome-button-destructive-action-hover-background: linear-gradient(to top, #ae151c, #b7161d 1px); - --gnome-button-destructive-action-active-background: linear-gradient(to top, #8a1116, #8a1116 1px); + --gnome-button-destructive-action-hover-background: linear-gradient(to top, #cc707a, #cc707a 1px); + --gnome-button-destructive-action-active-background: linear-gradient(to top, #95464e, #95464e 1px); --gnome-button-destructive-action-active-border-color: rgba(0, 0, 0, 0.3); --gnome-button-destructive-action-active-box-shadow: inset 0 1px rgba(255, 255, 255, 0); @@ -92,7 +92,7 @@ --gnome-headerbar-button-active-background: rgba(255, 255, 255, 0.15); /* URL bar */ - --gnome-urlbar-background: #323946; + --gnome-urlbar-background: #3b4250; --gnome-urlbar-border-color: rgba(0, 0, 0, 0.2); --gnome-urlbar-box-shadow: 0 3px 6px 1px rgba(0,0,0, .2), 0 5px 16px 3px rgba(0,0,0, .15), 0 0 0 1px rgba(0, 0, 0, 0.75); --gnome-urlbar-color: #f0f5ff; diff --git a/src/other/firefox/common/pages/common.css b/src/other/firefox/common/pages/common.css index 49ba8c98..966acd72 100644 --- a/src/other/firefox/common/pages/common.css +++ b/src/other/firefox/common/pages/common.css @@ -8,7 +8,7 @@ --in-content-box-background: var(--gnome-browser-before-load-background) !important; --in-content-box-background-odd: rgba(250,250,250,0.05) !important; - --in-content-box-info-background: rgba(250,250,250,0.15) !important; + --in-content-box-info-background: var(--gnome-content-box-background) !important; --in-content-border-color: rgba(250,250,250,0.2) !important; --in-content-border-hover: rgba(250,250,250,0.3) !important; diff --git a/src/other/firefox/common/pages/newtab.css b/src/other/firefox/common/pages/newtab.css index 5106a39e..01735155 100644 --- a/src/other/firefox/common/pages/newtab.css +++ b/src/other/firefox/common/pages/newtab.css @@ -19,14 +19,14 @@ body { .context-menu { background: var(--gnome-menu-background) !important; border-radius: 12px !important; - box-shadow: var(--gnome-popover-shadow) !important; + box-shadow: var(--gnome-popover-shadow), 0 0 0 1px var(--gnome-popover-border-color) !important; padding: 6px !important; } @media (prefers-color-scheme: dark) { -.context-menu { - border: 1px solid rgba(255, 255, 255, 0.06) !important; -} + .context-menu { + border: 1px solid rgba(255, 255, 255, 0.06) !important; + } } .context-menu > ul { diff --git a/src/other/firefox/common/parts/buttons.css b/src/other/firefox/common/parts/buttons.css index 54464563..b44cdb33 100644 --- a/src/other/firefox/common/parts/buttons.css +++ b/src/other/firefox/common/parts/buttons.css @@ -259,6 +259,7 @@ button.close:not(.ghost-button), border-color: transparent !important; border-radius: 8px !important; border: none !important; + outline: none !important; } .subviewbutton-back:not(#hack):not(:active):hover, diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-backdrop-dark.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-backdrop-dark.svg new file mode 100644 index 00000000..d8c87c14 --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-backdrop-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-backdrop.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-backdrop.svg new file mode 100644 index 00000000..d7c8c506 --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-backdrop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-active-alt.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-active-alt.svg new file mode 100644 index 00000000..48ac9ccb --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-active-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-active-dark-alt.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-active-dark-alt.svg new file mode 100644 index 00000000..e751ba12 --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-active-dark-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-active-dark.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-active-dark.svg new file mode 100644 index 00000000..e945993c --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-active-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-active.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-active.svg new file mode 100644 index 00000000..346fa228 --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-active.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop-alt.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop-alt.svg new file mode 100644 index 00000000..be343af8 --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop-dark-alt.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop-dark-alt.svg new file mode 100644 index 00000000..a93f5586 --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop-dark-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop-dark.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop-dark.svg new file mode 100644 index 00000000..138966a6 --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop.svg new file mode 100644 index 00000000..ef4e51a3 --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-backdrop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-dark.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-dark.svg new file mode 100644 index 00000000..5bb0b45e --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-hover-alt.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-hover-alt.svg new file mode 100644 index 00000000..e85f703f --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-hover-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-hover-dark-alt.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-hover-dark-alt.svg new file mode 100644 index 00000000..5337066a --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-hover-dark-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-hover-dark.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-hover-dark.svg new file mode 100644 index 00000000..673fe7fc --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-hover-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close-hover.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-hover.svg new file mode 100644 index 00000000..932dc941 --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-close-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-close.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-close.svg new file mode 100644 index 00000000..595fd977 --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-active-alt.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-active-alt.svg new file mode 100644 index 00000000..ffddd22b --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-active-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-active-dark-alt.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-active-dark-alt.svg new file mode 100644 index 00000000..0d26834d --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-active-dark-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-active-dark.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-active-dark.svg new file mode 100644 index 00000000..ffd83882 --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-active-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-active.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-active.svg new file mode 100644 index 00000000..37f2d8f2 --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-active.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-backdrop-dark.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-backdrop-dark.svg new file mode 100644 index 00000000..00e643e0 --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-backdrop-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-backdrop.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-backdrop.svg new file mode 100644 index 00000000..0d294a8c --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-backdrop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-dark.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-dark.svg new file mode 100644 index 00000000..5c650b06 --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover-alt.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover-alt.svg new file mode 100644 index 00000000..f251bcfd --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover-dark-alt.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover-dark-alt.svg new file mode 100644 index 00000000..2bd79e4a --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover-dark-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover-dark.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover-dark.svg new file mode 100644 index 00000000..fed8b5d1 --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover.svg new file mode 100644 index 00000000..0e30fa2a --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize.svg new file mode 100644 index 00000000..aff8de77 --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-maximize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-active-dark.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-active-dark.svg new file mode 100644 index 00000000..1410eb66 --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-active-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-active.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-active.svg new file mode 100644 index 00000000..2e1dc00c --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-active.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-backdrop-dark.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-backdrop-dark.svg new file mode 100644 index 00000000..fcace960 --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-backdrop-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-backdrop.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-backdrop.svg new file mode 100644 index 00000000..5387d641 --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-backdrop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-dark.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-dark.svg new file mode 100644 index 00000000..499ce366 --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-hover-dark.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-hover-dark.svg new file mode 100644 index 00000000..59bcc0f7 --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-hover-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-hover.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-hover.svg new file mode 100644 index 00000000..2a464c1f --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize.svg new file mode 100644 index 00000000..f7ba38bc --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-minimize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active-alt.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active-alt.svg new file mode 100644 index 00000000..ffddd22b --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active-dark-alt.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active-dark-alt.svg new file mode 100644 index 00000000..0d26834d --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active-dark-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active-dark.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active-dark.svg new file mode 100644 index 00000000..80820384 --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active.svg new file mode 100644 index 00000000..1b12502f --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-active.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-backdrop-dark.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-backdrop-dark.svg new file mode 100644 index 00000000..67d58f4b --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-backdrop-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-backdrop.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-backdrop.svg new file mode 100644 index 00000000..fbec90cf --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-backdrop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover-alt.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover-alt.svg new file mode 100644 index 00000000..f251bcfd --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover-dark-alt.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover-dark-alt.svg new file mode 100644 index 00000000..2bd79e4a --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover-dark-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover-dark.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover-dark.svg new file mode 100644 index 00000000..5b339db7 --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover.svg b/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover.svg new file mode 100644 index 00000000..50557192 --- /dev/null +++ b/src/other/firefox/common/titlebuttons-nord/titlebutton-unmaximize-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-backdrop-dark.svg b/src/other/firefox/common/titlebuttons/titlebutton-backdrop-dark.svg index 354b1416..d644c47f 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-backdrop-dark.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-backdrop-dark.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-backdrop.svg b/src/other/firefox/common/titlebuttons/titlebutton-backdrop.svg index c872d22f..3c638c98 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-backdrop.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-backdrop.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-active-alt.svg b/src/other/firefox/common/titlebuttons/titlebutton-close-active-alt.svg index eaace88c..e2b65eca 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-close-active-alt.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-close-active-alt.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-active-dark-alt.svg b/src/other/firefox/common/titlebuttons/titlebutton-close-active-dark-alt.svg index d1538392..b4ca8edd 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-close-active-dark-alt.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-close-active-dark-alt.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-active-dark.svg b/src/other/firefox/common/titlebuttons/titlebutton-close-active-dark.svg index fa733440..3867d55e 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-close-active-dark.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-close-active-dark.svg @@ -1,49 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-active.svg b/src/other/firefox/common/titlebuttons/titlebutton-close-active.svg index 1da05c94..68e98ce8 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-close-active.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-close-active.svg @@ -1,52 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-backdrop-alt.svg b/src/other/firefox/common/titlebuttons/titlebutton-close-backdrop-alt.svg index 06975417..38ec25f4 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-close-backdrop-alt.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-close-backdrop-alt.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-backdrop-dark-alt.svg b/src/other/firefox/common/titlebuttons/titlebutton-close-backdrop-dark-alt.svg index 4284aec4..2fe5271c 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-close-backdrop-dark-alt.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-close-backdrop-dark-alt.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-backdrop-dark.svg b/src/other/firefox/common/titlebuttons/titlebutton-close-backdrop-dark.svg index 56be72e7..c26bd6e3 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-close-backdrop-dark.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-close-backdrop-dark.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-backdrop.svg b/src/other/firefox/common/titlebuttons/titlebutton-close-backdrop.svg index 158a52ba..a3c0edb8 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-close-backdrop.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-close-backdrop.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-dark.svg b/src/other/firefox/common/titlebuttons/titlebutton-close-dark.svg index 68d826a9..b2064fa4 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-close-dark.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-close-dark.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-hover-alt.svg b/src/other/firefox/common/titlebuttons/titlebutton-close-hover-alt.svg index 95e2a156..a9aa06df 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-close-hover-alt.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-close-hover-alt.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-hover-dark-alt.svg b/src/other/firefox/common/titlebuttons/titlebutton-close-hover-dark-alt.svg index 38f74bf2..d7b352a2 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-close-hover-dark-alt.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-close-hover-dark-alt.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-hover-dark.svg b/src/other/firefox/common/titlebuttons/titlebutton-close-hover-dark.svg index 49b744f6..2e12c258 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-close-hover-dark.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-close-hover-dark.svg @@ -1,42 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close-hover.svg b/src/other/firefox/common/titlebuttons/titlebutton-close-hover.svg index 16c96c0e..68bb9af2 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-close-hover.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-close-hover.svg @@ -1,46 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-close.svg b/src/other/firefox/common/titlebuttons/titlebutton-close.svg index 90e8d7c0..551bcfc5 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-close.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-close.svg @@ -1,42 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-maximize-active-alt.svg b/src/other/firefox/common/titlebuttons/titlebutton-maximize-active-alt.svg index 69f1f362..a8cb587b 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-maximize-active-alt.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-maximize-active-alt.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-maximize-active-dark-alt.svg b/src/other/firefox/common/titlebuttons/titlebutton-maximize-active-dark-alt.svg index 382c36c8..dc1c1353 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-maximize-active-dark-alt.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-maximize-active-dark-alt.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-maximize-active-dark.svg b/src/other/firefox/common/titlebuttons/titlebutton-maximize-active-dark.svg index 87d53fc3..5e1bea35 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-maximize-active-dark.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-maximize-active-dark.svg @@ -1,49 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-maximize-active.svg b/src/other/firefox/common/titlebuttons/titlebutton-maximize-active.svg index d5f218d1..06666baf 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-maximize-active.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-maximize-active.svg @@ -1,52 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-maximize-backdrop-dark.svg b/src/other/firefox/common/titlebuttons/titlebutton-maximize-backdrop-dark.svg index de749857..80a81f1e 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-maximize-backdrop-dark.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-maximize-backdrop-dark.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-maximize-backdrop.svg b/src/other/firefox/common/titlebuttons/titlebutton-maximize-backdrop.svg index a7bb1f53..9ec22e95 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-maximize-backdrop.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-maximize-backdrop.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-maximize-dark.svg b/src/other/firefox/common/titlebuttons/titlebutton-maximize-dark.svg index 8d05b549..952cd4a9 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-maximize-dark.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-maximize-dark.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-maximize-hover-alt.svg b/src/other/firefox/common/titlebuttons/titlebutton-maximize-hover-alt.svg index fe253a88..fe794f0b 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-maximize-hover-alt.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-maximize-hover-alt.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-maximize-hover-dark-alt.svg b/src/other/firefox/common/titlebuttons/titlebutton-maximize-hover-dark-alt.svg index 64d0fcba..2968ccb4 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-maximize-hover-dark-alt.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-maximize-hover-dark-alt.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-maximize-hover-dark.svg b/src/other/firefox/common/titlebuttons/titlebutton-maximize-hover-dark.svg index 216d468c..20d5f19c 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-maximize-hover-dark.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-maximize-hover-dark.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-maximize-hover.svg b/src/other/firefox/common/titlebuttons/titlebutton-maximize-hover.svg index b852689f..8dfec503 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-maximize-hover.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-maximize-hover.svg @@ -1,9 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-maximize.svg b/src/other/firefox/common/titlebuttons/titlebutton-maximize.svg index e6e235ff..501c38ee 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-maximize.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-maximize.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-minimize-active-dark.svg b/src/other/firefox/common/titlebuttons/titlebutton-minimize-active-dark.svg index cb5bc2ac..b77ed689 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-minimize-active-dark.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-minimize-active-dark.svg @@ -1,55 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-minimize-active.svg b/src/other/firefox/common/titlebuttons/titlebutton-minimize-active.svg index 91c8c969..8ad07c1e 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-minimize-active.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-minimize-active.svg @@ -1,49 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-minimize-backdrop-dark.svg b/src/other/firefox/common/titlebuttons/titlebutton-minimize-backdrop-dark.svg index 7a584e2f..c2c7a59c 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-minimize-backdrop-dark.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-minimize-backdrop-dark.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-minimize-backdrop.svg b/src/other/firefox/common/titlebuttons/titlebutton-minimize-backdrop.svg index 06a08263..a9931ab9 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-minimize-backdrop.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-minimize-backdrop.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-minimize-dark.svg b/src/other/firefox/common/titlebuttons/titlebutton-minimize-dark.svg index 7e5f6602..6b2a283b 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-minimize-dark.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-minimize-dark.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-minimize-hover-dark.svg b/src/other/firefox/common/titlebuttons/titlebutton-minimize-hover-dark.svg index 4c50ada8..aef3e949 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-minimize-hover-dark.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-minimize-hover-dark.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-minimize-hover.svg b/src/other/firefox/common/titlebuttons/titlebutton-minimize-hover.svg index 3893eec6..28b53d36 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-minimize-hover.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-minimize-hover.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-minimize.svg b/src/other/firefox/common/titlebuttons/titlebutton-minimize.svg index 49db28e6..60202919 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-minimize.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-minimize.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-active-alt.svg b/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-active-alt.svg index 69f1f362..a8cb587b 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-active-alt.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-active-alt.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-active-dark-alt.svg b/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-active-dark-alt.svg index 382c36c8..dc1c1353 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-active-dark-alt.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-active-dark-alt.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-active-dark.svg b/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-active-dark.svg index 67d53b7b..65f7b9e3 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-active-dark.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-active-dark.svg @@ -1,53 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-active.svg b/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-active.svg index 05cc12e0..191dcf3d 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-active.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-active.svg @@ -1,45 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-backdrop-dark.svg b/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-backdrop-dark.svg index 1528d73f..e24fc8c0 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-backdrop-dark.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-backdrop-dark.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-backdrop.svg b/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-backdrop.svg index b96203a3..d546fc8e 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-backdrop.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-backdrop.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover-alt.svg b/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover-alt.svg index fe253a88..fe794f0b 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover-alt.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover-alt.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover-dark-alt.svg b/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover-dark-alt.svg index 64d0fcba..2968ccb4 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover-dark-alt.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover-dark-alt.svg @@ -1,11 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover-dark.svg b/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover-dark.svg index 7658f7d7..8ad0eebe 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover-dark.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover-dark.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover.svg b/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover.svg index 26cac411..d3448cfc 100644 --- a/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover.svg +++ b/src/other/firefox/common/titlebuttons/titlebutton-unmaximize-hover.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file