Fix: Icons - Waterfox open All as Tree menu #987

This commit is contained in:
alstjr7375 2024-09-19 00:20:09 +09:00
parent 591cade37a
commit 113aa41f7d
4 changed files with 16 additions and 0 deletions

6
css/leptonChrome.css generated
View file

@ -13699,6 +13699,9 @@
menuitem.privatetab-icon {
--menuitem-image: url("../icons/private-favicon.svg");
}
#sidebar_waterfox_net-menuitem-_openAllBookmarksWithStructure {
--menuitem-image: url("../icons/organization-horizontal.svg");
}
}
/*= Tor Browser ==============================================================*/
@supports -moz-bool-pref("userChrome.icon.panel") {
@ -29454,6 +29457,9 @@
menuitem.privatetab-icon {
--menuitem-image: url("../icons/private-favicon.svg");
}
#sidebar_waterfox_net-menuitem-_openAllBookmarksWithStructure {
--menuitem-image: url("../icons/organization-horizontal.svg");
}
}
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") {
#appMenuNewIdentity {

View file

@ -14331,6 +14331,9 @@
menuitem.privatetab-icon {
--menuitem-image: url("../icons/private-favicon.svg");
}
#sidebar_waterfox_net-menuitem-_openAllBookmarksWithStructure {
--menuitem-image: url("../icons/organization-horizontal.svg");
}
}
/*= Tor Browser ==============================================================*/
@supports -moz-bool-pref("userChrome.icon.panel") {

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16" fill="context-fill" fill-opacity="context-fill-opacity">
<path d="M0 8a3 3 0 0 0 5.96.5H7.5v3A1.5 1.5 0 0 0 9 13h1.04a3.001 3.001 0 1 0 0-1H9a.5.5 0 0 1-.5-.5v-7A.5.5 0 0 1 9 4h1.04a3.001 3.001 0 1 0 0-1H9a1.5 1.5 0 0 0-1.5 1.5v3H5.96A3.001 3.001 0 0 0 0 8zm3 2.001a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm10 4.5a2 2 0 1 1 0-4.002 2 2 0 0 1 0 4.002zM11 3.5a2 2 0 1 1 4 0 2 2 0 0 1-4 0z"/>
</svg>

After

Width:  |  Height:  |  Size: 470 B

View file

@ -15,4 +15,8 @@
menuitem.privatetab-icon {
--menuitem-image: url("../icons/private-favicon.svg");
}
#sidebar_waterfox_net-menuitem-_openAllBookmarksWithStructure {
--menuitem-image: url("../icons/organization-horizontal.svg");
}
}