diff --git a/icons/blue-berror.svg b/icons/blue-berror.svg new file mode 100644 index 0000000..8c3c8b4 --- /dev/null +++ b/icons/blue-berror.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/error-connection-failure.svg b/icons/error-connection-failure.svg new file mode 100644 index 0000000..f4725c6 --- /dev/null +++ b/icons/error-connection-failure.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/error-server-not-found.svg b/icons/error-server-not-found.svg new file mode 100644 index 0000000..0f13286 --- /dev/null +++ b/icons/error-server-not-found.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/error-session-restore.svg b/icons/error-session-restore.svg new file mode 100644 index 0000000..2cbe12f --- /dev/null +++ b/icons/error-session-restore.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/identity-icons-brand.svg b/icons/identity-icons-brand.svg new file mode 100644 index 0000000..9beb35f --- /dev/null +++ b/icons/identity-icons-brand.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/quit.svg b/icons/quit.svg new file mode 100644 index 0000000..6478b62 --- /dev/null +++ b/icons/quit.svg @@ -0,0 +1,6 @@ + + + + diff --git a/icons/restore-session.svg b/icons/restore-session.svg new file mode 100644 index 0000000..08e2b4e --- /dev/null +++ b/icons/restore-session.svg @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/icons/send-to-device.svg b/icons/send-to-device.svg new file mode 100644 index 0000000..cef1604 --- /dev/null +++ b/icons/send-to-device.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/icons/share.svg b/icons/share.svg index ac26e5d..a143388 100644 --- a/icons/share.svg +++ b/icons/share.svg @@ -1,3 +1,7 @@ - - - + + + + + \ No newline at end of file diff --git a/icons/sign-out.svg b/icons/sign-out.svg new file mode 100644 index 0000000..2e1bcab --- /dev/null +++ b/icons/sign-out.svg @@ -0,0 +1,4 @@ + + \ No newline at end of file diff --git a/icons/welcome-back.svg b/icons/welcome-back.svg new file mode 100644 index 0000000..70f9731 --- /dev/null +++ b/icons/welcome-back.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/userChrome.css b/userChrome.css index 6cf5322..d17d089 100644 --- a/userChrome.css +++ b/userChrome.css @@ -883,14 +883,14 @@ list-style-image: url(chrome://browser/skin/fxa/add-device.svg); } #PanelUI-fxa-menu-sendtab-button { - list-style-image: url(chrome://browser/skin/send-to-device.svg); + list-style-image: url(./icons/send-to-device.svg); } #PanelUI-fxa-menu-sync-prefs-button, #PanelUI-remotetabs-view-managedevices { list-style-image: url(chrome://global/skin/icons/settings.svg); } #PanelUI-fxa-menu-account-signout-button { - list-style-image: url(chrome://browser/skin/sign-out.svg); + list-style-image: url(./icons/sign-out.svg); } .PanelUI-remotetabs-notabsforclient-label { @@ -913,7 +913,7 @@ display: none; } .pageAction-sendToDevice-device.subviewbutton.sync-menuitem.sendtab-target[clientType=""] { - list-style-image: url(chrome://browser/skin/send-to-device.svg); + list-style-image: url(./icons/send-to-device.svg); } .pageAction-sendToDevice-device.subviewbutton.sync-menuitem.sendtab-target:not([clientType]) { list-style-image: url(chrome://global/skin/icons/settings.svg); @@ -946,7 +946,7 @@ list-style-image: url(chrome://browser/skin/window.svg); } #appMenuRestoreSession { - list-style-image: url(chrome://browser/skin/restore-session.svg); + list-style-image: url(./icons/restore-session.svg); } #appMenuClearRecentHistory { list-style-image: url(chrome://browser/skin/forget.svg); @@ -960,7 +960,7 @@ list-style-image: url(./icons/movetowindow-16.svg); } #appMenu-library-recentlyClosedWindows { - list-style-image: url(chrome://browser/skin/restore-session.svg); + list-style-image: url(./icons/restore-session.svg); } /*= Panel - More tools =====================================================*/ @@ -1195,7 +1195,7 @@ --menuitem-image: url(./icons/arrow-swap.svg); } #context_sendTabToDevice { - --menuitem-image: url(chrome://browser/skin/send-to-device.svg); + --menuitem-image: url(./icons/send-to-device.svg); } #context_shareTabURL { /* At windows */ --menuitem-image: url(./icons/share.svg); @@ -1347,7 +1347,7 @@ --menuitem-image: url(chrome://browser/skin/link.svg); } #context-sendlinktodevice { - --menuitem-image: url(chrome://browser/skin/send-to-device.svg); + --menuitem-image: url(./icons/send-to-device.svg); } #context-media-play { @@ -1442,7 +1442,7 @@ --menuitem-image: url(chrome://browser/skin/pocket-outline.svg); } #context-sendpagetodevice { - --menuitem-image: url(chrome://browser/skin/send-to-device.svg); + --menuitem-image: url(./icons/send-to-device.svg); } #fill-login { --menuitem-image: url(./icons/password.svg); @@ -1621,6 +1621,10 @@ --menuitem-image: url(chrome://browser/skin/bookmark-star-on-tray.svg); } + menupopup[context="placesContext"] > .openintabs-menuitem { + --menuitem-image: url(./icons/movetowindow-16.svg); + } + /*= pageActionContextMenu ==================================================*/ .pageActionContextMenuItem.extensionPinned.extensionUnpinned.manageExtensionItem { --menuitem-image: url(chrome://global/skin/icons/settings.svg); diff --git a/userContent.css b/userContent.css index a759b2c..a3a5e0b 100644 --- a/userContent.css +++ b/userContent.css @@ -57,12 +57,12 @@ url-prefix("about:neterror?e=netOffline"), url("about:restartrequired"), url("chrome://browser/content/aboutRestartRequired.xhtml") { #errorPageContainer { - background-image: url("chrome://browser/skin/illustrations/error-connection-failure.svg"); + background-image: url("./icons/error-connection-failure.svg"); } } @-moz-document url-prefix("about:neterror?e=dnsNotFound") { #errorPageContainer { - background-image: url("chrome://browser/skin/illustrations/error-server-not-found.svg"); + background-image: url("./icons/error-server-not-found.svg"); } } @-moz-document url-prefix("about:neterror?e=malformedURI") { @@ -73,14 +73,14 @@ @-moz-document url-prefix("about:neterror?e=clockSkewError"), url-prefix("about:neterror?e=nssFailure") { #errorPageContainer { - background-image: url("chrome://browser/skin/illustrations/blue-berror.svg"); + background-image: url("./icons/blue-berror.svg"); background-size: 18.5em; } } @-moz-document url("about:sessionrestore"), url(chrome://browser/content/aboutSessionRestore.xhtml) { .description-wrapper { - background-image: url("chrome://browser/skin/illustrations/error-session-restore.svg"); + background-image: url("./icons/error-session-restore.svg"); } } @@ -113,7 +113,7 @@ @-moz-document url("about:welcomeBack"), url("chrome://browser/content/aboutWelcomeBack.xhtml") { @media (min-width: 970px) { .title { - background-image: url("chrome://browser/skin/welcome-back.svg") !important; + background-image: url("./icons/welcome-back.svg") !important; } } }