Fix: Icons - List all tabs icon

This commit is contained in:
alstjr7375 2024-10-07 02:51:27 +09:00
parent c327fb7fe0
commit 00afdf140b
3 changed files with 49 additions and 0 deletions

24
css/leptonChrome.css generated
View file

@ -13312,6 +13312,18 @@
#helpMenu {
--menuitem-image: url("chrome://global/skin/icons/help.svg");
}
/*= Others ===================================================================*/
#alltabs-button {
list-style-image: url("chrome://global/skin/icons/arrow-down.svg") !important;
}
#alltabs-button > .toolbarbutton-badge-stack > .toolbarbutton-icon {
/* Original
width: 20px;
margin: -2px;
*/
width: 16px !important;
margin: 0 !important;
}
}
@supports -moz-bool-pref("userChrome.icon.global_menu") {
/** Global Menu ***************************************************************/
@ -28907,6 +28919,18 @@
#helpMenu {
--menuitem-image: url("chrome://global/skin/icons/help.svg");
}
/*= Others ===================================================================*/
#alltabs-button {
list-style-image: url("chrome://global/skin/icons/arrow-down.svg") !important;
}
#alltabs-button > .toolbarbutton-badge-stack > .toolbarbutton-icon {
/* Original
width: 20px;
margin: -2px;
*/
width: 16px !important;
margin: 0 !important;
}
}
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.global_menu") {
/** Global Menu ***************************************************************/

View file

@ -13944,6 +13944,18 @@
#helpMenu {
--menuitem-image: url("chrome://global/skin/icons/help.svg");
}
/*= Others ===================================================================*/
#alltabs-button {
list-style-image: url("chrome://global/skin/icons/arrow-down.svg") !important;
}
#alltabs-button > .toolbarbutton-badge-stack > .toolbarbutton-icon {
/* Original
width: 20px;
margin: -2px;
*/
width: 16px !important;
margin: 0 !important;
}
}
@supports -moz-bool-pref("userChrome.icon.global_menu") {
/** Global Menu ***************************************************************/

View file

@ -23,3 +23,16 @@
#helpMenu {
--menuitem-image: url("chrome://global/skin/icons/help.svg");
}
/*= Others ===================================================================*/
#alltabs-button {
list-style-image: url("chrome://global/skin/icons/arrow-down.svg") !important;
> .toolbarbutton-badge-stack > .toolbarbutton-icon {
/* Original
width: 20px;
margin: -2px;
*/
width: 16px !important;
margin: 0 !important;
}
}