mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-15 15:20:33 -08:00
Add: All Tabs Menu - Icons
This commit is contained in:
parent
460f525c8b
commit
bd47695479
1 changed files with 15 additions and 0 deletions
|
|
@ -521,4 +521,19 @@
|
|||
#overflowMenu-customize-button {
|
||||
list-style-image: url(chrome://browser/skin/customize.svg);
|
||||
}
|
||||
|
||||
/* All Tab Menu */
|
||||
#allTabsMenu-undoCloseTab {
|
||||
list-style-image: url(chrome://global/skin/icons/undo.svg);
|
||||
}
|
||||
#allTabsMenu-searchTabs {
|
||||
list-style-image: url(chrome://global/skin/icons/search-glass.svg);
|
||||
}
|
||||
#allTabsMenu-containerTabsButton {
|
||||
list-style-image: url(./icons/container-openin-16.svg);
|
||||
}
|
||||
|
||||
#allTabsMenu-hiddenTabsButton {
|
||||
list-style-image: url(./icons/password-hide.svg);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue