From b0cad32aa1dc5d7f4a14ad91792d10c9a0da8057 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sat, 27 May 2023 22:42:41 +0800 Subject: [PATCH] update --- src/other/firefox/Monterey/parts/tabsbar.css | 1 - src/other/firefox/WhiteSur/parts/tabsbar.css | 3 -- .../common/icons/info-symbolic-light.svg | 32 ++++++++--------- .../firefox/common/icons/info-symbolic.svg | 34 +++++++++---------- src/other/firefox/common/parts/icons.css | 11 +++--- 5 files changed, 37 insertions(+), 44 deletions(-) diff --git a/src/other/firefox/Monterey/parts/tabsbar.css b/src/other/firefox/Monterey/parts/tabsbar.css index 8be688c..9ce448d 100644 --- a/src/other/firefox/Monterey/parts/tabsbar.css +++ b/src/other/firefox/Monterey/parts/tabsbar.css @@ -75,7 +75,6 @@ tab[selected]:-moz-window-inactive .tab-label { color: var(--gnome-inactive-tabbar-tab-active-color) !important; } - .close-icon { height: 16px !important; padding: 0 !important; diff --git a/src/other/firefox/WhiteSur/parts/tabsbar.css b/src/other/firefox/WhiteSur/parts/tabsbar.css index a761e17..d28aa3b 100644 --- a/src/other/firefox/WhiteSur/parts/tabsbar.css +++ b/src/other/firefox/WhiteSur/parts/tabsbar.css @@ -100,9 +100,6 @@ tab[selected]:-moz-window-inactive { .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 { diff --git a/src/other/firefox/common/icons/info-symbolic-light.svg b/src/other/firefox/common/icons/info-symbolic-light.svg index 0bc05e0..408b943 100644 --- a/src/other/firefox/common/icons/info-symbolic-light.svg +++ b/src/other/firefox/common/icons/info-symbolic-light.svg @@ -5,7 +5,7 @@ version="1.1" id="svg12" sodipodi:docname="info-symbolic-light.svg" - inkscape:version="1.2 (dc2aedaf03, 2022-05-15)" + inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" @@ -23,12 +23,12 @@ inkscape:deskcolor="#d1d1d1" showgrid="true" inkscape:zoom="20.85965" - inkscape:cx="0.26366694" + inkscape:cx="-9.3242216" inkscape:cy="6.9991587" - inkscape:window-width="1280" - inkscape:window-height="650" + inkscape:window-width="1920" + inkscape:window-height="1000" inkscape:window-x="0" - inkscape:window-y="34" + inkscape:window-y="44" inkscape:window-maximized="1" inkscape:current-layer="svg12"> + style="color:#363636;fill:#dfdfdf;fill-opacity:1" /> + style="color:#363636;fill:#dfdfdf;fill-opacity:1;stroke-width:0.5" /> + width="1" + height="6" + x="7.5" + y="6" + rx="0.5" + ry="0.42857143" + style="fill:#dfdfdf;fill-opacity:1;stroke-width:0.654654" /> diff --git a/src/other/firefox/common/icons/info-symbolic.svg b/src/other/firefox/common/icons/info-symbolic.svg index 4ed4406..d4a367d 100644 --- a/src/other/firefox/common/icons/info-symbolic.svg +++ b/src/other/firefox/common/icons/info-symbolic.svg @@ -5,7 +5,7 @@ version="1.1" id="svg12" sodipodi:docname="info-symbolic.svg" - inkscape:version="1.2 (dc2aedaf03, 2022-05-15)" + inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" @@ -22,13 +22,13 @@ inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" showgrid="true" - inkscape:zoom="20.85965" - inkscape:cx="0.26366694" - inkscape:cy="6.9991587" - inkscape:window-width="1280" - inkscape:window-height="650" + inkscape:zoom="1.84375" + inkscape:cx="21.152542" + inkscape:cy="-5.4237288" + inkscape:window-width="1920" + inkscape:window-height="1000" inkscape:window-x="0" - inkscape:window-y="34" + inkscape:window-y="44" inkscape:window-maximized="1" inkscape:current-layer="svg12"> + style="color:#363636;fill:#333333;fill-opacity:1;stroke-width:0.5" /> + width="1" + height="6" + x="7.5" + y="6" + rx="0.5" + ry="0.42857143" + style="fill:#333333;fill-opacity:1;stroke-width:0.654654" /> diff --git a/src/other/firefox/common/parts/icons.css b/src/other/firefox/common/parts/icons.css index bce8ab0..bb1d894 100644 --- a/src/other/firefox/common/parts/icons.css +++ b/src/other/firefox/common/parts/icons.css @@ -553,11 +553,8 @@ toolbar:not([brighttext]) .webextension-browser-action:-moz-lwtheme { list-style-image: url("../icons/info-symbolic.svg") !important; } -.tabbrowser-tab[image="chrome://global/skin/icons/info.svg"]:not([busy]):not([progress]) .tab-icon-stack::before { - content: ""; - height: 16px; - width: 16px; - background-image: url("../icons/info-symbolic.svg") !important; +.tabbrowser-tab[image="chrome://global/skin/icons/info.svg"]:not([busy]):not([progress]) .tab-icon-stack > .tab-icon-image { + list-style-image: url("../icons/info-symbolic.svg") !important; } /* Password */ @@ -783,8 +780,8 @@ treechildren::-moz-tree-image { list-style-image: url("../icons/preferences-system-time-symbolic-light.svg") !important; } - .tabbrowser-tab[image="chrome://global/skin/icons/info.svg"]:not([busy]):not([progress]):not([crashed]) .tab-icon-stack::before { - background-image: url("../icons/info-symbolic-light.svg") !important; + .tabbrowser-tab[image="chrome://global/skin/icons/info.svg"]:not([busy]):not([progress]):not([crashed]) .tab-icon-stack > .tab-icon-image { + list-style-image: url("../icons/info-symbolic-light.svg") !important; } #sidebar-box[sidebarcommand="viewTabsSidebar"] > #sidebar-header > #sidebar-switcher-target > #sidebar-icon,