mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-05 06:50:39 -08:00
Add: Option - tab contextmenu's share icon #412
This commit is contained in:
parent
87334f4d89
commit
bb9ecd6dcc
3 changed files with 13 additions and 0 deletions
|
|
@ -6377,6 +6377,12 @@
|
|||
--menuitem-image: url("../icons/share.svg");
|
||||
}
|
||||
|
||||
@supports -moz-bool-pref("userChrome.icon.context_menu.share") {
|
||||
#context_shareTabURL,
|
||||
menuitem.share-tab-url-item {
|
||||
--menuitem-image: url("../icons/share.svg");
|
||||
}
|
||||
}
|
||||
#context_reopenInContainer {
|
||||
--menuitem-image: url("../icons/container-openin-16.svg");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,6 +44,12 @@
|
|||
/* At windows */
|
||||
--menuitem-image: url("../icons/share.svg");
|
||||
}
|
||||
@include Option("userChrome.icon.context_menu.share") {
|
||||
#context_shareTabURL, /* Legacy */
|
||||
menuitem.share-tab-url-item {
|
||||
--menuitem-image: url("../icons/share.svg");
|
||||
}
|
||||
}
|
||||
#context_reopenInContainer {
|
||||
--menuitem-image: url("../icons/container-openin-16.svg");
|
||||
}
|
||||
|
|
|
|||
1
user.js
1
user.js
|
|
@ -108,6 +108,7 @@ user_pref("userChrome.tab.bottom_rounded_corner", true);
|
|||
|
||||
// user_pref("userChrome.icon.account_image_to_right", true);
|
||||
// user_pref("userChrome.icon.account_label_to_right", true);
|
||||
// user_pref("userChrome.icon.context_menu.share", true);
|
||||
|
||||
// -- User Content -------------------------------------------------------------
|
||||
// user_pref("userContent.player.ui.twoline", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue