diff --git a/proxy/webext/icons/arrowhead-right-12.svg b/proxy/webext/icons/arrowhead-right-12.svg new file mode 100644 index 0000000..54afc2e --- /dev/null +++ b/proxy/webext/icons/arrowhead-right-12.svg @@ -0,0 +1,4 @@ + + \ No newline at end of file diff --git a/proxy/webext/popup.css b/proxy/webext/popup.css index 332092d..856e855 100644 --- a/proxy/webext/popup.css +++ b/proxy/webext/popup.css @@ -27,7 +27,7 @@ body { display: block; position: absolute; top: 12px; - background-image: url(https://design.firefox.com/icons/icons/desktop/arrowhead-right-12.svg); + background-image: url(../icons/arrowhead-right-12.svg); width: 12px; height: 12px; opacity : 0.6;