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);