From b9c2fe4461998ec36b1fb5ab21007f00cdb89c85 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Tue, 22 Jun 2021 11:51:53 +0900 Subject: [PATCH] Fix: Context Menu - Content area's missing icons --- icons/image-copy.svg | 5 +++++ userChrome.css | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 icons/image-copy.svg diff --git a/icons/image-copy.svg b/icons/image-copy.svg new file mode 100644 index 0000000..be0e089 --- /dev/null +++ b/icons/image-copy.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/userChrome.css b/userChrome.css index b19b49c..b2aabaf 100644 --- a/userChrome.css +++ b/userChrome.css @@ -1174,6 +1174,7 @@ background-image: url(chrome://global/skin/media/audio.svg); } #context-copyimage-contents { + background-image: url(./icons/image-copy.svg); } #context-copyimage, #context-copyvideourl, @@ -1189,7 +1190,7 @@ background-image: url(chrome://global/skin/icons/info.svg); } #context-viewimagedesc { - background-image: url(./icons/image-alt-text); + background-image: url(./icons/image-alt-text.svg); } #context-setDesktopBackground { background-image: url(./icons/resize-image.svg);