mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-31 22:40:55 -08:00
Fix: Bookmark Toolbar - icon
This commit is contained in:
parent
322b41c630
commit
95d822ff8a
1 changed files with 6 additions and 2 deletions
|
|
@ -334,10 +334,10 @@
|
|||
|
||||
/* Remove line at Toolbar's top */
|
||||
#tabbrowser-tabs {
|
||||
z-index: 1 !important;
|
||||
z-index: 1 !important;
|
||||
}
|
||||
#tabbrowser-arrowscrollbox[overflowing] .tabbrowser-tab[pinned]:is([visuallyselected], [multiselected]) {
|
||||
overflow: hidden;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/** Selected Tab - Color like toolbar ***************************************/
|
||||
|
|
@ -1610,6 +1610,10 @@
|
|||
--menuitem-image: url(chrome://browser/skin/bookmark-star-on-tray.svg);
|
||||
}
|
||||
|
||||
menupopup[context="placesContext"] > .openintabs-menuitem {
|
||||
--menuitem-image: url(./icons/movetowindow-16.svg);
|
||||
}
|
||||
|
||||
/*= pageActionContextMenu ==================================================*/
|
||||
.pageActionContextMenuItem.extensionPinned.extensionUnpinned.manageExtensionItem {
|
||||
--menuitem-image: url(chrome://global/skin/icons/settings.svg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue