mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-22 16:11:44 -08:00
Fix: Icons - Tab toolbar contextmenu
This commit is contained in:
parent
7f632f34a3
commit
24cb347bda
2 changed files with 17 additions and 0 deletions
|
|
@ -6418,6 +6418,15 @@
|
|||
--menuitem-image: url("chrome://browser/skin/customize.svg");
|
||||
}
|
||||
|
||||
.fullscreen-context-autohide {
|
||||
/* checkbox */
|
||||
--menuitem-image: url("../icons/eye-tracking-off.svg");
|
||||
}
|
||||
|
||||
#toolbar-context-menu > menuitem[data-l10n-id="full-screen-exit"] {
|
||||
--menuitem-image: url("chrome://browser/skin/fullscreen-exit.svg");
|
||||
}
|
||||
|
||||
/*= contentAreaContextMenu ===================================================*/
|
||||
#context-viewsource-goToLine {
|
||||
--menuitem-image: url("../icons/text-number-format.svg");
|
||||
|
|
|
|||
|
|
@ -128,3 +128,11 @@
|
|||
menuitem.viewCustomizeToolbar {
|
||||
--menuitem-image: url("chrome://browser/skin/customize.svg");
|
||||
}
|
||||
|
||||
.fullscreen-context-autohide {
|
||||
/* checkbox */
|
||||
--menuitem-image: url("../icons/eye-tracking-off.svg");
|
||||
}
|
||||
#toolbar-context-menu > menuitem[data-l10n-id="full-screen-exit"] {
|
||||
--menuitem-image: url("chrome://browser/skin/fullscreen-exit.svg");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue