Fixed issues #840

This commit is contained in:
vinceliuice 2023-04-11 00:21:16 +08:00
parent 1232ff3cdf
commit 7f9adf55f8
11 changed files with 403 additions and 29 deletions

View file

@ -88,11 +88,13 @@ arrowscrollbox[orient="horizontal"] {
/* Search entries */
#urlbar[pageproxystate="invalid"] > #identity-box > #identity-icon,
#urlbar:not(.searchButton) > #urlbar-input-container > #identity-box[pageproxystate="invalid"] #identity-icon,
.searchbar-search-icon,
#search-box .textbox-search-sign {
list-style-image: url("../icons/edit-find-symbolic.svg") !important;
opacity: 0.7 !important;
}
#search-box .textbox-search-sign {
width: 16px !important;
margin: 2px 0;
@ -370,10 +372,15 @@ menu[disabled] > .menu-right {
list-style-image: url("../icons/page-action.svg") !important;
}
#save-to-pocket-button,
#pocket-button, #pageAction-panel-pocket {
list-style-image: url("../icons/save-to-pocket.svg") !important;
}
#save-to-pocket-button[open="true"], #save-to-pocket-button[pocketed="true"] {
list-style-image: url("../icons/save-to-pocket-open.svg") !important;
}
#context-bookmarkpage,
#star-button {
list-style-image: url("../icons/star-symbolic.svg") !important;
@ -567,6 +574,7 @@ treechildren::-moz-tree-image {
.menu-right,
#urlbar[pageproxystate="invalid"] > #identity-box > #identity-icon,
#urlbar:not(.searchButton) > #urlbar-input-container > #identity-box[pageproxystate="invalid"] #identity-icon,
.searchbar-search-icon,
#search-box .textbox-search-sign,
@ -679,11 +687,15 @@ treechildren::-moz-tree-image {
filter: invert(60%) brightness(150%);
}
#pocket-button,
#pageAction-panel-pocket {
#save-to-pocket-button,
#pocket-button, #pageAction-panel-pocket {
list-style-image: url("../icons/save-to-pocket-light.svg") !important;
}
#save-to-pocket-button[open="true"], #save-to-pocket-button[pocketed="true"] {
list-style-image: url("../icons/save-to-pocket-open-light.svg") !important;
}
/* Tree views */
treechildren::-moz-tree-twisty,
.item.client .item-twisty-container {

View file

@ -95,6 +95,28 @@ tab > stack {
min-width: 16px;
}
.tabbrowser-tab[soundplaying="true"] .tab-icon-image {
margin-top: 3px !important;
margin-left: 3px !important;
}
.tab-icon-overlay:not([crashed]):is([pinned], [sharing]) {
top: 0 !important;
inset-inline-end: 0 !important;
}
.tabbrowser-tab .tab-icon-overlay:not([crashed]):is([pinned], [sharing]) {
background-color: var(--gnome-tabbar-tab-background) !important;
}
.tabbrowser-tab[selected=true] .tab-icon-overlay:not([crashed]):is([pinned], [sharing]) {
background-color: var(--gnome-tabbar-tab-active-background) !important;
}
.tabbrowser-tab .tab-icon-overlay:not([crashed]):is([pinned], [sharing]):hover {
background-color: var(--gnome-tabbar-tab-hover-background) !important;
}
/* Adjust tab label width */
.tab-label-container {
min-width: 0 !important;
@ -114,7 +136,7 @@ tab > stack {
/* Force tab favicon to the center */
.tab-throbber, .tab-throbber-fallback,
.tabbrowser-tab:not([busy]) .tab-icon-image,
.tabbrowser-tab:not([busy]):not([soundplaying="true"]) .tab-icon-image,
.tabbrowser-tab:not([class*="identity-color-"]) .tab-icon-stack {
margin-left: auto !important;
}

View file

@ -112,6 +112,28 @@ tab > stack {
margin-top: 0 !important;
}
.tabbrowser-tab[soundplaying="true"] .tab-icon-image {
margin-top: 3px !important;
margin-left: 3px !important;
}
.tab-icon-overlay:not([crashed]):is([pinned], [sharing]) {
top: 0 !important;
inset-inline-end: 0 !important;
}
.tabbrowser-tab .tab-icon-overlay:not([crashed]):is([pinned], [sharing]) {
background-color: var(--gnome-tabbar-tab-background) !important;
}
.tabbrowser-tab[selected=true] .tab-icon-overlay:not([crashed]):is([pinned], [sharing]) {
background-color: var(--gnome-tabbar-tab-active-background) !important;
}
.tabbrowser-tab .tab-icon-overlay:not([crashed]):is([pinned], [sharing]):hover {
background-color: var(--gnome-tabbar-tab-hover-background) !important;
}
/* Remove blue line above tabs */
.tab-line {
display: none;

View file

@ -1,7 +1,56 @@
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g class="ColorScheme-Text" color="#363636" fill="#fff">
<path d="m8 0a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8zm0 1a7 7 0 0 1 7 7 7 7 0 0 1-7 7 7 7 0 0 1-7-7 7 7 0 0 1 7-7z"/>
<rect x="8" y="2" width="1" height="7" ry=".5"/>
<rect transform="rotate(90)" x="8" y="-9" width="1" height="6" ry=".5"/>
</g>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="16"
height="16"
version="1.1"
id="svg10"
sodipodi:docname="preferences-system-time-symbolic-light.svg"
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"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs14" />
<sodipodi:namedview
id="namedview12"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="14.75"
inkscape:cx="3.1186441"
inkscape:cy="8"
inkscape:window-width="1432"
inkscape:window-height="452"
inkscape:window-x="244"
inkscape:window-y="312"
inkscape:window-maximized="0"
inkscape:current-layer="svg10" />
<path
d="M 8,0 A 8,8 0 0 1 16,8 8,8 0 0 1 8,16 8,8 0 0 1 0,8 8,8 0 0 1 8,0 Z M 8,1 A 7,7 0 0 0 1,8 7,7 0 0 0 8,15 7,7 0 0 0 15,8 7,7 0 0 0 8,1 Z"
id="path2"
style="color:#363636;fill:#dedede;fill-opacity:1" />
<rect
x="-8"
y="2"
width="1"
height="7"
ry="0.5"
id="rect4"
style="color:#363636;fill:#dedede;fill-opacity:1"
transform="scale(-1,1)" />
<rect
transform="matrix(0,1,1,0,0,0)"
x="8"
y="7"
width="1"
height="6"
ry="0.5"
id="rect6"
style="color:#363636;fill:#dedede;fill-opacity:1" />
</svg>

Before

Width:  |  Height:  |  Size: 412 B

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -1,7 +1,59 @@
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g class="ColorScheme-Text" color="#363636" fill="currentColor">
<path d="m8 0a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8zm0 1a7 7 0 0 1 7 7 7 7 0 0 1-7 7 7 7 0 0 1-7-7 7 7 0 0 1 7-7z"/>
<rect x="8" y="2" width="1" height="7" ry=".5"/>
<rect transform="rotate(90)" x="8" y="-9" width="1" height="6" ry=".5"/>
</g>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="16"
height="16"
version="1.1"
id="svg10"
sodipodi:docname="preferences-system-time-symbolic.svg"
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"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs14" />
<sodipodi:namedview
id="namedview12"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="14.75"
inkscape:cx="5.7627119"
inkscape:cy="8"
inkscape:window-width="1432"
inkscape:window-height="452"
inkscape:window-x="244"
inkscape:window-y="312"
inkscape:window-maximized="0"
inkscape:current-layer="svg10" />
<g
class="ColorScheme-Text"
color="#363636"
fill="currentColor"
id="g8">
<path
d="M 8,0 A 8,8 0 0 1 16,8 8,8 0 0 1 8,16 8,8 0 0 1 0,8 8,8 0 0 1 8,0 Z M 8,1 A 7,7 0 0 0 1,8 7,7 0 0 0 8,15 7,7 0 0 0 15,8 7,7 0 0 0 8,1 Z"
id="path2" />
<rect
x="-8"
y="2"
width="1"
height="7"
ry="0.5"
id="rect4"
transform="scale(-1,1)" />
<rect
transform="matrix(0,1,1,0,0,0)"
x="8"
y="7"
width="1"
height="6"
ry="0.5"
id="rect6" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 420 B

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -1,6 +1,51 @@
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#363636; }</style>
</defs>
<path d="m3 2c-1.108 0-2 0.892-2 2v4a7 7 0 0 0 7 7 7 7 0 0 0 7-7v-4c0-1.108-0.892-2-2-2h-10zm0 1h10c0.554 0 1 0.446 1 1v4a6 6 0 0 1-6 6 6 6 0 0 1-6-6v-4c0-0.554 0.446-1 1-1zm0.75781 2.5488c-0.12781 0-0.25558 0.050503-0.35352 0.14844-0.19587 0.19587-0.19587 0.51116 0 0.70703l4.2422 4.2422c0.19587 0.19587 0.51116 0.19587 0.70703 0l4.2422-4.2422c0.19587-0.19587 0.19587-0.51116 0-0.70703s-0.51116-0.19587-0.70703 0l-3.8887 3.8887-3.8887-3.8887c-0.097934-0.097934-0.22571-0.14844-0.35352-0.14844z" fill="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.0755"/>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="16"
height="16"
version="1.1"
id="svg7"
sodipodi:docname="save-to-pocket-light.svg"
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"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview9"
pagecolor="#9d9d9d"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="true"
inkscape:zoom="41.7193"
inkscape:cx="7.1789316"
inkscape:cy="7.7182503"
inkscape:window-width="1920"
inkscape:window-height="1012"
inkscape:window-x="0"
inkscape:window-y="32"
inkscape:window-maximized="1"
inkscape:current-layer="svg7">
<inkscape:grid
type="xygrid"
id="grid285" />
</sodipodi:namedview>
<defs
id="defs3">
<style
id="current-color-scheme"
type="text/css">.ColorScheme-Text { color:#363636; }</style>
</defs>
<path
d="M 3,1 C 1.892,1 1,1.892 1,3 v 5 c 0,3.865993 3.1340068,7 7,7 3.865993,0 7,-3.134007 7,-7 V 3 C 15,1.892 14.108,1 13,1 Z m 0,1 h 10 c 0.554,0 1,0.446 1,1 v 5 c 0,3.313708 -2.686292,6 -6,6 C 4.6862915,14 2,11.313708 2,8 V 3 C 2,2.446 2.446,2 3,2 Z m 0.75781,2.96286 c -0.12781,0 -0.25558,0.050503 -0.35352,0.14844 -0.19587,0.19587 -0.19587,0.51116 0,0.70703 l 4.2422,4.2422 c 0.19587,0.19587 0.51116,0.19587 0.70703,0 l 4.2422,-4.2422 c 0.19587,-0.19587 0.19587,-0.51116 0,-0.70703 -0.19587,-0.19587 -0.51116,-0.19587 -0.70703,0 L 7.99999,9 4.11129,5.1113 C 4.013356,5.013366 3.88558,4.96286 3.75777,4.96286 Z"
fill="#ffffff"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2.0755"
id="path5"
sodipodi:nodetypes="ssssssssssssssssccsssssscscc"
style="fill:#dedede;fill-opacity:1" />
</svg>

Before

Width:  |  Height:  |  Size: 778 B

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="16"
height="16"
version="1.1"
id="svg2169"
sodipodi:docname="save-to-pocket-open-light.svg"
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"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview2171"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="true"
inkscape:zoom="14.75"
inkscape:cx="0.50847458"
inkscape:cy="6.7118644"
inkscape:window-width="1920"
inkscape:window-height="1012"
inkscape:window-x="0"
inkscape:window-y="32"
inkscape:window-maximized="1"
inkscape:current-layer="svg2169">
<inkscape:grid
type="xygrid"
id="grid234" />
</sodipodi:namedview>
<defs
id="defs2165">
<style
id="current-color-scheme"
type="text/css">.ColorScheme-Text { color:#363636; }</style>
</defs>
<path
id="path2167"
d="M 3,1 C 1.8920011,1 1,1.8920011 1,3 v 5 c 0,3.865989 3.1340107,7 7,7 3.865989,0 7,-3.134011 7,-7 V 3 C 15,1.8920011 14.107999,1 13,1 Z m 0.7578125,3.9628906 c 0.1278099,0 0.2555817,0.050504 0.3535156,0.1484375 L 8,9 11.888672,5.1113281 c 0.19587,-0.1958698 0.511161,-0.1958698 0.707031,0 0.19587,0.1958698 0.19587,0.5111615 0,0.7070313 L 8.3535156,10.060546 c -0.1958698,0.19587 -0.5111614,0.19587 -0.7070312,0 L 3.4042969,5.8183594 c -0.1958698,-0.1958698 -0.1958698,-0.5111615 0,-0.7070313 0.09794,-0.097937 0.2257057,-0.1484375 0.3535156,-0.1484375 z"
style="fill:#dedede;fill-opacity:1"
sodipodi:nodetypes="ssssssssscccscccscs" />
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="16"
height="16"
version="1.1"
id="svg2169"
sodipodi:docname="save-to-pocket-open.svg"
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"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview2171"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="true"
inkscape:zoom="29.5"
inkscape:cx="5.1186441"
inkscape:cy="5.559322"
inkscape:window-width="1920"
inkscape:window-height="1012"
inkscape:window-x="0"
inkscape:window-y="32"
inkscape:window-maximized="1"
inkscape:current-layer="svg2169">
<inkscape:grid
type="xygrid"
id="grid234" />
</sodipodi:namedview>
<defs
id="defs2165">
<style
id="current-color-scheme"
type="text/css">.ColorScheme-Text { color:#363636; }</style>
</defs>
<path
id="path2167"
d="M 3,1 C 1.8920011,1 1,1.8920011 1,3 v 5 c 0,3.865989 3.1340107,7 7,7 3.865989,0 7,-3.134011 7,-7 V 3 C 15,1.8920011 14.107999,1 13,1 Z m 0.7578125,3.9628906 c 0.1278099,0 0.2555817,0.050504 0.3535156,0.1484375 L 8,9 11.888672,5.1113281 c 0.19587,-0.1958698 0.511161,-0.1958698 0.707031,0 0.19587,0.1958698 0.19587,0.5111615 0,0.7070313 L 8.3535156,10.060546 c -0.1958698,0.195871 -0.5111614,0.195871 -0.7070312,0 L 3.4042969,5.8183594 c -0.1958698,-0.1958698 -0.1958698,-0.5111615 0,-0.7070313 0.09794,-0.097937 0.2257057,-0.1484375 0.3535156,-0.1484375 z"
style="fill:#333333"
sodipodi:nodetypes="ssssssssssccscccscs" />
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -1,6 +1,50 @@
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#363636; }</style>
</defs>
<path d="m3 2c-1.108 0-2 0.892-2 2v4a7 7 0 0 0 7 7 7 7 0 0 0 7-7v-4c0-1.108-0.892-2-2-2h-10zm0 1h10c0.554 0 1 0.446 1 1v4a6 6 0 0 1-6 6 6 6 0 0 1-6-6v-4c0-0.554 0.446-1 1-1zm0.75781 2.5488c-0.12781 0-0.25558 0.050503-0.35352 0.14844-0.19587 0.19587-0.19587 0.51116 0 0.70703l4.2422 4.2422c0.19587 0.19587 0.51116 0.19587 0.70703 0l4.2422-4.2422c0.19587-0.19587 0.19587-0.51116 0-0.70703-0.19587-0.19587-0.51116-0.19587-0.70703 0l-3.8887 3.8887-3.8887-3.8887c-0.097934-0.097934-0.22571-0.14844-0.35352-0.14844z" fill="#333" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.0755"/>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="16"
height="16"
version="1.1"
id="svg7"
sodipodi:docname="save-to-pocket.svg"
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"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview9"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="true"
inkscape:zoom="29.5"
inkscape:cx="8.6779661"
inkscape:cy="6.7118644"
inkscape:window-width="1920"
inkscape:window-height="1012"
inkscape:window-x="0"
inkscape:window-y="32"
inkscape:window-maximized="1"
inkscape:current-layer="svg7">
<inkscape:grid
type="xygrid"
id="grid238" />
</sodipodi:namedview>
<defs
id="defs3">
<style
id="current-color-scheme"
type="text/css">.ColorScheme-Text { color:#363636; }</style>
</defs>
<path
d="M 3,1 C 1.892,1 1,1.892 1,3 v 5 c 0,3.865993 3.1340068,7 7,7 3.865993,0 7,-3.134007 7,-7 V 3 C 15,1.892 14.108,1 13,1 Z m 0,1 h 10 c 0.554,0 1,0.446 1,1 v 5 c 0,3.313708 -2.686292,6 -6,6 C 4.6862915,14 2,11.313708 2,8 V 3 C 2,2.446 2.446,2 3,2 Z m 0.75781,2.96286 c -0.12781,0 -0.25558,0.050503 -0.35352,0.14844 -0.19587,0.19587 -0.19587,0.51116 0,0.70703 l 4.2422,4.2422 c 0.19587,0.19587 0.51116,0.19587 0.70703,0 l 4.2422,-4.2422 c 0.19587,-0.19587 0.19587,-0.51116 0,-0.70703 -0.19587,-0.19587 -0.51116,-0.19587 -0.70703,0 L 7.99999,9 4.11129,5.1113 C 4.013356,5.013366 3.88558,4.96286 3.75777,4.96286 Z"
fill="#333333"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2.0755"
id="path5"
sodipodi:nodetypes="ssssssssssssssssccsssssscscc" />
</svg>

Before

Width:  |  Height:  |  Size: 793 B

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -88,11 +88,13 @@ arrowscrollbox[orient="horizontal"] {
/* Search entries */
#urlbar[pageproxystate="invalid"] > #identity-box > #identity-icon,
#urlbar:not(.searchButton) > #urlbar-input-container > #identity-box[pageproxystate="invalid"] #identity-icon,
.searchbar-search-icon,
#search-box .textbox-search-sign {
list-style-image: url("../icons/edit-find-symbolic.svg") !important;
opacity: 0.7 !important;
}
#search-box .textbox-search-sign {
width: 16px !important;
margin: 2px 0;
@ -370,10 +372,15 @@ menu[disabled] > .menu-right {
list-style-image: url("../icons/page-action.svg") !important;
}
#save-to-pocket-button,
#pocket-button, #pageAction-panel-pocket {
list-style-image: url("../icons/save-to-pocket.svg") !important;
}
#save-to-pocket-button[open="true"], #save-to-pocket-button[pocketed="true"] {
list-style-image: url("../icons/save-to-pocket-open.svg") !important;
}
#context-bookmarkpage,
#star-button {
list-style-image: url("../icons/star-symbolic.svg") !important;
@ -567,6 +574,7 @@ treechildren::-moz-tree-image {
.menu-right,
#urlbar[pageproxystate="invalid"] > #identity-box > #identity-icon,
#urlbar:not(.searchButton) > #urlbar-input-container > #identity-box[pageproxystate="invalid"] #identity-icon,
.searchbar-search-icon,
#search-box .textbox-search-sign,
@ -679,11 +687,15 @@ treechildren::-moz-tree-image {
filter: invert(60%) brightness(150%);
}
#pocket-button,
#pageAction-panel-pocket {
#save-to-pocket-button,
#pocket-button, #pageAction-panel-pocket {
list-style-image: url("../icons/save-to-pocket-light.svg") !important;
}
#save-to-pocket-button[open="true"], #save-to-pocket-button[pocketed="true"] {
list-style-image: url("../icons/save-to-pocket-open-light.svg") !important;
}
/* Tree views */
treechildren::-moz-tree-twisty,
.item.client .item-twisty-container {

View file

@ -126,7 +126,7 @@ tab[selected]:-moz-window-inactive {
/* Force tab favicon to the center */
.tab-throbber, .tab-throbber-fallback,
.tabbrowser-tab:not([busy]) .tab-icon-image,
.tabbrowser-tab:not([busy]):not([soundplaying="true"]) .tab-icon-image,
.tabbrowser-tab:not([class*="identity-color-"]) .tab-icon-stack {
margin-left: auto !important;
}
@ -171,7 +171,7 @@ tab[selected]:-moz-window-inactive {
padding-inline: 0px !important;
}
.tabbrowser-tab[selected="true"]>.tab-stack>.tab-background {
.tabbrowser-tab[selected="true"] > .tab-stack > .tab-background {
margin-left: 0px !important;
margin-right: 0px !important;
}
@ -243,6 +243,28 @@ tab[selected]:-moz-window-inactive {
margin-top: 0 !important;
}
.tabbrowser-tab[soundplaying="true"] .tab-icon-image {
margin-top: 3px !important;
margin-left: 3px !important;
}
.tab-icon-overlay:not([crashed]):is([pinned], [sharing]) {
top: 0 !important;
inset-inline-end: 0 !important;
}
.tabbrowser-tab .tab-icon-overlay:not([crashed]):is([pinned], [sharing]) {
background-color: var(--gnome-tabbar-tab-background) !important;
}
.tabbrowser-tab[selected=true] .tab-icon-overlay:not([crashed]):is([pinned], [sharing]) {
background-color: var(--gnome-tabbar-tab-active-background) !important;
}
.tabbrowser-tab .tab-icon-overlay:not([crashed]):is([pinned], [sharing]):hover {
background-color: var(--gnome-tabbar-tab-hover-background) !important;
}
/* Remove blue line above tabs */
.tab-line {
display: none;