diff --git a/chrome/icons/addons.svg b/chrome/icons/addons.svg new file mode 100644 index 0000000..663df4f --- /dev/null +++ b/chrome/icons/addons.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/arrow-back.svg b/chrome/icons/arrow-back.svg new file mode 100644 index 0000000..41932ba --- /dev/null +++ b/chrome/icons/arrow-back.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/audio-muted.svg b/chrome/icons/audio-muted.svg new file mode 100644 index 0000000..7b53c6d --- /dev/null +++ b/chrome/icons/audio-muted.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/audio.svg b/chrome/icons/audio.svg new file mode 100644 index 0000000..d2ffe93 --- /dev/null +++ b/chrome/icons/audio.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/bookmark.svg b/chrome/icons/bookmark.svg new file mode 100644 index 0000000..7251ccf --- /dev/null +++ b/chrome/icons/bookmark.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/brush.svg b/chrome/icons/brush.svg new file mode 100644 index 0000000..7023b3b --- /dev/null +++ b/chrome/icons/brush.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/bug.svg b/chrome/icons/bug.svg new file mode 100644 index 0000000..4ee7ba9 --- /dev/null +++ b/chrome/icons/bug.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/chevron-down.svg b/chrome/icons/chevron-down.svg new file mode 100644 index 0000000..88240ce --- /dev/null +++ b/chrome/icons/chevron-down.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/chevron-up.svg b/chrome/icons/chevron-up.svg new file mode 100644 index 0000000..12da97b --- /dev/null +++ b/chrome/icons/chevron-up.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/close.svg b/chrome/icons/close.svg new file mode 100644 index 0000000..f8513a1 --- /dev/null +++ b/chrome/icons/close.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/copy.svg b/chrome/icons/copy.svg new file mode 100644 index 0000000..9302ea7 --- /dev/null +++ b/chrome/icons/copy.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/cut.svg b/chrome/icons/cut.svg new file mode 100644 index 0000000..c8ef566 --- /dev/null +++ b/chrome/icons/cut.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/developer.svg b/chrome/icons/developer.svg new file mode 100644 index 0000000..b066ab4 --- /dev/null +++ b/chrome/icons/developer.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/download.svg b/chrome/icons/download.svg new file mode 100644 index 0000000..07c6cfa --- /dev/null +++ b/chrome/icons/download.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/edge.svg b/chrome/icons/edge.svg new file mode 100644 index 0000000..8debfca --- /dev/null +++ b/chrome/icons/edge.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/email.svg b/chrome/icons/email.svg new file mode 100644 index 0000000..a5b1598 --- /dev/null +++ b/chrome/icons/email.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/folder.svg b/chrome/icons/folder.svg new file mode 100644 index 0000000..3aa3fb1 --- /dev/null +++ b/chrome/icons/folder.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/forget.svg b/chrome/icons/forget.svg new file mode 100644 index 0000000..cb05d99 --- /dev/null +++ b/chrome/icons/forget.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/fullscreen-enter.svg b/chrome/icons/fullscreen-enter.svg new file mode 100644 index 0000000..4c68d89 --- /dev/null +++ b/chrome/icons/fullscreen-enter.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/fullscreen-exit.svg b/chrome/icons/fullscreen-exit.svg new file mode 100644 index 0000000..b0eed03 --- /dev/null +++ b/chrome/icons/fullscreen-exit.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/globe.svg b/chrome/icons/globe.svg new file mode 100644 index 0000000..75943ab --- /dev/null +++ b/chrome/icons/globe.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/history.svg b/chrome/icons/history.svg new file mode 100644 index 0000000..153772d --- /dev/null +++ b/chrome/icons/history.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/home.svg b/chrome/icons/home.svg new file mode 100644 index 0000000..3342aef --- /dev/null +++ b/chrome/icons/home.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/hyperlink.svg b/chrome/icons/hyperlink.svg new file mode 100644 index 0000000..ec106e1 --- /dev/null +++ b/chrome/icons/hyperlink.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/icons.css b/chrome/icons/icons.css new file mode 100644 index 0000000..a7266ca --- /dev/null +++ b/chrome/icons/icons.css @@ -0,0 +1,362 @@ +.subviewbutton > .toolbarbutton-icon { + width: 16px; + height: 16px; + -moz-context-properties: fill; + fill: currentColor; + } + +.toolbarbutton-1:-moz-any(#back-button, #forward-button), +#context-back, +#context-forward, +.subviewbutton-back, +.identity-popup-expander +{ + list-style-image: url(arrow-back.svg) !important; +} + +#PanelUI-menu-button +{ + list-style-image: url(menu.svg) !important; +} + +#reload-button, +#context-reload +{ + list-style-image: url(refresh.svg) !important; +} +:-moz-any(#reload-button, #stop-button):not([displaystop]) > .toolbarbutton-animatable-box > .toolbarbutton-animatable-image { + animation-timing-function: steps(0) !important; + animation-duration: 0ms !important; +} + +#stop-button +{ + list-style-image: url(stop.svg) !important; +} + +.toolbarbutton-1#forward-button, +#context-forward +{ + transform: scaleX(-1) !important; +} + +#home-button +{ + list-style-image: url(home.svg) !important; +} + +#star-button, +#context-bookmarkpage, +#pageAction-panel-bookmark, +#panelMenuBookmarkThisPage +{ + list-style-image: url(star.svg) !important; +} + +#star-button[starred], +#tracking-protection-icon-box[active] +{ + fill: var(--toolbarbutton-icon-fill-attention) !important; +} + +#star-button[starred], +#context-bookmarkpage[starred], +#panelMenuBookmarkThisPage +{ + list-style-image: url(star-fill.svg) !important; +} + +#bookmarks-menu-button, +#appMenu-library-bookmarks-button, +#panelMenu_toggleBookmarksMenu +{ + list-style-image: url(star.svg) !important; +} + +#library-button, +#appMenu-library-button +{ + list-style-image: url(library.svg) !important; +} + +#preferences-button, +#appMenu-preferences-button, +.identity-popup-preferences-button, +#urlbar-anon-search-settings-compact .button-icon, +#PanelUI-fxa-menu-sync-prefs-button, +#PanelUI-fxa-menu-account-devices-button +{ + list-style-image: url(settings.svg) !important; +} + +#appMenu-new-window-button, #new-window-button { + list-style-image: url(new-window.svg) !important; +} + +#appMenu-private-window-button, #privatebrowsing-button { + list-style-image: url(new-private-window.svg) !important; +} + +#appMenu-fullscreen-button, #fullscreen-button { + list-style-image: url(fullscreen-enter.svg) !important; +} + +#appMenu-fullscreen-button[checked], #fullscreen-button[checked] { + list-style-image: url(fullscreen-exit.svg) !important; +} + +#appMenu-zoomEnlarge-button, #zoom-in-button { + list-style-image: url(zoom-in.svg) !important; +} + +#appMenu-zoomReduce-button, #zoom-out-button { + list-style-image: url(zoom-out.svg) !important; +} + +#appMenu-library-downloads-button, #downloads-button { + list-style-image: url(download.svg) !important; +} + +#PanelUI-fxa-menu-remotetabs-button, #appMenuRecentlyClosedTabs, #appMenu-library-remotetabs-button, #sync-button { + list-style-image: url(synced-tabs.svg) !important; +} + +#appMenu-library-pocket-button { + list-style-image: url(pocket.svg) !important; +} + +#PanelUI-remotetabs-view-sidebar, +#sidebar-button { + list-style-image: url(sidebar.svg) !important; +} + +#PlacesChevron, #nav-bar-overflow-button { + list-style-image: url(overflow.svg) !important; +} + +#appMenu-customize-button { + list-style-image: url(brush.svg) !important; +} + +#appMenu-print-button, #print-button { + list-style-image: url(print.svg) !important; +} + +#appMenu-save-file-button, #save-page-button { + list-style-image: url(savefile.svg) !important; +} + +#appMenu-open-file-button, #open-file-button { + list-style-image: url(openfile.svg) !important; +} + +#history-panelmenu, +#appMenu-library-history-button +{ + list-style-image: url(history.svg) !important; +} + +#appMenu-logins-button, +richlistitem[originaltype="loginWithOrigin"] .ac-site-icon, +richlistitem[originaltype="loginsFooter"] .ac-site-icon, +#PanelUI-fxa-menu-logins-button +{ + list-style-image: url(key.svg) !important; +} + +.subviewbutton[type="highlight-history"]::after +{ + content: url(history.svg) !important; +} + +#add-ons-button, +#appMenu-addons-button +{ + list-style-image: url(addons.svg) !important; +} + +#email-link-button, +#pageAction-panel-emailLink +{ + list-style-image: url(email.svg) !important; +} + +#pageAction-panel-copyURL +{ + list-style-image: url(hyperlink.svg) !important; +} + +#pageAction-panel-webcompat-reporter_mozilla_org +{ + list-style-image: url(bug.svg) !important; +} + +#pageAction-panel-webcompat-reporter_mozilla_org > .toolbarbutton-icon +{ + list-style-image: inherit !important; +} + +#screenshots_mozilla_org-menuitem-_create-screenshot .menu-iconic-left +{ + background-image: url(screenshot.svg) !important; + background-position: 4px center !important; + background-repeat: no-repeat !important; +} + +#screenshots_mozilla_org-menuitem-_create-screenshot .menu-iconic-icon +{ + visibility: hidden !important; +} + +#tabs-newtab-button, +#new-tab-button +{ + list-style-image: url(new-tab.svg) !important; +} + +#panic-button { + list-style-image: url(forget.svg) !important; +} + +#developer-button { + list-style-image: url(developer.svg) !important; +} + +#fxa-avatar-image +{ + /* icon should be 20px, but we don't want to affect button size */ + transform: scale(1.375) !important; + border-radius: 50% !important; +} + +:root:not([fxastatus=signedin]) #fxa-avatar-image +{ + list-style-image: url(profile.svg) !important; +} + +:root[fxastatus=signedin]:not([style*="--avatar-image-url"]) :-moz-any(#fxa-avatar-image, #fxa-menu-avatar) +{ + list-style-image: url(profile.svg) !important; +} + +:-moz-any(:root[privatebrowsingmode], :root[fxastatus=signedin]:not([style*="--avatar-image-url"])) #fxa-avatar-image +{ + list-style-image: url(incognito.svg) !important; +} + +#tracking-protection-icon +{ + list-style-image: url(tracking-protection.svg) !important; +} + +#pageActionButton +{ + list-style-image: url(menu.svg) !important; +} + +#urlbar[pageproxystate="invalid"] #identity-icon, +.searchbar-search-icon, +#PopupAutoCompleteRichResult .ac-type-icon[type="keyword"], +#PopupAutoCompleteRichResult .ac-site-icon[type="searchengine"], +#panelMenu_searchBookmarks +{ + list-style-image: url(search.svg) !important; +} + +#appMenu-find-button, #find-button { + list-style-image: url(search-file.svg) !important; +} + +#appMenu-whatsnew-button { + list-style-image: url(whatsnew.svg) !important; +} + +#appMenu-developer-button { + list-style-image: url(webdeveloper.svg) !important; +} + +#appMenu-more-button { + list-style-image: url(menu.svg) !important; +} + +#appMenu-cut-button, #cut-button +{ + list-style-image: url(cut.svg) !important; +} + +#appMenu-copy-button, #copy-button +{ + list-style-image: url(copy.svg) !important; +} + +#appMenu-paste-button, #paste-button +{ + list-style-image: url(paste.svg) !important; +} + +#appMenu-fxa-label, +#PanelUI-fxa-menu-syncnow-button, +#appMenu-fxa-icon, +#PanelUI-remotetabs-syncnow +{ + list-style-image: url(sync.svg) !important; +} + +.tab-icon-image:not([src]), .bookmark-item +{ + list-style-image: url(globe.svg) !important; +} + +.tab-icon-image:-moz-any([src="chrome://global/skin/icons/settings.svg"], [src="chrome://branding/content/icon32.png"], [src="chrome://browser/skin/privatebrowsing/favicon.svg"]) +{ + display: none !important; +} + +.tab-icon-image[src="chrome://global/skin/icons/settings.svg"] ~ .tab-icon-overlay +{ + display: -moz-box !important; + margin: 0 !important; + list-style-image: url(settings.svg) !important; + -moz-context-properties: fill, fill-opacity !important; + fill: currentColor !important; +} + +.tab-icon-image:-moz-any([src="chrome://branding/content/icon32.png"], [src="chrome://browser/skin/privatebrowsing/favicon.svg"]):not([busy]) ~ .tab-icon-overlay +{ + display: -moz-box !important; + margin: 0 !important; + list-style-image: url(new-tab-image.svg) !important; + -moz-context-properties: fill, fill-opacity !important; + fill: currentColor !important; +} +.tab-icon-pending[pinned], .tab-icon-image:not([src], [pinned], [crashed], [pictureinpicture])[selected], .tab-icon-image:not([src], [pinned], [crashed], [sharing], [pictureinpicture]), .tab-icon-image[busy], .tab-throbber:not([busy]), .tab-icon-sound:not([soundplaying], [muted], [activemedia-blocked], [pictureinpicture]), .tab-icon-sound[pinned], .tab-sharing-icon-overlay, .tab-icon-overlay + +.tab-icon-overlay[soundplaying], +.tab-icon-sound +{ + list-style-image: url(audio.svg) !important; +} + +.tab-icon-overlay[muted], +.tab-icon-sound[muted] +{ + list-style-image: url(audio-muted.svg) !important; +} + +.tab-icon-overlay[activemedia-blocked], +.tab-icon-sound[activemedia-blocked] +{ + list-style-image: url(media-blocked.svg) !important; +} + +.downloadIconShow .button-icon, .bookmark-item[container] +{ + list-style-image: url(folder.svg) !important; +} + +.panel-banner-item[notificationid^="update"] +{ + list-style-image: url(menu-update.svg) !important; + -moz-context-properties: fill, fill-opacity !important; + fill: currentColor !important; +} \ No newline at end of file diff --git a/chrome/icons/incognito.svg b/chrome/icons/incognito.svg new file mode 100644 index 0000000..4581a8e --- /dev/null +++ b/chrome/icons/incognito.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + diff --git a/chrome/icons/key.svg b/chrome/icons/key.svg new file mode 100644 index 0000000..33626d6 --- /dev/null +++ b/chrome/icons/key.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/library.svg b/chrome/icons/library.svg new file mode 100644 index 0000000..f8b75b5 --- /dev/null +++ b/chrome/icons/library.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/lock.svg b/chrome/icons/lock.svg new file mode 100644 index 0000000..1329d18 --- /dev/null +++ b/chrome/icons/lock.svg @@ -0,0 +1,6 @@ + + + + diff --git a/chrome/icons/media-blocked.svg b/chrome/icons/media-blocked.svg new file mode 100644 index 0000000..7ffdcd1 --- /dev/null +++ b/chrome/icons/media-blocked.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/menu-update.svg b/chrome/icons/menu-update.svg new file mode 100644 index 0000000..78314cc --- /dev/null +++ b/chrome/icons/menu-update.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/menu.svg b/chrome/icons/menu.svg new file mode 100644 index 0000000..b95a69e --- /dev/null +++ b/chrome/icons/menu.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/new-private-window.svg b/chrome/icons/new-private-window.svg new file mode 100644 index 0000000..f035c22 --- /dev/null +++ b/chrome/icons/new-private-window.svg @@ -0,0 +1,5 @@ + + + \ No newline at end of file diff --git a/chrome/icons/new-tab-image.svg b/chrome/icons/new-tab-image.svg new file mode 100644 index 0000000..7eb3ee7 --- /dev/null +++ b/chrome/icons/new-tab-image.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/new-tab.svg b/chrome/icons/new-tab.svg new file mode 100644 index 0000000..efb33f1 --- /dev/null +++ b/chrome/icons/new-tab.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/new-window.svg b/chrome/icons/new-window.svg new file mode 100644 index 0000000..5e775c6 --- /dev/null +++ b/chrome/icons/new-window.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/openfile.svg b/chrome/icons/openfile.svg new file mode 100644 index 0000000..3aa3fb1 --- /dev/null +++ b/chrome/icons/openfile.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/overflow.svg b/chrome/icons/overflow.svg new file mode 100644 index 0000000..88240ce --- /dev/null +++ b/chrome/icons/overflow.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/paste.svg b/chrome/icons/paste.svg new file mode 100644 index 0000000..5349d4e --- /dev/null +++ b/chrome/icons/paste.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/print.svg b/chrome/icons/print.svg new file mode 100644 index 0000000..ffd4c3c --- /dev/null +++ b/chrome/icons/print.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/profile.svg b/chrome/icons/profile.svg new file mode 100644 index 0000000..420a252 --- /dev/null +++ b/chrome/icons/profile.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + diff --git a/chrome/icons/protections.svg b/chrome/icons/protections.svg new file mode 100644 index 0000000..7aa7901 --- /dev/null +++ b/chrome/icons/protections.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/refresh.svg b/chrome/icons/refresh.svg new file mode 100644 index 0000000..2052714 --- /dev/null +++ b/chrome/icons/refresh.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/save-pocket.svg b/chrome/icons/save-pocket.svg new file mode 100644 index 0000000..42691ae --- /dev/null +++ b/chrome/icons/save-pocket.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/savefile.svg b/chrome/icons/savefile.svg new file mode 100644 index 0000000..812e6db --- /dev/null +++ b/chrome/icons/savefile.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/screenshot.svg b/chrome/icons/screenshot.svg new file mode 100644 index 0000000..1f27aa5 --- /dev/null +++ b/chrome/icons/screenshot.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/search-file.svg b/chrome/icons/search-file.svg new file mode 100644 index 0000000..00688ff --- /dev/null +++ b/chrome/icons/search-file.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/search.svg b/chrome/icons/search.svg new file mode 100644 index 0000000..cf81067 --- /dev/null +++ b/chrome/icons/search.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/settings.svg b/chrome/icons/settings.svg new file mode 100644 index 0000000..54b4abc --- /dev/null +++ b/chrome/icons/settings.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/share.svg b/chrome/icons/share.svg new file mode 100644 index 0000000..00d5748 --- /dev/null +++ b/chrome/icons/share.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/sidebar.svg b/chrome/icons/sidebar.svg new file mode 100644 index 0000000..b93a744 --- /dev/null +++ b/chrome/icons/sidebar.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/star-fill.svg b/chrome/icons/star-fill.svg new file mode 100644 index 0000000..65485e7 --- /dev/null +++ b/chrome/icons/star-fill.svg @@ -0,0 +1,54 @@ + + + + + image/svg+xml + + + + + + + + diff --git a/chrome/icons/star.svg b/chrome/icons/star.svg new file mode 100644 index 0000000..7251ccf --- /dev/null +++ b/chrome/icons/star.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/stop.svg b/chrome/icons/stop.svg new file mode 100644 index 0000000..f8513a1 --- /dev/null +++ b/chrome/icons/stop.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/sync.svg b/chrome/icons/sync.svg new file mode 100644 index 0000000..41e1e34 --- /dev/null +++ b/chrome/icons/sync.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/synced-tabs.svg b/chrome/icons/synced-tabs.svg new file mode 100644 index 0000000..bf8768f --- /dev/null +++ b/chrome/icons/synced-tabs.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/tracking-protection.svg b/chrome/icons/tracking-protection.svg new file mode 100644 index 0000000..14a21c8 --- /dev/null +++ b/chrome/icons/tracking-protection.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/webdeveloper.svg b/chrome/icons/webdeveloper.svg new file mode 100644 index 0000000..b066ab4 --- /dev/null +++ b/chrome/icons/webdeveloper.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/whatsnew.svg b/chrome/icons/whatsnew.svg new file mode 100644 index 0000000..9bd094d --- /dev/null +++ b/chrome/icons/whatsnew.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/zoom-in.svg b/chrome/icons/zoom-in.svg new file mode 100644 index 0000000..efb33f1 --- /dev/null +++ b/chrome/icons/zoom-in.svg @@ -0,0 +1,5 @@ + + + diff --git a/chrome/icons/zoom-out.svg b/chrome/icons/zoom-out.svg new file mode 100644 index 0000000..825451d --- /dev/null +++ b/chrome/icons/zoom-out.svg @@ -0,0 +1,5 @@ + + +