From 8a6407ea992ebe088fa6aeb9ef3c73db2fc1b2c0 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Mon, 21 Jun 2021 11:54:23 +0900 Subject: [PATCH] Fix: Context Menu - Tab context icons update --- icons/arrow-swap.svg | 6 +++--- icons/tab-copy.svg | 6 +++--- icons/tab-multiple.svg | 6 +++--- userChrome.css | 4 ++++ 4 files changed, 13 insertions(+), 9 deletions(-) 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);