mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-10 08:50:38 -07:00
Fix: Icons - List all tabs icon
This commit is contained in:
parent
c327fb7fe0
commit
00afdf140b
3 changed files with 49 additions and 0 deletions
24
css/leptonChrome.css
generated
24
css/leptonChrome.css
generated
|
|
@ -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 ***************************************************************/
|
||||
|
|
|
|||
12
css/leptonChromeESR.css
generated
12
css/leptonChromeESR.css
generated
|
|
@ -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 ***************************************************************/
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue