first version of rewrite
This commit is contained in:
parent
f61c7c4a2d
commit
26df277f1b
226 changed files with 1649 additions and 6675 deletions
|
@ -1,563 +1,431 @@
|
|||
.subviewbutton>.toolbarbutton-icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
-moz-context-properties: fill;
|
||||
fill: currentColor;
|
||||
/* EdgeFr-Fox by bmFtZQ - icons.css */
|
||||
|
||||
#appMenu-multiView .subviewbutton,
|
||||
#overflowMenu-customize-button {
|
||||
-moz-context-properties: fill, fill-opacity !important;
|
||||
fill: currentColor !important;
|
||||
}
|
||||
|
||||
.toolbarbutton-1#back-button,
|
||||
#context-back,
|
||||
.subviewbutton-back,
|
||||
.identity-popup-expander {
|
||||
list-style-image: url(arrow-back.svg) !important;
|
||||
#back-button {
|
||||
list-style-image: url("back.svg") !important;
|
||||
}
|
||||
|
||||
.toolbarbutton-1#forward-button,
|
||||
#context-forward {
|
||||
list-style-image: url(arrow-back.svg#flip) !important;
|
||||
#forward-button {
|
||||
list-style-image: url("forward.svg") !important;
|
||||
}
|
||||
|
||||
#PanelUI-menu-button {
|
||||
list-style-image: url(menu.svg) !important;
|
||||
}
|
||||
|
||||
#reload-button,
|
||||
#context-reload {
|
||||
list-style-image: url(refresh.svg) !important;
|
||||
}
|
||||
|
||||
#stop-reload-button[animate]>#reload-button>.toolbarbutton-animatable-box>.toolbarbutton-animatable-image {
|
||||
background-image: url(reload-to-stop.svg) !important;
|
||||
width: 468px !important;
|
||||
#reload-button {
|
||||
list-style-image: url("reload.svg") !important;
|
||||
}
|
||||
|
||||
#stop-button,
|
||||
#context-stop {
|
||||
list-style-image: url(stop.svg) !important;
|
||||
.close-icon {
|
||||
list-style-image: url("close.svg") !important;
|
||||
}
|
||||
|
||||
#stop-reload-button[animate]>#reload-button[displaystop]+#stop-button>.toolbarbutton-animatable-box>.toolbarbutton-animatable-image {
|
||||
background-image: url(stop-to-reload.svg) !important;
|
||||
width: 468px !important;
|
||||
.tab-close-button {
|
||||
list-style-image: url("close-9px.svg") !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.svg#fill) !important;
|
||||
}
|
||||
|
||||
#bookmarks-menu-button,
|
||||
#appMenu-library-bookmarks-button,
|
||||
#panelMenu_toggleBookmarksMenu,
|
||||
#appMenu-bookmarks-button {
|
||||
list-style-image: url(star.svg#list) !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,
|
||||
#appMenu-fullscreen-button2 {
|
||||
list-style-image: url(fullscreen-enter.svg) !important;
|
||||
}
|
||||
|
||||
#appMenu-fullscreen-button[checked],
|
||||
#fullscreen-button[checked],
|
||||
#appMenu-fullscreen-button2[checked] {
|
||||
list-style-image: url(fullscreen-exit.svg) !important;
|
||||
}
|
||||
|
||||
#appMenu-zoomEnlarge-button,
|
||||
#appMenu-zoomEnlarge-button2,
|
||||
#zoom-in-button {
|
||||
list-style-image: url(zoom-in.svg) !important;
|
||||
}
|
||||
|
||||
#appMenu-zoomReduce-button,
|
||||
#appMenu-zoomReduce-button2,
|
||||
#zoom-out-button {
|
||||
list-style-image: url(zoom-out.svg) !important;
|
||||
}
|
||||
|
||||
#appMenu-library-downloads-button,
|
||||
#downloads-button {
|
||||
list-style-image: url(download.svg#arrow-with-bar) !important;
|
||||
}
|
||||
|
||||
|
||||
#downloads-indicator-icon {
|
||||
background-image: url(download.svg#arrow) !important;
|
||||
}
|
||||
|
||||
#downloads-button[progress] #downloads-indicator-icon {
|
||||
background-image: url(download.svg#arrow-progress) !important;
|
||||
}
|
||||
|
||||
#downloads-indicator-progress-outer {
|
||||
background-image: url(download.svg#default-bar) !important;
|
||||
}
|
||||
|
||||
#downloads-indicator-progress-inner,
|
||||
#downloads-button[progress]>.toolbarbutton-badge-stack>#downloads-indicator-anchor>#downloads-indicator-progress-outer {
|
||||
background-image: url(download.svg#progress-bar-fg) !important;
|
||||
}
|
||||
|
||||
#downloads-button[progress]>.toolbarbutton-badge-stack>#downloads-indicator-anchor>#downloads-indicator-progress-outer {
|
||||
background-image: url(download.svg#progress-bar-bg) !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,
|
||||
#pocket-button,
|
||||
#pageAction-panel-pocket {
|
||||
list-style-image: url(save-pocket.svg) !important;
|
||||
}
|
||||
|
||||
#PanelUI-remotetabs-view-sidebar,
|
||||
#sidebar-button {
|
||||
list-style-image: url(sidebar.svg) !important;
|
||||
list-style-image: url("sidebars-right.svg") !important;
|
||||
}
|
||||
|
||||
#sidebar-button[positionend] {
|
||||
transform: scaleX(-1) !important;
|
||||
#sidebar-button:-moz-locale-dir(ltr):not([positionend]),
|
||||
#sidebar-button:-moz-locale-dir(rtl)[positionend] {
|
||||
list-style-image: url("sidebars.svg") !important;
|
||||
}
|
||||
|
||||
#sidebar-button[checked] {
|
||||
list-style-image: url(sidebar.svg#fill) !important;
|
||||
#downloads-button,
|
||||
#downloads-indicator-anchor,
|
||||
#appMenu-downloads-button {
|
||||
list-style-image: url("downloads.svg") !important;
|
||||
}
|
||||
|
||||
#nav-bar-overflow-button,
|
||||
#alltabs-button {
|
||||
list-style-image: url(overflow.svg) !important;
|
||||
#appMenu-passwords-button {
|
||||
list-style-image: url("passwords.svg") !important;
|
||||
}
|
||||
|
||||
#PlacesChevron {
|
||||
list-style-image: url(menu-right.svg) !important;
|
||||
#nav-bar-overflow-button {
|
||||
list-style-image: url("chevron.svg") !important;
|
||||
}
|
||||
|
||||
#scrollbutton-up[part="scrollbutton-up"]:not(.menupopup-scrollbutton),
|
||||
#scrollbutton-down[part="scrollbutton-down"]:not(.menupopup-scrollbutton) {
|
||||
list-style-image: url(menu-left.svg) !important;
|
||||
#PanelUI-menu-button,
|
||||
#appMenu-more-button2 {
|
||||
list-style-image: url("menu.svg") !important;
|
||||
}
|
||||
|
||||
#appMenu-customize-button,
|
||||
#overflowMenu-customize-button {
|
||||
list-style-image: url(brush.svg) !important;
|
||||
#appMenu-help-button2 {
|
||||
list-style-image: url("help.svg") !important;
|
||||
}
|
||||
|
||||
#appMenu-print-button,
|
||||
#print-button {
|
||||
list-style-image: url(print.svg) !important;
|
||||
#new-tab-button {
|
||||
list-style-image: url("new-tab.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;
|
||||
#sync-button,
|
||||
.urlbarView-row[source="tabs"] > .urlbarView-row-inner > .urlbarView-no-wrap > .urlbarView-favicon,
|
||||
#urlbar-engine-one-off-item-tabs {
|
||||
list-style-image: url("tab.svg") !important;
|
||||
}
|
||||
|
||||
#history-panelmenu,
|
||||
#appMenu-library-history-button {
|
||||
list-style-image: url(history.svg) !important;
|
||||
.urlbarView-row[source="history"] > .urlbarView-row-inner > .urlbarView-no-wrap > .urlbarView-favicon,
|
||||
#urlbar-engine-one-off-item-history,
|
||||
#appMenu-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;
|
||||
#save-page-button,
|
||||
#appMenu-save-file-button2 {
|
||||
list-style-image: url("save.svg") !important;
|
||||
}
|
||||
|
||||
.subviewbutton[type="highlight-history"]::after {
|
||||
content: url(history.svg) !important;
|
||||
#print-button,
|
||||
#appMenu-print-button2 {
|
||||
list-style-image: url("print.svg") !important;
|
||||
}
|
||||
|
||||
#find-button,
|
||||
.searchbar-search-icon,
|
||||
#appMenu-find-button2 {
|
||||
list-style-image: url("search-glass.svg") !important;
|
||||
}
|
||||
|
||||
#open-file-button {
|
||||
list-style-image: url("open.svg") !important;
|
||||
}
|
||||
|
||||
#add-ons-button,
|
||||
#appMenu-addons-button {
|
||||
list-style-image: url(addons.svg) !important;
|
||||
#appMenu-extensions-themes-button {
|
||||
list-style-image: url("extension.svg") !important;
|
||||
}
|
||||
|
||||
#email-link-button,
|
||||
#pageAction-panel-emailLink,
|
||||
#pageAction-urlbar-emailLink {
|
||||
list-style-image: url(email.svg) !important;
|
||||
}
|
||||
|
||||
#pageAction-panel-copyURL,
|
||||
#pageAction-urlbar-copyURL {
|
||||
list-style-image: url(hyperlink.svg) !important;
|
||||
}
|
||||
|
||||
#reader-mode-button {
|
||||
list-style-image: url(readerMode.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;
|
||||
}
|
||||
|
||||
#pageAction-panel-screenshots_mozilla_org .toolbarbutton-icon,
|
||||
#pageAction-urlbar-screenshots_mozilla_org {
|
||||
list-style-image: url(screenshot.svg) !important;
|
||||
#zoom-out-button,
|
||||
#appMenu-zoomReduce-button2 {
|
||||
list-style-image: url("zoom-out.svg") !important;
|
||||
}
|
||||
|
||||
#zoom-in-button,
|
||||
#tabs-newtab-button,
|
||||
#new-tab-button {
|
||||
list-style-image: url(new-tab.svg) !important;
|
||||
#TabsToolbar #new-tab-button,
|
||||
#appMenu-zoomEnlarge-button2 {
|
||||
list-style-image: url("plus.svg") !important;
|
||||
}
|
||||
|
||||
#cut-button {
|
||||
list-style-image: url("edit-cut.svg") !important;
|
||||
}
|
||||
|
||||
#copy-button {
|
||||
list-style-image: url("edit-copy.svg") !important;
|
||||
}
|
||||
|
||||
#paste-button {
|
||||
list-style-image: url("edit-paste.svg") !important;
|
||||
}
|
||||
|
||||
#email-link-button {
|
||||
list-style-image: url("mail.svg") !important;
|
||||
}
|
||||
|
||||
#screenshot-button {
|
||||
list-style-image: url("screenshot.svg") !important;
|
||||
}
|
||||
|
||||
#preferences-button,
|
||||
.search-setting-button > .button-box > .button-icon,
|
||||
#appMenu-settings-button {
|
||||
list-style-image: url("settings.svg") !important;
|
||||
}
|
||||
|
||||
#panic-button {
|
||||
list-style-image: url(forget.svg) !important;
|
||||
list-style-image: url("forget.svg") !important;
|
||||
}
|
||||
|
||||
#privatebrowsing-button,
|
||||
#appMenu-new-private-window-button2 {
|
||||
list-style-image: url("privateBrowsing.svg") !important;
|
||||
}
|
||||
|
||||
#save-to-pocket-button {
|
||||
list-style-image: url("pocket-outline.svg") !important;
|
||||
}
|
||||
|
||||
#profiler-button-button > .toolbarbutton-icon,
|
||||
.subviewbutton[label="Task Manager"] {
|
||||
list-style-image: url("tool-profiler.svg") !important;
|
||||
}
|
||||
|
||||
#developer-button {
|
||||
list-style-image: url(developer.svg) !important;
|
||||
list-style-image: url("developer.svg") !important;
|
||||
}
|
||||
|
||||
:root:not([fxastatus=signedin]) #fxa-avatar-image,
|
||||
:root[fxastatus=signedin]:is(:not([style*="--avatar-image-url"]), [style*="https://profile.accounts.firefox.com/v1/avatar/"]) :-moz-any(#fxa-avatar-image, #fxa-menu-avatar, #appMenu-fxa-label) {
|
||||
list-style-image: url(profile.svg) !important;
|
||||
#new-window-button,
|
||||
#appMenu-new-window-button2 {
|
||||
list-style-image: url("window.svg") !important;
|
||||
}
|
||||
|
||||
:-moz-any(:root[privatebrowsingmode], :root[privatebrowsingmode][fxastatus=signedin]:not([style*="--avatar-image-url"])) #fxa-avatar-image {
|
||||
list-style-image: url(incognito.svg) !important;
|
||||
#restore-button,
|
||||
#fullscreen-button,
|
||||
#appMenu-fullscreen-button2{
|
||||
list-style-image: url("fullscreen.svg") !important;
|
||||
}
|
||||
|
||||
#tracking-protection-icon {
|
||||
list-style-image: url(tracking-protection.svg) !important;
|
||||
#restore-button[checked],
|
||||
#fullscreen-button[checked],
|
||||
#appMenu-fullscreen-button2[checked] {
|
||||
list-style-image: url("fullscreen-exit.svg") !important;
|
||||
}
|
||||
|
||||
#appMenu-protection-report-icon {
|
||||
list-style-image: url(protections.svg) !important;
|
||||
#bookmarks-menu-button,
|
||||
#appMenu-bookmarks-button {
|
||||
list-style-image: url("bookmark-star-on-tray.svg") !important;
|
||||
}
|
||||
|
||||
#pageActionButton {
|
||||
list-style-image: url(menu.svg) !important;
|
||||
#home-button {
|
||||
list-style-image: url("home.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;
|
||||
#library-button {
|
||||
list-style-image: url("library.svg") !important;
|
||||
}
|
||||
|
||||
#appMenu-find-button,
|
||||
#find-button {
|
||||
list-style-image: url(search-file.svg) !important;
|
||||
/* identity icons */
|
||||
#identity-icon {
|
||||
list-style-image: url("info.svg") !important;
|
||||
}
|
||||
|
||||
#appMenu-whatsnew-button {
|
||||
list-style-image: url(whatsnew.svg) !important;
|
||||
#identity-box[pageproxystate="valid"].chromeUI #identity-icon {
|
||||
list-style-image: url("firefox.svg") !important;
|
||||
}
|
||||
|
||||
#appMenu-developer-button {
|
||||
list-style-image: url(webdeveloper.svg) !important;
|
||||
#identity-box[pageproxystate="valid"].localResource #identity-icon {
|
||||
list-style-image: url("page-portrait.svg") !important;
|
||||
}
|
||||
|
||||
#appMenu-more-button {
|
||||
list-style-image: url(menu.svg) !important;
|
||||
#urlbar:not(.searchButton) > #urlbar-input-container > #identity-box[pageproxystate="invalid"] #identity-icon {
|
||||
list-style-image: url("search-glass.svg") !important;
|
||||
}
|
||||
|
||||
#appMenu-cut-button,
|
||||
#cut-button {
|
||||
list-style-image: url(cut.svg) !important;
|
||||
#urlbar[actiontype="extension"] > #urlbar-input-container > #identity-box #identity-icon,
|
||||
#identity-box[pageproxystate="valid"].extensionPage #identity-icon {
|
||||
list-style-image: url("extension.svg") !important;
|
||||
}
|
||||
|
||||
#appMenu-copy-button,
|
||||
#copy-button {
|
||||
list-style-image: url(copy.svg) !important;
|
||||
#identity-box[pageproxystate="valid"].verifiedDomain #identity-icon,
|
||||
#identity-box[pageproxystate="valid"].mixedActiveBlocked #identity-icon {
|
||||
list-style-image: url("security.svg") !important;
|
||||
}
|
||||
|
||||
#appMenu-paste-button,
|
||||
#paste-button {
|
||||
list-style-image: url(paste.svg) !important;
|
||||
#urlbar-input-container[pageproxystate="valid"] > #tracking-protection-icon-container > #tracking-protection-icon-box > #tracking-protection-icon {
|
||||
list-style-image: url("tracking-protection.svg") !important;
|
||||
}
|
||||
|
||||
#appMenu-fxa-label,
|
||||
#PanelUI-fxa-menu-syncnow-button,
|
||||
#appMenu-fxa-icon,
|
||||
#PanelUI-remotetabs-syncnow {
|
||||
list-style-image: url(sync.svg) !important;
|
||||
/* security */
|
||||
.identity-popup-security-connection {
|
||||
background-image: url("security-broken.svg") !important;
|
||||
}
|
||||
|
||||
.tab-icon-image,
|
||||
.bookmark-item {
|
||||
list-style-image: url(globe.svg) !important;
|
||||
#identity-box[pageproxystate="valid"].notSecure #identity-icon,
|
||||
#identity-box[pageproxystate="valid"].mixedActiveContent #identity-icon,
|
||||
#identity-box[pageproxystate="valid"].httpsOnlyErrorPage #identity-icon {
|
||||
list-style-image: url("security-broken.svg") !important;
|
||||
}
|
||||
|
||||
#identity-popup[connection=chrome] .identity-popup-security-connection {
|
||||
background-image: url("firefox.svg") !important;
|
||||
}
|
||||
|
||||
#identity-popup[connection="file"] .identity-popup-security-connection {
|
||||
background-image: url("page-portrait.svg") !important;
|
||||
}
|
||||
|
||||
#identity-popup[connection^=secure] .identity-popup-security-connection {
|
||||
background-image: url("security.svg") !important;
|
||||
}
|
||||
|
||||
#identity-popup[ciphers=weak] .identity-popup-security-connection,
|
||||
#identity-popup[mixedcontent~=passive-loaded][isbroken] .identity-popup-security-connection,
|
||||
#identity-popup[connection=secure-cert-user-overridden] .identity-popup-security-connection,
|
||||
#identity-popup[connection=cert-error-page] .identity-popup-security-connection {
|
||||
background-image: url("security-warning.svg") !important;
|
||||
}
|
||||
|
||||
#identity-popup[connection=net-error-page] .identity-popup-security-connection {
|
||||
background-image: url("info.svg") !important;
|
||||
}
|
||||
|
||||
#identity-popup[connection=extension] .identity-popup-security-connection {
|
||||
background-image: url("extension.svg") !important;
|
||||
}
|
||||
|
||||
#appMenu-new-tab-button2 {
|
||||
list-style-image: url("new-tab-image.svg") !important;
|
||||
}
|
||||
|
||||
.findbar-find-previous {
|
||||
list-style-image: url("arrow-up.svg") !important;
|
||||
}
|
||||
|
||||
.findbar-find-next {
|
||||
list-style-image: url("arrow-down.svg") !important;
|
||||
}
|
||||
|
||||
#protections-popup-mainView .subviewbutton-nav:not(.notFound)::after,
|
||||
#identity-popup-mainView .subviewbutton-nav::after,
|
||||
.widget-overflow-list .subviewbutton-nav::after,
|
||||
.PanelUI-subView .subviewbutton-nav::after {
|
||||
content: url(arrow-right.svg) !important;
|
||||
}
|
||||
|
||||
#PlacesChevron,
|
||||
#urlbar-go-button{
|
||||
list-style-image: url("arrow-right.svg") !important;
|
||||
}
|
||||
|
||||
#overflowMenu-customize-button,
|
||||
#appmenu-moreTools-button {
|
||||
list-style-image: url("customize.svg") !important;
|
||||
}
|
||||
|
||||
.bookmark-item[container] {
|
||||
list-style-image: url("folder.svg") !important;
|
||||
}
|
||||
|
||||
#pageAction-panel-bookmark, #star-button {
|
||||
list-style-image: url("bookmark-hollow.svg") !important;
|
||||
}
|
||||
|
||||
#pageAction-panel-bookmark[starred], #star-button[starred] {
|
||||
list-style-image: url("bookmark.svg") !important;
|
||||
}
|
||||
|
||||
/* tab icons */
|
||||
.tab-icon-image[src="chrome://branding/content/icon32.png"],
|
||||
.tab-icon-image[src="chrome://global/skin/icons/settings.svg"],
|
||||
.tab-icon-image[src="chrome://mozapps/skin/extensions/extension.svg"],
|
||||
.tab-icon-image[src="chrome://browser/skin/customize.svg"] {
|
||||
padding-left: 16px !important;
|
||||
box-sizing: border-box !important;
|
||||
}
|
||||
|
||||
.tab-icon-image[src="chrome://branding/content/icon32.png"] {
|
||||
background: url("new-tab-image.svg") !important;
|
||||
}
|
||||
|
||||
.tab-icon-image[src="chrome://global/skin/icons/settings.svg"] {
|
||||
background-image: url(settings.svg) !important;
|
||||
padding-left: 16px !important;
|
||||
background: url("settings.svg") !important;
|
||||
}
|
||||
|
||||
.tab-icon-image:-moz-any([src="chrome://branding/content/icon32.png"], [src="chrome://browser/skin/privatebrowsing/favicon.svg"]):not([busy]) {
|
||||
background-image: url(new-tab-image.svg#dots) !important;
|
||||
padding-left: 16px !important;
|
||||
}
|
||||
|
||||
.tab-icon-image[src="chrome://mozapps/skin/extensions/extension.svg"] {
|
||||
background-image: url(addons.svg) !important;
|
||||
padding-left: 16px !important;
|
||||
background: url("extension.svg") !important;
|
||||
}
|
||||
|
||||
.tab-icon-image[src="chrome://browser/skin/customize.svg"] {
|
||||
background-image: url(brush.svg) !important;
|
||||
padding-left: 16px !important;
|
||||
background: url("customize.svg") !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-sound {
|
||||
list-style-image: url(audio.svg) !important;
|
||||
/* permissions */
|
||||
#permissions-granted-icon {
|
||||
list-style-image: url(permissions.svg) !important;
|
||||
}
|
||||
|
||||
.tab-icon-sound[muted] {
|
||||
list-style-image: url(audio-muted.svg) !important;
|
||||
.geo-icon {
|
||||
list-style-image: url(geo.svg) !important;
|
||||
}
|
||||
|
||||
.tab-icon-sound[pictureinpicture] {
|
||||
list-style-image: url(picture-in-picture.svg) !important;
|
||||
width: 16px !important;
|
||||
height: 16px !important;
|
||||
.geo-icon.blocked-permission-icon {
|
||||
list-style-image: url(geo-blocked.svg) !important;
|
||||
}
|
||||
|
||||
.tab-icon-overlay[soundplaying] {
|
||||
list-style-image: url(audio.svg#overlayStroke) !important;
|
||||
-moz-context-properties: fill, fill-opacity, stroke, stroke-opacity !important;
|
||||
fill: var(--toolbar-color) !important;
|
||||
stroke: var(--toolbar-bgcolor) !important;
|
||||
.xr-icon {
|
||||
list-style-image: url(xr.svg) !important;
|
||||
}
|
||||
|
||||
.tab-icon-overlay[muted] {
|
||||
list-style-image: url(audio-muted.svg#overlayStroke) !important;
|
||||
-moz-context-properties: fill, fill-opacity, stroke, stroke-opacity !important;
|
||||
fill: var(--toolbar-color) !important;
|
||||
stroke: var(--toolbar-bgcolor) !important;
|
||||
.xr-icon.blocked-permission-icon {
|
||||
list-style-image: url(xr-blocked.svg) !important;
|
||||
}
|
||||
|
||||
#pageAction-panel-pinTab,
|
||||
#pageAction-urlbar-pinTab {
|
||||
list-style-image: url(pin.svg) !important;
|
||||
.popup-notification-icon[popupid="web-notifications"],
|
||||
.desktop-notification-icon {
|
||||
list-style-image: url(desktop-notification.svg) !important;
|
||||
}
|
||||
|
||||
#pageAction-urlbar-shareURL,
|
||||
#pageAction-panel-shareURL {
|
||||
list-style-image: url(share.svg) !important;
|
||||
.desktop-notification-icon.blocked-permission-icon {
|
||||
list-style-image: url(desktop-notification-blocked.svg) !important;
|
||||
}
|
||||
|
||||
.tab-icon-overlay[activemedia-blocked],
|
||||
.tab-icon-sound[activemedia-blocked] {
|
||||
list-style-image: url(media-blocked.svg) !important;
|
||||
.camera-icon {
|
||||
list-style-image: url(camera.svg) !important;
|
||||
}
|
||||
|
||||
.downloadIconShow .button-icon {
|
||||
list-style-image: url(folder.svg) !important;
|
||||
.camera-icon.blocked-permission-icon {
|
||||
list-style-image: url(camera-blocked.svg) !important;
|
||||
}
|
||||
|
||||
/*
|
||||
:root[lwthemetextcolor="bright"] .bookmark-item[container]
|
||||
{
|
||||
list-style-image: url(folder-bookmarks.svg#darkmode) !important;
|
||||
}
|
||||
*/
|
||||
|
||||
.bookmark-item[container] {
|
||||
list-style-image: url(folder-bookmarks.svg#lightmode) !important;
|
||||
.microphone-icon {
|
||||
list-style-image: url(microphone.svg) !important;
|
||||
}
|
||||
|
||||
#PanelUI-menu-button[badge-status|="update"] {
|
||||
list-style-image: url(menu-update.svg) !important;
|
||||
.microphone-icon.blocked-permission-icon {
|
||||
list-style-image: url(microphone-blocked.svg) !important;
|
||||
}
|
||||
|
||||
|
||||
.urlbarView-favicon[src*="history.svg"],
|
||||
.urlbarView-favicon[src*="search-glass.svg"] {
|
||||
padding-left: 16px !important;
|
||||
box-sizing: border-box !important;
|
||||
width: 0 !important;
|
||||
.screen-icon {
|
||||
list-style-image: url(screen.svg) !important;
|
||||
}
|
||||
|
||||
.urlbarView-favicon[src*="history.svg"] {
|
||||
background-image: url(history.svg) !important;
|
||||
.screen-icon.blocked-permission-icon {
|
||||
list-style-image: url(screen-blocked.svg) !important;
|
||||
}
|
||||
|
||||
.urlbarView-favicon[src*="search-glass.svg"] {
|
||||
background-image: url(search.svg) !important;
|
||||
.popup-notification-icon[popupid="persistent-storage"],
|
||||
.persistent-storage-icon {
|
||||
list-style-image: url(persistent-storage.svg) !important;
|
||||
}
|
||||
|
||||
/* Proton Icons */
|
||||
@media (-moz-proton) {
|
||||
/* Download Animation */
|
||||
#downloads-indicator-icon,
|
||||
#downloads-indicator-progress-outer {
|
||||
background-image: none !important;
|
||||
}
|
||||
|
||||
#downloads-indicator-progress-inner {
|
||||
background: conic-gradient(var(--toolbarbutton-icon-fill-attention) var(--download-progress-pcent), transparent var(--download-progress-pcent)) !important;
|
||||
}
|
||||
|
||||
#downloads-indicator-start-image {
|
||||
list-style-image: url(notification-start-animation.svg) !important;
|
||||
}
|
||||
|
||||
#downloads-indicator-finish-image {
|
||||
list-style-image: url(notification-finish-animation.svg) !important;
|
||||
}
|
||||
|
||||
#downloads-indicator-anchor {
|
||||
list-style-image: url(download.svg#arrow-with-bar) !important;
|
||||
}
|
||||
|
||||
#downloads-button[animate][notification="start"] > .toolbarbutton-badge-stack > #downloads-indicator-start-box > #downloads-indicator-start-image {
|
||||
animation-duration: calc(var(--anim-steps) * 30ms) !important;
|
||||
}
|
||||
|
||||
#downloads-button[animate][notification="finish"] > .toolbarbutton-badge-stack > #downloads-indicator-finish-box > #downloads-indicator-finish-image {
|
||||
animation-duration: calc(var(--anim-steps) * 30ms) !important;
|
||||
}
|
||||
|
||||
/* Profile Icon in Arrowpanel */
|
||||
#appMenu-fxa-label2::before {
|
||||
content: "";
|
||||
display: block;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
margin: 2px;
|
||||
margin-inline-end: 10px;
|
||||
}
|
||||
|
||||
:root[fxastatus="signedin"] #appMenu-fxa-label2::before {
|
||||
background-image: var(--avatar-image-url) !important;
|
||||
background-size: cover;
|
||||
border-radius: 99px;
|
||||
}
|
||||
|
||||
:root:not([fxastatus="signedin"]) #appMenu-fxa-label2::before, :root[fxastatus="signedin"]:is(:not([style*="--avatar-image-url"]), [style*="https://profile.accounts.firefox.com/v1/avatar/"]) #appMenu-fxa-label2::before {
|
||||
background-image: url(profile.svg) !important;
|
||||
}
|
||||
|
||||
#appMenu-new-tab-button2 {
|
||||
list-style-image: url(new-tab-image.svg#dots) !important;
|
||||
}
|
||||
|
||||
#appMenu-new-window-button2 {
|
||||
list-style-image: url(new-window.svg) !important;
|
||||
}
|
||||
|
||||
#appMenu-new-private-window-button2 {
|
||||
list-style-image: url(new-private-window.svg) !important;
|
||||
}
|
||||
|
||||
#appMenu-history-button {
|
||||
list-style-image: url(history.svg) !important;
|
||||
}
|
||||
|
||||
#appMenu-downloads-button {
|
||||
list-style-image: url(download.svg#arrow-with-bar) !important;
|
||||
}
|
||||
|
||||
#appMenu-passwords-button {
|
||||
list-style-image: url(key.svg) !important;
|
||||
}
|
||||
|
||||
#appMenu-extensions-themes-button {
|
||||
list-style-image: url(addons.svg) !important;
|
||||
}
|
||||
|
||||
#appMenu-print-button2 {
|
||||
list-style-image: url(print.svg) !important;
|
||||
}
|
||||
|
||||
#appMenu-save-file-button2 {
|
||||
list-style-image: url(savefile.svg) !important;
|
||||
}
|
||||
|
||||
#appMenu-find-button2 {
|
||||
list-style-image: url(search-file.svg) !important;
|
||||
}
|
||||
|
||||
#appMenu-settings-button {
|
||||
list-style-image: url(settings.svg) !important;
|
||||
}
|
||||
|
||||
#appMenu-more-button2 {
|
||||
list-style-image: url(menu.svg) !important;
|
||||
}
|
||||
|
||||
#appmenu-moreTools-button {
|
||||
list-style-image: url(brush.svg) !important;
|
||||
}
|
||||
|
||||
.persistent-storage-icon.blocked-permission-icon {
|
||||
list-style-image: url(persistent-storage-blocked.svg) !important;
|
||||
}
|
||||
|
||||
.popup-icon {
|
||||
list-style-image: url(popup.svg) !important;
|
||||
}
|
||||
|
||||
.autoplay-media-icon {
|
||||
list-style-image: url(autoplay-media.svg) !important;
|
||||
}
|
||||
|
||||
.autoplay-media-icon.blocked-permission-icon {
|
||||
list-style-image: url(autoplay-media-blocked.svg) !important;
|
||||
}
|
||||
|
||||
#canvas-notification-icon,
|
||||
.popup-notification-icon[popupid="canvas-permissions-prompt"],
|
||||
.canvas-icon {
|
||||
list-style-image: url(canvas.svg) !important;
|
||||
}
|
||||
|
||||
.canvas-icon.blocked-permission-icon {
|
||||
list-style-image: url(canvas-blocked.svg) !important;
|
||||
}
|
||||
|
||||
.midi-icon,
|
||||
.midi-sysex-icon,
|
||||
.popup-notification-icon[popupid="midi"],
|
||||
.popup-notification-icon[popupid="midi-sysex"] {
|
||||
list-style-image: url(midi.svg) !important;
|
||||
}
|
||||
|
||||
.install-icon {
|
||||
list-style-image: url(extension.svg) !important;
|
||||
}
|
||||
|
||||
.install-icon.blocked-permission-icon,
|
||||
.popup-notification-icon[popupid="xpinstall-disabled"],
|
||||
.popup-notification-icon[popupid="addon-install-blocked"],
|
||||
.popup-notification-icon[popupid="addon-install-origin-blocked"] {
|
||||
list-style-image: url(extension-blocked.svg) !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue