aboutsummaryrefslogtreecommitdiffstats
path: root/pages/popup
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pages/popup/open.svg5
-rw-r--r--pages/popup/popup.html11
2 files changed, 9 insertions, 7 deletions
diff --git a/pages/popup/open.svg b/pages/popup/open.svg
deleted file mode 100644
index 04f56c15..00000000
--- a/pages/popup/open.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-<svg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'>
- <path d='M384,224V408a40,40,0,0,1-40,40H104a40,40,0,0,1-40-40V168a40,40,0,0,1,40-40H271.48' style='fill:none;stroke:#FFF;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px'/>
- <polyline points='336 64 448 64 448 176' style='fill:none;stroke:#FFF;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px'/>
- <line x1='224' y1='288' x2='440' y2='72' style='fill:none;stroke:#FFF;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px'/>
-</svg> \ No newline at end of file
diff --git a/pages/popup/popup.html b/pages/popup/popup.html
index ede8c411..45a88052 100644
--- a/pages/popup/popup.html
+++ b/pages/popup/popup.html
@@ -112,7 +112,14 @@
<footer>
<a class="button" id="more-options">
<span>More Options&nbsp;</span>
- <img height="18px" src="open.svg" alt="more-options" />
+ <svg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'>
+ <path d='M384,224V408a40,40,0,0,1-40,40H104a40,40,0,0,1-40-40V168a40,40,0,0,1,40-40H271.48'
+ style='fill:none;stroke:inherit;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px' />
+ <polyline points='336 64 448 64 448 176'
+ style='fill:none;stroke:inherit;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px' />
+ <line x1='224' y1='288' x2='440' y2='72'
+ style='fill:none;stroke:inherit;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px' />
+ </svg>
</a>
</footer>
@@ -120,4 +127,4 @@
</body>
-</html>
+</html> \ No newline at end of file