mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-21 03:51:27 -08:00
Fix: Icons - Ask to AIChat
After wrestling with the wand, we decided to make it more clear that it's a chat. https://techcrunch.com/2024/06/15/apple-joins-the-race-to-find-an-ai-icon-that-makes-sense/
This commit is contained in:
parent
a1f1ff5c99
commit
f07e9f4f33
4 changed files with 17 additions and 0 deletions
8
css/leptonChrome.css
generated
8
css/leptonChrome.css
generated
|
|
@ -12591,6 +12591,9 @@
|
|||
#context-translate-selection {
|
||||
--menuitem-image: url("../icons/translations.svg");
|
||||
}
|
||||
#context-ask-chat {
|
||||
--menuitem-image: url("../icons/chat-sparkle.svg");
|
||||
}
|
||||
#frame {
|
||||
--menuitem-image: url("../icons/command-frames.svg");
|
||||
}
|
||||
|
|
@ -27710,6 +27713,11 @@
|
|||
--menuitem-image: url("../icons/translations.svg");
|
||||
}
|
||||
}
|
||||
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") {
|
||||
#context-ask-chat {
|
||||
--menuitem-image: url("../icons/chat-sparkle.svg");
|
||||
}
|
||||
}
|
||||
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") {
|
||||
#frame {
|
||||
--menuitem-image: url("../icons/command-frames.svg");
|
||||
|
|
|
|||
3
css/leptonChromeESR.css
generated
3
css/leptonChromeESR.css
generated
|
|
@ -13222,6 +13222,9 @@
|
|||
#context-translate-selection {
|
||||
--menuitem-image: url("../icons/translations.svg");
|
||||
}
|
||||
#context-ask-chat {
|
||||
--menuitem-image: url("../icons/chat-sparkle.svg");
|
||||
}
|
||||
#frame {
|
||||
--menuitem-image: url("../icons/command-frames.svg");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue