mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-30 22:20:28 -08:00
Add: Context Menu - new tab button popup, bloacked popup, autohide-context icons
This commit is contained in:
parent
dfe4a83dc3
commit
87ae4c9efa
1 changed files with 26 additions and 1 deletions
|
|
@ -901,10 +901,11 @@
|
|||
}
|
||||
#context_pinTab,
|
||||
#context_pinSelectedTabs {
|
||||
background-image: url(chrome://browser/skin/pin-12.svg);
|
||||
background-image: url(./icons/pin-tab.svg);
|
||||
}
|
||||
#context_unpinTab,
|
||||
#context_unpinSelectedTabs {
|
||||
background-image: url(./icons/unpin-tab.svg);
|
||||
}
|
||||
#context_duplicateTab,
|
||||
#context_duplicateTabs {
|
||||
|
|
@ -933,4 +934,28 @@
|
|||
#context_undoCloseTab {
|
||||
background-image: url(chrome://global/skin/icons/undo.svg);
|
||||
}
|
||||
|
||||
/*= new-tab-button-popup ===================================================*/
|
||||
#new-tab-button-popup > menuitem[command="Browser:OpenAboutContainers"] {
|
||||
background-image: url(chrome://global/skin/icons/settings.svg);
|
||||
}
|
||||
|
||||
/*= blockedPopupOptions ====================================================*/
|
||||
#blockedPopupAllowSite {
|
||||
background-image: url("chrome://global/skin/icons/check.svg");
|
||||
}
|
||||
#blockedPopupOptions > menuitem[oncommand="gPopupBlockerObserver.editPopupSettings();"] {
|
||||
background-image: url("chrome://global/skin/icons/edit.svg");
|
||||
}
|
||||
#blockedPopupDontShowMessage { /* checkbox */
|
||||
background-image: url("chrome://global/skin/icons/blocked.svg");
|
||||
}
|
||||
|
||||
/*= autohide-context =======================================================*/
|
||||
#autohide-context > menuitem[data-l10n-id="full-screen-autohide"] { /* checkbox */
|
||||
}
|
||||
|
||||
#autohide-context > menuitem[data-l10n-id="full-screen-exit"] {
|
||||
background-image: url(chrome://browser/skin/fullscreen-exit.svg);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue