diff --git a/icons/arrow-swap.svg b/icons/arrow-swap.svg index a6f0106..3e9cd87 100644 --- a/icons/arrow-swap.svg +++ b/icons/arrow-swap.svg @@ -1,4 +1,4 @@ - - - + + + diff --git a/icons/tab-copy.svg b/icons/tab-copy.svg index 6b23f47..427332b 100644 --- a/icons/tab-copy.svg +++ b/icons/tab-copy.svg @@ -1,4 +1,4 @@ - - - + + + diff --git a/icons/tab-multiple.svg b/icons/tab-multiple.svg index 3b6fc86..f77d817 100644 --- a/icons/tab-multiple.svg +++ b/icons/tab-multiple.svg @@ -1,4 +1,4 @@ - - - + + + diff --git a/userChrome.css b/userChrome.css index 84e54a0..37a653c 100644 --- a/userChrome.css +++ b/userChrome.css @@ -913,6 +913,7 @@ } #context_duplicateTab, #context_duplicateTabs { + background-image: url(./icons/tab-copy.svg); } #context_bookmarkTab, @@ -920,6 +921,7 @@ background-image: url(chrome://browser/skin/bookmark.svg); } #context_moveTabOptions { + background-image: url(./icons/arrow-swap.svg); } #context_sendTabToDevice { background-image: url(chrome://browser/skin/send-to-device.svg); @@ -928,6 +930,7 @@ background-image: url(./icons/container-openin-16.svg); } #context_selectAllTabs { + background-image: url(./icons/tab-multiple.svg); } #context_closeTab { @@ -976,6 +979,7 @@ background-image: url(chrome://browser/skin/bookmark.svg); } #toolbar-context-selectAllTabs { + background-image: url(./icons/tab-multiple.svg); } #toolbar-context-undoCloseTab { background-image: url(chrome://global/skin/icons/undo.svg);