Fixed firefox theme issues
@ -25,7 +25,23 @@
|
|||||||
list-style-image: url("../icons/pan-start-symbolic.svg") !important;
|
list-style-image: url("../icons/pan-start-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Scroll icons */
|
||||||
|
#scrollbutton-up {
|
||||||
|
list-style-image: var(--scrollbutton-icon-name) !important;
|
||||||
|
}
|
||||||
|
#scrollbutton-down {
|
||||||
|
list-style-image: var(--scrollbutton-icon-name) !important;
|
||||||
|
}
|
||||||
|
arrowscrollbox {
|
||||||
|
--scrollbutton-icon-name: url("../icons/pan-down-symbolic.svg");
|
||||||
|
}
|
||||||
|
arrowscrollbox[orient="horizontal"] {
|
||||||
|
--scrollbutton-icon-name: url("../icons/pan-start-symbolic.svg");
|
||||||
|
}
|
||||||
|
|
||||||
/* Popovers subview menu arrow */
|
/* Popovers subview menu arrow */
|
||||||
|
#identity-popup-mainView .subviewbutton-nav::after,
|
||||||
|
.widget-overflow-list .subviewbutton-nav::after,
|
||||||
.PanelUI-subView .subviewbutton-nav::after {
|
.PanelUI-subView .subviewbutton-nav::after {
|
||||||
content: "" !important;
|
content: "" !important;
|
||||||
background: url("../icons/pan-end-symbolic.svg");
|
background: url("../icons/pan-end-symbolic.svg");
|
||||||
@ -83,20 +99,35 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Tree views */
|
/* Tree views */
|
||||||
treechildren::-moz-tree-twisty {
|
treechildren::-moz-tree-twisty,
|
||||||
|
.item.client .item-twisty-container {
|
||||||
list-style-image: url("../icons/pan-down-symbolic.svg") !important;
|
list-style-image: url("../icons/pan-down-symbolic.svg") !important;
|
||||||
width: 16px !important;
|
width: 16px !important;
|
||||||
height: 16px !important;
|
height: 16px !important;
|
||||||
}
|
}
|
||||||
|
.item.client .item-twisty-container {
|
||||||
|
background-image: url("../icons/pan-end-symbolic.svg") !important;
|
||||||
|
}
|
||||||
treechildren::-moz-tree-twisty(open) {
|
treechildren::-moz-tree-twisty(open) {
|
||||||
list-style-image: url("../icons/pan-end-symbolic.svg") !important;
|
list-style-image: url("../icons/pan-end-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
treechildren::-moz-tree-twisty(selected, focus) {
|
treechildren::-moz-tree-twisty(selected, focus) {
|
||||||
list-style-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
list-style-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
||||||
}
|
}
|
||||||
|
.item.client.closed .item-twisty-container {
|
||||||
|
background-image: url("../icons/pan-down-symbolic.svg") !important;
|
||||||
|
}
|
||||||
treechildren::-moz-tree-twisty(selected, focus, open) {
|
treechildren::-moz-tree-twisty(selected, focus, open) {
|
||||||
list-style-image: url("../icons/pan-end-symbolic-light.svg") !important;
|
list-style-image: url("../icons/pan-end-symbolic-light.svg") !important;
|
||||||
}
|
}
|
||||||
|
treechildren::-moz-tree-image(title, container),
|
||||||
|
treechildren::-moz-tree-image(title, open) {
|
||||||
|
list-style-image: url("../icons/folder-symbolic.svg") !important;
|
||||||
|
}
|
||||||
|
treechildren::-moz-tree-image(title, query, dayContainer),
|
||||||
|
treechildren::-moz-tree-image(query, OrganizerQuery_history____v) {
|
||||||
|
list-style-image: url("../icons/preferences-system-time-symbolic.svg") !important;
|
||||||
|
}
|
||||||
|
|
||||||
.sidebar-panel[lwt-sidebar-brighttext] .sidebar-placesTreechildren::-moz-tree-twisty {
|
.sidebar-panel[lwt-sidebar-brighttext] .sidebar-placesTreechildren::-moz-tree-twisty {
|
||||||
list-style-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
list-style-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
||||||
@ -157,6 +188,20 @@ menu[disabled] > .menu-right {
|
|||||||
list-style-image: url("../icons/window-close-symbolic.svg") !important;
|
list-style-image: url("../icons/window-close-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tab-icon-overlay {
|
||||||
|
height: 22px !important;
|
||||||
|
width: 22px !important;
|
||||||
|
padding: 3px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Sound icons */
|
||||||
|
.tab-icon-overlay[soundplaying] {
|
||||||
|
list-style-image: url("../icons/audio-playing-symbolic.svg") !important;
|
||||||
|
}
|
||||||
|
.tab-icon-overlay[muted] {
|
||||||
|
list-style-image: url("../icons/audio-muted-symbolic.svg") !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Private browsing button */
|
/* Private browsing button */
|
||||||
#privatebrowsing-button {
|
#privatebrowsing-button {
|
||||||
list-style-image: url("../icons/user-not-tracked.svg") !important;
|
list-style-image: url("../icons/user-not-tracked.svg") !important;
|
||||||
@ -175,7 +220,9 @@ menu[disabled] > .menu-right {
|
|||||||
}
|
}
|
||||||
/* Forward button */
|
/* Forward button */
|
||||||
#nav-bar #forward-button .toolbarbutton-icon,
|
#nav-bar #forward-button .toolbarbutton-icon,
|
||||||
#context-forward {
|
#context-forward,
|
||||||
|
#urlbar-go-button,
|
||||||
|
.search-go-button {
|
||||||
list-style-image: url("../icons/go-next-symbolic.svg") !important;
|
list-style-image: url("../icons/go-next-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
/* Menu button */
|
/* Menu button */
|
||||||
@ -194,7 +241,8 @@ menu[disabled] > .menu-right {
|
|||||||
list-style-image: url("../icons/user-home-symbolic.svg") !important;
|
list-style-image: url("../icons/user-home-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
/* Preferences button */
|
/* Preferences button */
|
||||||
#preferences-button {
|
#preferences-button,
|
||||||
|
.search-setting-button-compact > .button-box > .button-icon {
|
||||||
list-style-image: url("../icons/preferences-system-symbolic.svg") !important;
|
list-style-image: url("../icons/preferences-system-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
/* Fullscreen button */
|
/* Fullscreen button */
|
||||||
@ -225,7 +273,9 @@ menu[disabled] > .menu-right {
|
|||||||
list-style-image: url("../icons/printer-symbolic.svg") !important;
|
list-style-image: url("../icons/printer-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
/* Addons button */
|
/* Addons button */
|
||||||
#add-ons-button {
|
#add-ons-button,
|
||||||
|
#addons-notification-icon,
|
||||||
|
.install-icon {
|
||||||
list-style-image: url("../icons/application-x-addon-symbolic.svg") !important;
|
list-style-image: url("../icons/application-x-addon-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
/* Find button */
|
/* Find button */
|
||||||
@ -240,8 +290,16 @@ menu[disabled] > .menu-right {
|
|||||||
#bookmarks-menu-button {
|
#bookmarks-menu-button {
|
||||||
list-style-image: url("../icons/bookmarks-symbolic.svg") !important;
|
list-style-image: url("../icons/bookmarks-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
|
#sidebar-box[sidebarcommand="viewBookmarksSidebar"] > #sidebar-header > #sidebar-switcher-target > #sidebar-icon,
|
||||||
|
.urlbarView-row[source="bookmarks"] > .urlbarView-row-inner > .urlbarView-no-wrap > .urlbarView-favicon,
|
||||||
|
#urlbar-engine-one-off-item-bookmarks {
|
||||||
|
list-style-image: url("../icons/starred-symbolic.svg") !important;
|
||||||
|
}
|
||||||
/* History button */
|
/* History button */
|
||||||
#history-panelmenu {
|
#history-panelmenu,
|
||||||
|
#sidebar-box[sidebarcommand="viewHistorySidebar"] > #sidebar-header > #sidebar-switcher-target > #sidebar-icon,
|
||||||
|
.urlbarView-row[source="history"] > .urlbarView-row-inner > .urlbarView-no-wrap > .urlbarView-favicon,
|
||||||
|
#urlbar-engine-one-off-item-history {
|
||||||
list-style-image: url("../icons/preferences-system-time-symbolic.svg") !important;
|
list-style-image: url("../icons/preferences-system-time-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
/* All tabs button */
|
/* All tabs button */
|
||||||
@ -269,17 +327,18 @@ menu[disabled] > .menu-right {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Glitch - animations (may be possible to fix in about:config) */
|
/* Glitch - animations (may be possible to fix in about:config) */
|
||||||
#reload-button { /* Reload button */
|
#reload-button,
|
||||||
|
.downloadIconRetry > .button-box > .button-icon,
|
||||||
|
#context-reload {
|
||||||
list-style-image: url("../icons/view-refresh-symbolic.svg") !important;
|
list-style-image: url("../icons/view-refresh-symbolic.svg") !important;
|
||||||
animation: none !important;
|
|
||||||
}
|
}
|
||||||
#stop-button { /* Stop button */
|
#stop-button,
|
||||||
|
.downloadIconCancel > .button-box > .button-icon,
|
||||||
|
#context-stop {
|
||||||
list-style-image: url("../icons/process-stop-symbolic.svg") !important;
|
list-style-image: url("../icons/process-stop-symbolic.svg") !important;
|
||||||
animation: none !important;
|
|
||||||
}
|
}
|
||||||
#downloads-button .toolbarbutton-icon { /* Downloads button / Glitch - it swaps to the default one anyway */
|
#downloads-button .toolbarbutton-icon { /* Downloads button / Glitch - it swaps to the default one anyway */
|
||||||
list-style-image: url("../icons/folder-download-symbolic.svg") !important;
|
list-style-image: url("../icons/folder-download-symbolic.svg") !important;
|
||||||
animation: none !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#identity-box[pageproxystate="valid"].verifiedDomain #identity-icon,
|
#identity-box[pageproxystate="valid"].verifiedDomain #identity-icon,
|
||||||
@ -313,14 +372,18 @@ menu[disabled] > .menu-right {
|
|||||||
list-style-image: url("../icons/save-to-pocket.svg") !important;
|
list-style-image: url("../icons/save-to-pocket.svg") !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#context-bookmarkpage,
|
||||||
#star-button {
|
#star-button {
|
||||||
list-style-image: url("../icons/star-symbolic.svg") !important;
|
list-style-image: url("../icons/star-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#context-bookmarkpage[starred="true"],
|
||||||
#star-button[starred] {
|
#star-button[starred] {
|
||||||
list-style-image: url("../icons/starred-symbolic.svg") !important;
|
list-style-image: url("../icons/starred-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
|
#star-button[starred] {
|
||||||
|
fill: var(--theme-primary-color) !important;
|
||||||
|
}
|
||||||
#plugins-notification-icon:not(.plugin-blocked)[extraAttr="inactive"] > .plugin-icon {
|
#plugins-notification-icon:not(.plugin-blocked)[extraAttr="inactive"] > .plugin-icon {
|
||||||
fill-opacity: 0.25;
|
fill-opacity: 0.25;
|
||||||
list-style-image: url("../icons/application-x-addon-symbolic.svg") !important;
|
list-style-image: url("../icons/application-x-addon-symbolic.svg") !important;
|
||||||
@ -379,7 +442,10 @@ menu[disabled] > .menu-right {
|
|||||||
list-style-image: url("../icons/forget-history-symbolic.svg") !important;
|
list-style-image: url("../icons/forget-history-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sync-button {
|
#sync-button,
|
||||||
|
#sidebar-box[sidebarcommand="viewTabsSidebar"] > #sidebar-header > #sidebar-switcher-target > #sidebar-icon,
|
||||||
|
.urlbarView-row[source="tabs"] > .urlbarView-row-inner > .urlbarView-no-wrap > .urlbarView-favicon,
|
||||||
|
#urlbar-engine-one-off-item-tabs {
|
||||||
list-style-image: url("../icons/tab-sync-symbolic.svg") !important;
|
list-style-image: url("../icons/tab-sync-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -430,6 +496,23 @@ menu[disabled] > .menu-right {
|
|||||||
fill: rgb(224, 41, 29) !important;
|
fill: rgb(224, 41, 29) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Info */
|
||||||
|
.panel-info-button > image {
|
||||||
|
list-style-image: url("../icons/info-symbolic.svg") !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabbrowser-tab[image="chrome://global/skin/icons/info.svg"]:not([busy]):not([progress]):not([crashed]) .tab-icon-stack::before {
|
||||||
|
content: "";
|
||||||
|
height: 16px;
|
||||||
|
width: 16px;
|
||||||
|
background-image: url("../icons/info-symbolic.svg") !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Password */
|
||||||
|
#password-notification-icon {
|
||||||
|
list-style-image: url("../icons/key-symbolic.svg") !important;
|
||||||
|
}
|
||||||
|
|
||||||
.bookmark-item[container] {
|
.bookmark-item[container] {
|
||||||
list-style-image: url("../icons/folder-symbolic.svg") !important;
|
list-style-image: url("../icons/folder-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
@ -440,6 +523,38 @@ menu[disabled] > .menu-right {
|
|||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Fix flat buttons icons aproach */
|
||||||
|
button.close::before {
|
||||||
|
content: "";
|
||||||
|
display: block;
|
||||||
|
background-position: center center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Fix icons sizes */
|
||||||
|
.permission-popup-permission-remove-button > .button-box > .button-icon,
|
||||||
|
.menu-iconic-icon {
|
||||||
|
height: 16px !important;
|
||||||
|
width: 16px !important;
|
||||||
|
}
|
||||||
|
/* Fix icon color */
|
||||||
|
#sidebar-icon {
|
||||||
|
opacity: 1 !important;
|
||||||
|
}
|
||||||
|
treechildren::-moz-tree-twisty,
|
||||||
|
treechildren::-moz-tree-image {
|
||||||
|
fill-opacity: 1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Fix main menu zoom controls icons */
|
||||||
|
#appMenu-zoom-controls2 .toolbarbutton-icon {
|
||||||
|
padding: 0 !important;
|
||||||
|
padding-block: 0 !important;
|
||||||
|
padding-inline: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Invert icons color in dark variant */
|
/* Invert icons color in dark variant */
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
.PanelUI-subView .subviewbutton-nav::after,
|
.PanelUI-subView .subviewbutton-nav::after,
|
||||||
@ -519,7 +634,11 @@ menu[disabled] > .menu-right {
|
|||||||
#appMenu-paste-button .toolbarbutton-icon,
|
#appMenu-paste-button .toolbarbutton-icon,
|
||||||
#nav-bar-overflow-button .toolbarbutton-icon,
|
#nav-bar-overflow-button .toolbarbutton-icon,
|
||||||
#reload-button .toolbarbutton-icon,
|
#reload-button .toolbarbutton-icon,
|
||||||
|
.downloadIconRetry > .button-box > .button-icon,
|
||||||
|
#context-reload,
|
||||||
#stop-button .toolbarbutton-icon,
|
#stop-button .toolbarbutton-icon,
|
||||||
|
.downloadIconCancel > .button-box > .button-icon,
|
||||||
|
#context-stop,
|
||||||
#downloads-button .toolbarbutton-icon,
|
#downloads-button .toolbarbutton-icon,
|
||||||
#sync-button .toolbarbutton-icon,
|
#sync-button .toolbarbutton-icon,
|
||||||
#new-window-button .toolbarbutton-icon,
|
#new-window-button .toolbarbutton-icon,
|
||||||
@ -530,6 +649,7 @@ menu[disabled] > .menu-right {
|
|||||||
#tracking-protection-icon-animatable-image,
|
#tracking-protection-icon-animatable-image,
|
||||||
#reader-mode-button > .urlbar-icon,
|
#reader-mode-button > .urlbar-icon,
|
||||||
#star-button:not([starred]),
|
#star-button:not([starred]),
|
||||||
|
#context-bookmarkpage:not([starred]),
|
||||||
#geo-sharing-icon[sharing], .geo-icon,
|
#geo-sharing-icon[sharing], .geo-icon,
|
||||||
.blocked-permission-icon.popup-icon,
|
.blocked-permission-icon.popup-icon,
|
||||||
#webrtc-sharing-icon[sharing="screen"],
|
#webrtc-sharing-icon[sharing="screen"],
|
||||||
@ -551,7 +671,9 @@ menu[disabled] > .menu-right {
|
|||||||
#identity-box[pageproxystate="valid"].httpsOnlyErrorPage #identity-icon,
|
#identity-box[pageproxystate="valid"].httpsOnlyErrorPage #identity-icon,
|
||||||
#identity-box[pageproxystate="valid"].localResource #identity-icon,
|
#identity-box[pageproxystate="valid"].localResource #identity-icon,
|
||||||
.bookmark-item[container] .toolbarbutton-icon,
|
.bookmark-item[container] .toolbarbutton-icon,
|
||||||
.menu-iconic.bookmark-item[container] .menu-iconic-icon {
|
.menu-iconic.bookmark-item[container] .menu-iconic-icon,
|
||||||
|
.panel-info-button > image,
|
||||||
|
.tab-icon-overlay {
|
||||||
filter: invert(60%) brightness(150%);
|
filter: invert(60%) brightness(150%);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -561,13 +683,44 @@ menu[disabled] > .menu-right {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Tree views */
|
/* Tree views */
|
||||||
treechildren::-moz-tree-twisty {
|
treechildren::-moz-tree-twisty,
|
||||||
list-style-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
.item.client .item-twisty-container {
|
||||||
|
list-style-image: url("../icons/pan-end-symbolic-light.svg") !important;
|
||||||
|
width: 16px !important;
|
||||||
|
height: 16px !important;
|
||||||
|
}
|
||||||
|
.item.client .item-twisty-container {
|
||||||
|
background-image: url("../icons/pan-end-symbolic-light.svg") !important;
|
||||||
}
|
}
|
||||||
treechildren::-moz-tree-twisty(open) {
|
treechildren::-moz-tree-twisty(open) {
|
||||||
list-style-image: url("../icons/pan-end-symbolic-light.svg") !important;
|
list-style-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
||||||
}
|
}
|
||||||
#historyTree treechildren::-moz-tree-image {
|
.item.client.closed .item-twisty-container {
|
||||||
|
background-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
treechildren::-moz-tree-image(title, container),
|
||||||
|
treechildren::-moz-tree-image(title, open) {
|
||||||
|
list-style-image: url("../icons/folder-symbolic-light.svg") !important;
|
||||||
|
}
|
||||||
|
treechildren::-moz-tree-image(title, query, dayContainer),
|
||||||
|
treechildren::-moz-tree-image(query, OrganizerQuery_history____v) {
|
||||||
|
list-style-image: url("../icons/preferences-system-time-symbolic-light.svg") !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabbrowser-tab[image="chrome://global/skin/icons/info.svg"]:not([busy]):not([progress]):not([crashed]) .tab-icon-stack::before {
|
||||||
|
background-image: url("../icons/info-symbolic-light.svg") !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sidebar-box[sidebarcommand="viewTabsSidebar"] > #sidebar-header > #sidebar-switcher-target > #sidebar-icon,
|
||||||
|
.urlbarView-row[source="tabs"] > .urlbarView-row-inner > .urlbarView-no-wrap > .urlbarView-favicon,
|
||||||
|
#urlbar-engine-one-off-item-tabs {
|
||||||
|
list-style-image: url("../icons/tab-sync-symbolic-light.svg") !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sidebar-box[sidebarcommand="viewHistorySidebar"] > #sidebar-header > #sidebar-switcher-target > #sidebar-icon,
|
||||||
|
.urlbarView-row[source="history"] > .urlbarView-row-inner > .urlbarView-no-wrap > .urlbarView-favicon,
|
||||||
|
#urlbar-engine-one-off-item-history {
|
||||||
list-style-image: url("../icons/preferences-system-time-symbolic-light.svg") !important;
|
list-style-image: url("../icons/preferences-system-time-symbolic-light.svg") !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -576,3 +729,4 @@ menu[disabled] > .menu-right {
|
|||||||
list-style-image: var(--webextension-menupanel-image-light, inherit) !important;
|
list-style-image: var(--webextension-menupanel-image-light, inherit) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
79
src/other/firefox/WhiteSur/icons/audio-muted-symbolic.svg
Normal file
@ -0,0 +1,79 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 4.2333 4.2333"
|
||||||
|
id="svg10"
|
||||||
|
sodipodi:docname="audio-muted-symbolic.svg"
|
||||||
|
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs14" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview12"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="14.75"
|
||||||
|
inkscape:cx="7.9661017"
|
||||||
|
inkscape:cy="8"
|
||||||
|
inkscape:window-width="960"
|
||||||
|
inkscape:window-height="600"
|
||||||
|
inkscape:window-x="25"
|
||||||
|
inkscape:window-y="59"
|
||||||
|
inkscape:window-maximized="0"
|
||||||
|
inkscape:current-layer="svg10" />
|
||||||
|
<g
|
||||||
|
transform="matrix(0.26458125,0,0,0.26458125,0,-1.2677146e-4)"
|
||||||
|
fill="#363636"
|
||||||
|
opacity="0.35"
|
||||||
|
id="g404">
|
||||||
|
<rect
|
||||||
|
y="6"
|
||||||
|
width="5"
|
||||||
|
height="4"
|
||||||
|
ry="1"
|
||||||
|
fill-rule="evenodd"
|
||||||
|
id="rect392"
|
||||||
|
x="0" />
|
||||||
|
<path
|
||||||
|
d="M 6,3 3,6 v 4 l 3,3 z"
|
||||||
|
id="path394" />
|
||||||
|
<g
|
||||||
|
fill-rule="evenodd"
|
||||||
|
id="g402">
|
||||||
|
<path
|
||||||
|
d="M 13.139,1.428 C 12.594,1 12,1.652 12.455,2.16 A 8,8 0 0 1 15,8 8,8 0 0 1 12.446,13.852 C 12,14.323 12.626,15 13.123,14.58 A 9,9 0 0 0 16,8 9,9 0 0 0 13.139,1.428 Z"
|
||||||
|
id="path396" />
|
||||||
|
<path
|
||||||
|
d="M 10.775,2.889 C 10.188,2.354 9.576,3.114 10.091,3.621 A 6,6 0 0 1 12,8 6,6 0 0 1 10.084,12.389 c -0.469,0.446 0.173,1.146 0.68,0.728 A 7,7 0 0 0 13,8 7,7 0 0 0 10.775,2.889 Z"
|
||||||
|
id="path398" />
|
||||||
|
<path
|
||||||
|
d="M 8.41,4.35 C 7.89,3.856 7.255,4.57 7.727,5.08 A 4,4 0 0 1 9,8 4,4 0 0 1 7.723,10.926 c -0.473,0.43 0.14,1.152 0.68,0.73 A 5,5 0 0 0 10,8 5,5 0 0 0 8.41,4.35 Z"
|
||||||
|
id="path400" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<rect
|
||||||
|
transform="rotate(45)"
|
||||||
|
x="0.34758037"
|
||||||
|
y="-0.13229063"
|
||||||
|
width="5.291625"
|
||||||
|
height="0.26458126"
|
||||||
|
rx="0.13229063"
|
||||||
|
ry="0.13229063"
|
||||||
|
fill="#363636"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
stroke-width="0.127811"
|
||||||
|
style="paint-order:markers stroke fill"
|
||||||
|
id="rect406" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.4 KiB |
63
src/other/firefox/WhiteSur/icons/audio-playing-symbolic.svg
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
version="1.1"
|
||||||
|
id="svg10"
|
||||||
|
sodipodi:docname="audio-playing-symbolic.svg"
|
||||||
|
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs14" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview12"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="14.75"
|
||||||
|
inkscape:cx="7.9661017"
|
||||||
|
inkscape:cy="8"
|
||||||
|
inkscape:window-width="960"
|
||||||
|
inkscape:window-height="600"
|
||||||
|
inkscape:window-x="25"
|
||||||
|
inkscape:window-y="59"
|
||||||
|
inkscape:window-maximized="0"
|
||||||
|
inkscape:current-layer="svg10" />
|
||||||
|
<g
|
||||||
|
transform="translate(0,-4.7914e-4)"
|
||||||
|
fill="#363636"
|
||||||
|
id="g14">
|
||||||
|
<rect
|
||||||
|
y="6"
|
||||||
|
width="5"
|
||||||
|
height="4"
|
||||||
|
ry="1"
|
||||||
|
fill-rule="evenodd"
|
||||||
|
id="rect2"
|
||||||
|
x="0" />
|
||||||
|
<path
|
||||||
|
d="M 6,3 3,6 v 4 l 3,3 z"
|
||||||
|
id="path4" />
|
||||||
|
<g
|
||||||
|
fill-rule="evenodd"
|
||||||
|
id="g12">
|
||||||
|
<path
|
||||||
|
d="M 13.139,1.428 C 12.594,1 12,1.652 12.455,2.16 A 8,8 0 0 1 15,8 8,8 0 0 1 12.446,13.852 C 12,14.323 12.626,15 13.123,14.58 A 9,9 0 0 0 16,8 9,9 0 0 0 13.139,1.428 Z"
|
||||||
|
id="path6" />
|
||||||
|
<path
|
||||||
|
d="M 10.775,2.889 C 10.188,2.354 9.576,3.114 10.091,3.621 A 6,6 0 0 1 12,8 6,6 0 0 1 10.084,12.389 c -0.469,0.446 0.173,1.146 0.68,0.728 A 7,7 0 0 0 13,8 7,7 0 0 0 10.775,2.889 Z"
|
||||||
|
id="path8" />
|
||||||
|
<path
|
||||||
|
d="M 8.41,4.35 C 7.89,3.856 7.255,4.57 7.727,5.08 A 4,4 0 0 1 9,8 4,4 0 0 1 7.723,10.926 c -0.473,0.43 0.14,1.152 0.68,0.73 A 5,5 0 0 0 10,8 5,5 0 0 0 8.41,4.35 Z"
|
||||||
|
id="path10" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.0 KiB |
47
src/other/firefox/WhiteSur/icons/bullet-symbolic.svg
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
height="14"
|
||||||
|
width="14"
|
||||||
|
version="1.1"
|
||||||
|
id="svg442"
|
||||||
|
sodipodi:docname="bullet-symbolic.svg"
|
||||||
|
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs446" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview444"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="16.857143"
|
||||||
|
inkscape:cx="6.9703389"
|
||||||
|
inkscape:cy="6.9999999"
|
||||||
|
inkscape:window-width="960"
|
||||||
|
inkscape:window-height="600"
|
||||||
|
inkscape:window-x="25"
|
||||||
|
inkscape:window-y="59"
|
||||||
|
inkscape:window-maximized="0"
|
||||||
|
inkscape:current-layer="svg442" />
|
||||||
|
<g
|
||||||
|
style="display:inline;fill:#333333"
|
||||||
|
id="g440">
|
||||||
|
<path
|
||||||
|
d="M388 342c-2.207 0-4 1.793-4 4s1.793 4 4 4c2.208 0 4-1.793 4-4s-1.792-4-4-4z"
|
||||||
|
transform="translate(-381 -339)"
|
||||||
|
fill="context-fill"
|
||||||
|
stroke="context-stroke"
|
||||||
|
fill-opacity="context-fill-opacity"
|
||||||
|
stroke-opacity="context-stroke-opacity"
|
||||||
|
id="path438"
|
||||||
|
style="fill:#333333" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
44
src/other/firefox/WhiteSur/icons/folder-symbolic-light.svg
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 16 16"
|
||||||
|
id="svg1032"
|
||||||
|
sodipodi:docname="folder-symbolic-light.svg"
|
||||||
|
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview1034"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="14.75"
|
||||||
|
inkscape:cx="7.9661017"
|
||||||
|
inkscape:cy="8"
|
||||||
|
inkscape:window-width="960"
|
||||||
|
inkscape:window-height="600"
|
||||||
|
inkscape:window-x="25"
|
||||||
|
inkscape:window-y="59"
|
||||||
|
inkscape:window-maximized="0"
|
||||||
|
inkscape:current-layer="svg1032" />
|
||||||
|
<defs
|
||||||
|
id="defs1028">
|
||||||
|
<style
|
||||||
|
id="current-color-scheme"
|
||||||
|
type="text/css">.ColorScheme-Text { color:#363636; } .ColorScheme-Text { color:#363636; }</style>
|
||||||
|
</defs>
|
||||||
|
<path
|
||||||
|
d="m2 2c-1.108 0-2 0.892-2 2v9c0 1.108 0.892 2 2 2h12c1.108 0 2-0.892 2-2v-8c0-1.108-0.892-2-2-2h-2-5.6289c-0.57985-0.0229-0.60474 0.076886-1.0391-0.35742-0.43381-0.43381-0.61297-0.64213-1.332-0.64258h-2zm0 1h2c0.31116-1.7e-6 0.52033 1.383e-4 0.99805 0.4707 0.47877 0.47161 0.6388 0.5293 1 0.5293h6.002 2c0.554 0 1 0.446 1 1v1h-14v-2c0-0.554 0.446-1 1-1zm-1 4h14v6c0 0.554-0.446 1-1 1h-12c-0.554 0-1-0.446-1-1v-6z"
|
||||||
|
style="fill:#cccccc"
|
||||||
|
class="ColorScheme-Text"
|
||||||
|
id="path1030" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
76
src/other/firefox/WhiteSur/icons/icon.svg
Normal file
@ -0,0 +1,76 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="64"
|
||||||
|
height="64"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 16.933 16.933"
|
||||||
|
id="svg1806"
|
||||||
|
sodipodi:docname="icon.svg"
|
||||||
|
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview1808"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.84375"
|
||||||
|
inkscape:cx="-25.220339"
|
||||||
|
inkscape:cy="48.813559"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="650"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="34"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg1806" />
|
||||||
|
<defs
|
||||||
|
id="defs1756">
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient3797">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffd137;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3793" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#e50d71;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3795" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3797"
|
||||||
|
id="linearGradient3799"
|
||||||
|
x1="2.1166253"
|
||||||
|
y1="2.1166253"
|
||||||
|
x2="14.816375"
|
||||||
|
y2="14.816375"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
</defs>
|
||||||
|
<g
|
||||||
|
id="g3791"
|
||||||
|
style="fill-opacity:1;fill:url(#linearGradient3799)">
|
||||||
|
<path
|
||||||
|
id="path3844"
|
||||||
|
d="m 8.4665003,2.1166252 c -3.5069391,0 -6.349875,2.8429359 -6.349875,6.349875 0,3.5069388 2.8429359,6.3498748 6.349875,6.3498748 3.5069387,0 6.3498747,-2.842936 6.3498747,-6.3498748 0,-3.5069391 -2.842936,-6.349875 -6.3498747,-6.349875 z m 0,1.1906015 A 5.1592735,5.1592735 0 0 1 13.625774,8.4665002 5.1592735,5.1592735 0 0 1 8.4665003,13.625774 5.1592735,5.1592735 0 0 1 3.3072268,8.4665002 5.1592735,5.1592735 0 0 1 8.4665003,3.3072267 Z"
|
||||||
|
style="opacity:0.45;fill-opacity:1;fill:url(#linearGradient3799)" />
|
||||||
|
<circle
|
||||||
|
id="circle3846"
|
||||||
|
cx="8.4665003"
|
||||||
|
cy="8.4665003"
|
||||||
|
r="1.1906016"
|
||||||
|
style="opacity:0.45;fill-opacity:1;fill:url(#linearGradient3799)" />
|
||||||
|
<path
|
||||||
|
id="path3998"
|
||||||
|
d="M 8.4665003,4.4978283 A 3.9686719,3.9686719 0 0 0 4.4978284,8.4665002 3.9686719,3.9686719 0 0 0 8.4665003,12.435172 3.9686719,3.9686719 0 0 0 12.345257,9.2602346 H 10.70973 A 2.3812032,2.3812032 0 0 1 8.4665003,10.847703 2.3812032,2.3812032 0 0 1 6.0852972,8.4665002 2.3812032,2.3812032 0 0 1 8.4665003,6.0852971 2.3812032,2.3812032 0 0 1 10.70973,7.6727658 h 1.644829 A 3.9686719,3.9686719 0 0 0 8.4665003,4.4978283 Z"
|
||||||
|
style="fill-opacity:1;fill:url(#linearGradient3799)" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.0 KiB |
57
src/other/firefox/WhiteSur/icons/info-symbolic-light.svg
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
version="1.1"
|
||||||
|
id="svg12"
|
||||||
|
sodipodi:docname="info-symbolic-light.svg"
|
||||||
|
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs16" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview14"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="20.85965"
|
||||||
|
inkscape:cx="0.26366694"
|
||||||
|
inkscape:cy="6.9991587"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="650"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="34"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg12">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid292" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<path
|
||||||
|
d="M 8,0 A 8,8 0 0 0 0,8 8,8 0 0 0 8,16 8,8 0 0 0 16,8 8,8 0 0 0 8,0 Z M 8,1 A 7,7 0 0 1 15,8 7,7 0 0 1 8,15 7,7 0 0 1 1,8 7,7 0 0 1 8,1 Z"
|
||||||
|
id="path2"
|
||||||
|
style="color:#363636;fill:#cccccc;fill-opacity:1" />
|
||||||
|
<circle
|
||||||
|
cx="8"
|
||||||
|
cy="12"
|
||||||
|
r="1"
|
||||||
|
id="circle6"
|
||||||
|
style="color:#363636;fill:#cccccc;fill-opacity:1" />
|
||||||
|
<rect
|
||||||
|
id="rect346"
|
||||||
|
width="2"
|
||||||
|
height="7"
|
||||||
|
x="7"
|
||||||
|
y="3"
|
||||||
|
rx="1"
|
||||||
|
ry="1"
|
||||||
|
style="fill:#cccccc;fill-opacity:1" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
57
src/other/firefox/WhiteSur/icons/info-symbolic.svg
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
version="1.1"
|
||||||
|
id="svg12"
|
||||||
|
sodipodi:docname="info-symbolic.svg"
|
||||||
|
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs16" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview14"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="20.85965"
|
||||||
|
inkscape:cx="0.26366694"
|
||||||
|
inkscape:cy="6.9991587"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="650"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="34"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg12">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid292" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<path
|
||||||
|
d="M 8,0 A 8,8 0 0 0 0,8 8,8 0 0 0 8,16 8,8 0 0 0 16,8 8,8 0 0 0 8,0 Z M 8,1 A 7,7 0 0 1 15,8 7,7 0 0 1 8,15 7,7 0 0 1 1,8 7,7 0 0 1 8,1 Z"
|
||||||
|
id="path2"
|
||||||
|
style="color:#363636;fill:#333333;fill-opacity:1" />
|
||||||
|
<circle
|
||||||
|
cx="8"
|
||||||
|
cy="12"
|
||||||
|
r="1"
|
||||||
|
id="circle6"
|
||||||
|
style="color:#363636;fill:#333333;fill-opacity:1" />
|
||||||
|
<rect
|
||||||
|
id="rect346"
|
||||||
|
width="2"
|
||||||
|
height="7"
|
||||||
|
x="7"
|
||||||
|
y="3"
|
||||||
|
rx="1"
|
||||||
|
ry="1"
|
||||||
|
style="fill:#333333;fill-opacity:1" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
302
src/other/firefox/WhiteSur/icons/key-symbolic.svg
Normal file
@ -0,0 +1,302 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="16px"
|
||||||
|
height="16px"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 16 16"
|
||||||
|
id="svg111"
|
||||||
|
sodipodi:docname="key-symbolic.svg"
|
||||||
|
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs115" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview113"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="10.429825"
|
||||||
|
inkscape:cx="-9.3481914"
|
||||||
|
inkscape:cy="8.4373419"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="650"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="34"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg111">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid300" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<filter
|
||||||
|
id="a"
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
width="1"
|
||||||
|
height="1">
|
||||||
|
<feColorMatrix
|
||||||
|
in="SourceGraphic"
|
||||||
|
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
|
||||||
|
id="feColorMatrix2" />
|
||||||
|
</filter>
|
||||||
|
<mask
|
||||||
|
id="b">
|
||||||
|
<g
|
||||||
|
filter="url(#a)"
|
||||||
|
id="g7">
|
||||||
|
<path
|
||||||
|
d="m0 0h16v16h-16z"
|
||||||
|
fill-opacity=".3"
|
||||||
|
id="path5" />
|
||||||
|
</g>
|
||||||
|
</mask>
|
||||||
|
<clipPath
|
||||||
|
id="c">
|
||||||
|
<path
|
||||||
|
d="m0 0h1024v800h-1024z"
|
||||||
|
id="path10" />
|
||||||
|
</clipPath>
|
||||||
|
<mask
|
||||||
|
id="d">
|
||||||
|
<g
|
||||||
|
filter="url(#a)"
|
||||||
|
id="g15">
|
||||||
|
<path
|
||||||
|
d="m0 0h16v16h-16z"
|
||||||
|
fill-opacity=".05"
|
||||||
|
id="path13" />
|
||||||
|
</g>
|
||||||
|
</mask>
|
||||||
|
<clipPath
|
||||||
|
id="e">
|
||||||
|
<path
|
||||||
|
d="m0 0h1024v800h-1024z"
|
||||||
|
id="path18" />
|
||||||
|
</clipPath>
|
||||||
|
<mask
|
||||||
|
id="f">
|
||||||
|
<g
|
||||||
|
filter="url(#a)"
|
||||||
|
id="g23">
|
||||||
|
<path
|
||||||
|
d="m0 0h16v16h-16z"
|
||||||
|
fill-opacity=".05"
|
||||||
|
id="path21" />
|
||||||
|
</g>
|
||||||
|
</mask>
|
||||||
|
<clipPath
|
||||||
|
id="g">
|
||||||
|
<path
|
||||||
|
d="m0 0h1024v800h-1024z"
|
||||||
|
id="path26" />
|
||||||
|
</clipPath>
|
||||||
|
<mask
|
||||||
|
id="h">
|
||||||
|
<g
|
||||||
|
filter="url(#a)"
|
||||||
|
id="g31">
|
||||||
|
<path
|
||||||
|
d="m0 0h16v16h-16z"
|
||||||
|
fill-opacity=".05"
|
||||||
|
id="path29" />
|
||||||
|
</g>
|
||||||
|
</mask>
|
||||||
|
<clipPath
|
||||||
|
id="i">
|
||||||
|
<path
|
||||||
|
d="m0 0h1024v800h-1024z"
|
||||||
|
id="path34" />
|
||||||
|
</clipPath>
|
||||||
|
<mask
|
||||||
|
id="j">
|
||||||
|
<g
|
||||||
|
filter="url(#a)"
|
||||||
|
id="g39">
|
||||||
|
<path
|
||||||
|
d="m0 0h16v16h-16z"
|
||||||
|
fill-opacity=".05"
|
||||||
|
id="path37" />
|
||||||
|
</g>
|
||||||
|
</mask>
|
||||||
|
<clipPath
|
||||||
|
id="k">
|
||||||
|
<path
|
||||||
|
d="m0 0h1024v800h-1024z"
|
||||||
|
id="path42" />
|
||||||
|
</clipPath>
|
||||||
|
<mask
|
||||||
|
id="l">
|
||||||
|
<g
|
||||||
|
filter="url(#a)"
|
||||||
|
id="g47">
|
||||||
|
<path
|
||||||
|
d="m0 0h16v16h-16z"
|
||||||
|
fill-opacity=".05"
|
||||||
|
id="path45" />
|
||||||
|
</g>
|
||||||
|
</mask>
|
||||||
|
<clipPath
|
||||||
|
id="m">
|
||||||
|
<path
|
||||||
|
d="m0 0h1024v800h-1024z"
|
||||||
|
id="path50" />
|
||||||
|
</clipPath>
|
||||||
|
<mask
|
||||||
|
id="n">
|
||||||
|
<g
|
||||||
|
filter="url(#a)"
|
||||||
|
id="g55">
|
||||||
|
<path
|
||||||
|
d="m0 0h16v16h-16z"
|
||||||
|
fill-opacity=".05"
|
||||||
|
id="path53" />
|
||||||
|
</g>
|
||||||
|
</mask>
|
||||||
|
<clipPath
|
||||||
|
id="o">
|
||||||
|
<path
|
||||||
|
d="m0 0h1024v800h-1024z"
|
||||||
|
id="path58" />
|
||||||
|
</clipPath>
|
||||||
|
<mask
|
||||||
|
id="p">
|
||||||
|
<g
|
||||||
|
filter="url(#a)"
|
||||||
|
id="g63">
|
||||||
|
<path
|
||||||
|
d="m0 0h16v16h-16z"
|
||||||
|
fill-opacity=".3"
|
||||||
|
id="path61" />
|
||||||
|
</g>
|
||||||
|
</mask>
|
||||||
|
<clipPath
|
||||||
|
id="q">
|
||||||
|
<path
|
||||||
|
d="m0 0h1024v800h-1024z"
|
||||||
|
id="path66" />
|
||||||
|
</clipPath>
|
||||||
|
<mask
|
||||||
|
id="r">
|
||||||
|
<g
|
||||||
|
filter="url(#a)"
|
||||||
|
id="g71">
|
||||||
|
<path
|
||||||
|
d="m0 0h16v16h-16z"
|
||||||
|
fill-opacity=".5"
|
||||||
|
id="path69" />
|
||||||
|
</g>
|
||||||
|
</mask>
|
||||||
|
<clipPath
|
||||||
|
id="s">
|
||||||
|
<path
|
||||||
|
d="m0 0h1024v800h-1024z"
|
||||||
|
id="path74" />
|
||||||
|
</clipPath>
|
||||||
|
<mask
|
||||||
|
id="t">
|
||||||
|
<g
|
||||||
|
filter="url(#a)"
|
||||||
|
id="g79">
|
||||||
|
<path
|
||||||
|
d="m0 0h16v16h-16z"
|
||||||
|
fill-opacity=".4"
|
||||||
|
id="path77" />
|
||||||
|
</g>
|
||||||
|
</mask>
|
||||||
|
<clipPath
|
||||||
|
id="u">
|
||||||
|
<path
|
||||||
|
d="m0 0h1024v800h-1024z"
|
||||||
|
id="path82" />
|
||||||
|
</clipPath>
|
||||||
|
<mask
|
||||||
|
id="v">
|
||||||
|
<g
|
||||||
|
filter="url(#a)"
|
||||||
|
id="g87">
|
||||||
|
<path
|
||||||
|
d="m0 0h16v16h-16z"
|
||||||
|
fill-opacity=".4"
|
||||||
|
id="path85" />
|
||||||
|
</g>
|
||||||
|
</mask>
|
||||||
|
<clipPath
|
||||||
|
id="w">
|
||||||
|
<path
|
||||||
|
d="m0 0h1024v800h-1024z"
|
||||||
|
id="path90" />
|
||||||
|
</clipPath>
|
||||||
|
<mask
|
||||||
|
id="x">
|
||||||
|
<g
|
||||||
|
filter="url(#a)"
|
||||||
|
id="g95">
|
||||||
|
<path
|
||||||
|
d="m0 0h16v16h-16z"
|
||||||
|
fill-opacity=".5"
|
||||||
|
id="path93" />
|
||||||
|
</g>
|
||||||
|
</mask>
|
||||||
|
<clipPath
|
||||||
|
id="y">
|
||||||
|
<path
|
||||||
|
d="m0 0h1024v800h-1024z"
|
||||||
|
id="path98" />
|
||||||
|
</clipPath>
|
||||||
|
<mask
|
||||||
|
id="z">
|
||||||
|
<g
|
||||||
|
filter="url(#a)"
|
||||||
|
id="g103">
|
||||||
|
<path
|
||||||
|
d="m0 0h16v16h-16z"
|
||||||
|
fill-opacity=".5"
|
||||||
|
id="path101" />
|
||||||
|
</g>
|
||||||
|
</mask>
|
||||||
|
<clipPath
|
||||||
|
id="A">
|
||||||
|
<path
|
||||||
|
d="m0 0h1024v800h-1024z"
|
||||||
|
id="path106" />
|
||||||
|
</clipPath>
|
||||||
|
<rect
|
||||||
|
id="rect507"
|
||||||
|
width="8"
|
||||||
|
height="1"
|
||||||
|
x="8"
|
||||||
|
y="7"
|
||||||
|
rx="0.5"
|
||||||
|
ry="0.5"
|
||||||
|
style="fill:#333333" />
|
||||||
|
<rect
|
||||||
|
id="rect568"
|
||||||
|
width="1"
|
||||||
|
height="5"
|
||||||
|
x="11"
|
||||||
|
y="7"
|
||||||
|
rx="0.5"
|
||||||
|
ry="0.5"
|
||||||
|
style="fill:#333333" />
|
||||||
|
<rect
|
||||||
|
id="rect570"
|
||||||
|
width="1"
|
||||||
|
height="5"
|
||||||
|
x="13"
|
||||||
|
y="7"
|
||||||
|
rx="0.5"
|
||||||
|
ry="0.5"
|
||||||
|
style="fill:#333333" />
|
||||||
|
<path
|
||||||
|
id="path410"
|
||||||
|
d="M 4.5 3 A 4.5 4.5 0 0 0 0 7.5 A 4.5 4.5 0 0 0 4.5 12 A 4.5 4.5 0 0 0 9 7.5 A 4.5 4.5 0 0 0 4.5 3 z M 4.5 4 A 3.5 3.5 0 0 1 8 7.5 A 3.5 3.5 0 0 1 4.5 11 A 3.5 3.5 0 0 1 1 7.5 A 3.5 3.5 0 0 1 4.5 4 z "
|
||||||
|
style="fill:#333333" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 5.6 KiB |
After Width: | Height: | Size: 7.2 KiB |
@ -0,0 +1,182 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="17"
|
||||||
|
height="16"
|
||||||
|
viewBox="0 0 17 16"
|
||||||
|
fill="none"
|
||||||
|
version="1.1"
|
||||||
|
id="svg6132"
|
||||||
|
sodipodi:docname="process-working-symbolic-black.svg"
|
||||||
|
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview6134"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="14.75"
|
||||||
|
inkscape:cx="8.440678"
|
||||||
|
inkscape:cy="8"
|
||||||
|
inkscape:window-width="960"
|
||||||
|
inkscape:window-height="600"
|
||||||
|
inkscape:window-x="25"
|
||||||
|
inkscape:window-y="34"
|
||||||
|
inkscape:window-maximized="0"
|
||||||
|
inkscape:current-layer="svg6132" />
|
||||||
|
<defs
|
||||||
|
id="defs6130">
|
||||||
|
<pattern
|
||||||
|
id="pattern0"
|
||||||
|
patternContentUnits="objectBoundingBox"
|
||||||
|
width="1"
|
||||||
|
height="1">
|
||||||
|
<use
|
||||||
|
xlink:href="#image0_605_8"
|
||||||
|
transform="scale(0.0714286)"
|
||||||
|
id="use6126" />
|
||||||
|
</pattern>
|
||||||
|
<image
|
||||||
|
id="image0_605_8"
|
||||||
|
width="14"
|
||||||
|
height="14"
|
||||||
|
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF3SURBVHgBVZJBTsMwEEVjJ2lpoYpUVXSbdbaIfa7DKYLECbgAB+AkIIFUsSBQZQssGgWJQJ0mtc2fdIJMpNeJ3fn+33aE53kGCGC5/nuE6KeUtfYB9d73/ZXWOpdO81CtI7I8LkEBXkiEupZOg9N/GMNFAA3WGD6BFcizLNt6HJUazeCAapz6Bq7AGQg5me+5jQNORJq/BefcLNM0DWiBwN0Ti/qIPCa3a/BIIqKu68N28PPN9hIiCdFwYBLPhTHmJkkS0batKIpCxHH8d5LvTiwNOvADnsHlYrH4KMvSuKmWy2Xv+Ar2TAPXGq4buOVwu6NT5FTGMehzU+gv8En3RSLUDUTkOgWn4CSKIsn9/nw+lwHHaoHilWu4Ue3gHuLCj/EeYY9kRPdnqqqydCCKxdsBuO0ANJquYEzOSilaYDqbzWhOBOzUwEWhuX/nBLQfiW+TXEdhGB6hR/N1NAH2RI3ksGPBnk+3/+jZddR13Zj/s5PJxP4C9v3NuV90MtwAAAAASUVORK5CYII=" />
|
||||||
|
</defs>
|
||||||
|
<rect
|
||||||
|
x="7.3635931"
|
||||||
|
y="1.0000049"
|
||||||
|
width="1.2727425"
|
||||||
|
height="4.4536157"
|
||||||
|
rx="0.63635927"
|
||||||
|
ry="0.63621706"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4201" />
|
||||||
|
<rect
|
||||||
|
x="7.3635931"
|
||||||
|
y="10.54639"
|
||||||
|
width="1.2727425"
|
||||||
|
height="4.4536157"
|
||||||
|
rx="0.63635927"
|
||||||
|
ry="0.63621706"
|
||||||
|
opacity="0.4"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4203" />
|
||||||
|
<rect
|
||||||
|
transform="matrix(0.8660738,0.49991616,-0.50008381,0.86597701,0,0)"
|
||||||
|
x="10.288762"
|
||||||
|
y="-4.0808816"
|
||||||
|
width="1.2726713"
|
||||||
|
height="4.4538646"
|
||||||
|
rx="0.63632375"
|
||||||
|
ry="0.63625264"
|
||||||
|
opacity="0.05"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4205" />
|
||||||
|
<rect
|
||||||
|
transform="matrix(0.8660738,0.49991616,-0.50008381,0.86597701,0,0)"
|
||||||
|
x="10.288762"
|
||||||
|
y="5.4660001"
|
||||||
|
width="1.2726713"
|
||||||
|
height="4.4538646"
|
||||||
|
rx="0.63632375"
|
||||||
|
ry="0.63625264"
|
||||||
|
opacity="0.5"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4207" />
|
||||||
|
<rect
|
||||||
|
transform="matrix(0.50008384,0.86597699,-0.86607378,0.49991619,0,0)"
|
||||||
|
x="10.289461"
|
||||||
|
y="-9.9379177"
|
||||||
|
width="1.2725292"
|
||||||
|
height="4.4543624"
|
||||||
|
rx="0.63625264"
|
||||||
|
ry="0.63632375"
|
||||||
|
opacity="0.1"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4209" />
|
||||||
|
<rect
|
||||||
|
transform="matrix(0.50008384,0.86597699,-0.86607378,0.49991619,0,0)"
|
||||||
|
x="10.289461"
|
||||||
|
y="-0.3899329"
|
||||||
|
width="1.2725292"
|
||||||
|
height="4.4543624"
|
||||||
|
rx="0.63625264"
|
||||||
|
ry="0.63632375"
|
||||||
|
opacity="0.6"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4211" />
|
||||||
|
<rect
|
||||||
|
transform="rotate(90)"
|
||||||
|
x="7.3482637"
|
||||||
|
y="-15"
|
||||||
|
width="1.2724581"
|
||||||
|
height="4.4546113"
|
||||||
|
rx="0.63621706"
|
||||||
|
ry="0.63635927"
|
||||||
|
opacity="0.15"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4213" />
|
||||||
|
<rect
|
||||||
|
transform="rotate(90)"
|
||||||
|
x="7.3482637"
|
||||||
|
y="-5.4546113"
|
||||||
|
width="1.2724581"
|
||||||
|
height="4.4546113"
|
||||||
|
rx="0.63621706"
|
||||||
|
ry="0.63635927"
|
||||||
|
opacity="0.7"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4215" />
|
||||||
|
<rect
|
||||||
|
transform="matrix(-0.50008381,0.86597701,-0.8660738,-0.49991616,0,0)"
|
||||||
|
x="2.2917297"
|
||||||
|
y="-17.93675"
|
||||||
|
width="1.2725292"
|
||||||
|
height="4.4543619"
|
||||||
|
rx="0.63625264"
|
||||||
|
ry="0.63632375"
|
||||||
|
opacity="0.2"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4217" />
|
||||||
|
<rect
|
||||||
|
transform="matrix(-0.50008381,0.86597701,-0.8660738,-0.49991616,0,0)"
|
||||||
|
x="2.2917297"
|
||||||
|
y="-8.3887653"
|
||||||
|
width="1.2725292"
|
||||||
|
height="4.4543619"
|
||||||
|
rx="0.63625264"
|
||||||
|
ry="0.63632375"
|
||||||
|
opacity="0.8"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4219" />
|
||||||
|
<rect
|
||||||
|
transform="matrix(-0.8660738,0.49991616,-0.50008381,-0.86597701,0,0)"
|
||||||
|
x="-3.56458"
|
||||||
|
y="-17.912498"
|
||||||
|
width="1.2726713"
|
||||||
|
height="4.4538646"
|
||||||
|
rx="0.63632375"
|
||||||
|
ry="0.63625264"
|
||||||
|
opacity="0.3"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4221" />
|
||||||
|
<rect
|
||||||
|
transform="matrix(-0.8660738,0.49991616,-0.50008381,-0.86597701,0,0)"
|
||||||
|
x="-3.56458"
|
||||||
|
y="-8.3896513"
|
||||||
|
width="1.2726713"
|
||||||
|
height="4.4538646"
|
||||||
|
rx="0.63632375"
|
||||||
|
ry="0.63625264"
|
||||||
|
opacity="0.9"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4223" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 6.1 KiB |
@ -0,0 +1,186 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
viewBox="0 0 16 16"
|
||||||
|
fill="none"
|
||||||
|
version="1.1"
|
||||||
|
id="svg4400"
|
||||||
|
sodipodi:docname="process-working-symbolic-light.svg"
|
||||||
|
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview4402"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="14.75"
|
||||||
|
inkscape:cx="7.9661017"
|
||||||
|
inkscape:cy="8"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="650"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="34"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4400" />
|
||||||
|
<defs
|
||||||
|
id="defs4398">
|
||||||
|
<pattern
|
||||||
|
id="pattern0"
|
||||||
|
patternContentUnits="objectBoundingBox"
|
||||||
|
width="1"
|
||||||
|
height="1">
|
||||||
|
<use
|
||||||
|
xlink:href="#image0_605_19"
|
||||||
|
transform="scale(0.0714286)"
|
||||||
|
id="use4394" />
|
||||||
|
</pattern>
|
||||||
|
<image
|
||||||
|
id="image0_605_19"
|
||||||
|
width="14"
|
||||||
|
height="14"
|
||||||
|
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHJSURBVHgBZVJLagJBEJ3unoxDFLILKC6yVnDhbQTvootcIFfJBbIIISQkIFkkoln4ISqOH6LOdM+380p6giQFRVX31Kv3qqZZp9PJGEzDKFowpJZJj5YkiZzP5y/T6fQJsbdarT54XnwC0icgTR4EwWqz2Xyu1+s+gQAe8Lw4rzQN8jPLsiwFaLBYLN48z+sB9AGVAc8lnoJ/6WBSyuVsNntcLpf3k8nkDVeqXq8z++98OVOegOlhNBrdNpvNXrvd1t1uV4CVkdR/M+UHsH0Nh8ObVqv1WqvVGACiUqmw7XbLSGpANSQBHiNPyY3M60aj8QxpNuYU5XJZQLZAE26jaGekZggEihF9xPdSqXRXrVbd8XicFQoFy/d9q1gsatwzAu4BSuh3ISr4HkAP2+w7jnMVx7E8wIQQmeu6NEaGo3UEGpYQIB+AHc6ebduUn4dheAkGC8CDUkrDGTWgB0CyDkbyt4kHgKjZGSQWwXoBlhJygXpaKKffIVGkOOcKFwFyWlZI8+KbiKKokKbpORQkNCPAEoypjUJJs5kozZwRLQx36MfPAHLA6iJP8W7pYShiVGa+EEwRLckUaAAY2EieAxZipiVqzKt/AFRdZrrYGKEYAAAAAElFTkSuQmCC" />
|
||||||
|
</defs>
|
||||||
|
<g
|
||||||
|
id="g1262"
|
||||||
|
style="opacity:0.5;fill:#cccccc">
|
||||||
|
<rect
|
||||||
|
x="7.3635931"
|
||||||
|
y="1.0000049"
|
||||||
|
width="1.2727425"
|
||||||
|
height="4.4536157"
|
||||||
|
rx="0.63635927"
|
||||||
|
ry="0.63621706"
|
||||||
|
style="fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4201" />
|
||||||
|
<rect
|
||||||
|
x="7.3635931"
|
||||||
|
y="10.54639"
|
||||||
|
width="1.2727425"
|
||||||
|
height="4.4536157"
|
||||||
|
rx="0.63635927"
|
||||||
|
ry="0.63621706"
|
||||||
|
opacity="0.4"
|
||||||
|
style="fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4203" />
|
||||||
|
<rect
|
||||||
|
transform="matrix(0.8660738,0.49991616,-0.50008381,0.86597701,0,0)"
|
||||||
|
x="10.288762"
|
||||||
|
y="-4.0808816"
|
||||||
|
width="1.2726713"
|
||||||
|
height="4.4538646"
|
||||||
|
rx="0.63632375"
|
||||||
|
ry="0.63625264"
|
||||||
|
opacity="0.05"
|
||||||
|
style="fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4205" />
|
||||||
|
<rect
|
||||||
|
transform="matrix(0.8660738,0.49991616,-0.50008381,0.86597701,0,0)"
|
||||||
|
x="10.288762"
|
||||||
|
y="5.4660001"
|
||||||
|
width="1.2726713"
|
||||||
|
height="4.4538646"
|
||||||
|
rx="0.63632375"
|
||||||
|
ry="0.63625264"
|
||||||
|
opacity="0.5"
|
||||||
|
style="fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4207" />
|
||||||
|
<rect
|
||||||
|
transform="matrix(0.50008384,0.86597699,-0.86607378,0.49991619,0,0)"
|
||||||
|
x="10.289461"
|
||||||
|
y="-9.9379177"
|
||||||
|
width="1.2725292"
|
||||||
|
height="4.4543624"
|
||||||
|
rx="0.63625264"
|
||||||
|
ry="0.63632375"
|
||||||
|
opacity="0.1"
|
||||||
|
style="fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4209" />
|
||||||
|
<rect
|
||||||
|
transform="matrix(0.50008384,0.86597699,-0.86607378,0.49991619,0,0)"
|
||||||
|
x="10.289461"
|
||||||
|
y="-0.3899329"
|
||||||
|
width="1.2725292"
|
||||||
|
height="4.4543624"
|
||||||
|
rx="0.63625264"
|
||||||
|
ry="0.63632375"
|
||||||
|
opacity="0.6"
|
||||||
|
style="fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4211" />
|
||||||
|
<rect
|
||||||
|
transform="rotate(90)"
|
||||||
|
x="7.3482637"
|
||||||
|
y="-15"
|
||||||
|
width="1.2724581"
|
||||||
|
height="4.4546113"
|
||||||
|
rx="0.63621706"
|
||||||
|
ry="0.63635927"
|
||||||
|
opacity="0.15"
|
||||||
|
style="fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4213" />
|
||||||
|
<rect
|
||||||
|
transform="rotate(90)"
|
||||||
|
x="7.3482637"
|
||||||
|
y="-5.4546113"
|
||||||
|
width="1.2724581"
|
||||||
|
height="4.4546113"
|
||||||
|
rx="0.63621706"
|
||||||
|
ry="0.63635927"
|
||||||
|
opacity="0.7"
|
||||||
|
style="fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4215" />
|
||||||
|
<rect
|
||||||
|
transform="matrix(-0.50008381,0.86597701,-0.8660738,-0.49991616,0,0)"
|
||||||
|
x="2.2917297"
|
||||||
|
y="-17.93675"
|
||||||
|
width="1.2725292"
|
||||||
|
height="4.4543619"
|
||||||
|
rx="0.63625264"
|
||||||
|
ry="0.63632375"
|
||||||
|
opacity="0.2"
|
||||||
|
style="fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4217" />
|
||||||
|
<rect
|
||||||
|
transform="matrix(-0.50008381,0.86597701,-0.8660738,-0.49991616,0,0)"
|
||||||
|
x="2.2917297"
|
||||||
|
y="-8.3887653"
|
||||||
|
width="1.2725292"
|
||||||
|
height="4.4543619"
|
||||||
|
rx="0.63625264"
|
||||||
|
ry="0.63632375"
|
||||||
|
opacity="0.8"
|
||||||
|
style="fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4219" />
|
||||||
|
<rect
|
||||||
|
transform="matrix(-0.8660738,0.49991616,-0.50008381,-0.86597701,0,0)"
|
||||||
|
x="-3.56458"
|
||||||
|
y="-17.912498"
|
||||||
|
width="1.2726713"
|
||||||
|
height="4.4538646"
|
||||||
|
rx="0.63632375"
|
||||||
|
ry="0.63625264"
|
||||||
|
opacity="0.3"
|
||||||
|
style="fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4221" />
|
||||||
|
<rect
|
||||||
|
transform="matrix(-0.8660738,0.49991616,-0.50008381,-0.86597701,0,0)"
|
||||||
|
x="-3.56458"
|
||||||
|
y="-8.3896513"
|
||||||
|
width="1.2726713"
|
||||||
|
height="4.4538646"
|
||||||
|
rx="0.63632375"
|
||||||
|
ry="0.63625264"
|
||||||
|
opacity="0.9"
|
||||||
|
style="fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4223" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 6.5 KiB |
186
src/other/firefox/WhiteSur/icons/process-working-symbolic.svg
Normal file
@ -0,0 +1,186 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
viewBox="0 0 16 16"
|
||||||
|
fill="none"
|
||||||
|
version="1.1"
|
||||||
|
id="svg4400"
|
||||||
|
sodipodi:docname="process-working-symbolic.svg"
|
||||||
|
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview4402"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="14.75"
|
||||||
|
inkscape:cx="7.9661017"
|
||||||
|
inkscape:cy="8"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="650"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="34"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4400" />
|
||||||
|
<defs
|
||||||
|
id="defs4398">
|
||||||
|
<pattern
|
||||||
|
id="pattern0"
|
||||||
|
patternContentUnits="objectBoundingBox"
|
||||||
|
width="1"
|
||||||
|
height="1">
|
||||||
|
<use
|
||||||
|
xlink:href="#image0_605_19"
|
||||||
|
transform="scale(0.0714286)"
|
||||||
|
id="use4394" />
|
||||||
|
</pattern>
|
||||||
|
<image
|
||||||
|
id="image0_605_19"
|
||||||
|
width="14"
|
||||||
|
height="14"
|
||||||
|
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHJSURBVHgBZVJLagJBEJ3unoxDFLILKC6yVnDhbQTvootcIFfJBbIIISQkIFkkoln4ISqOH6LOdM+380p6giQFRVX31Kv3qqZZp9PJGEzDKFowpJZJj5YkiZzP5y/T6fQJsbdarT54XnwC0icgTR4EwWqz2Xyu1+s+gQAe8Lw4rzQN8jPLsiwFaLBYLN48z+sB9AGVAc8lnoJ/6WBSyuVsNntcLpf3k8nkDVeqXq8z++98OVOegOlhNBrdNpvNXrvd1t1uV4CVkdR/M+UHsH0Nh8ObVqv1WqvVGACiUqmw7XbLSGpANSQBHiNPyY3M60aj8QxpNuYU5XJZQLZAE26jaGekZggEihF9xPdSqXRXrVbd8XicFQoFy/d9q1gsatwzAu4BSuh3ISr4HkAP2+w7jnMVx7E8wIQQmeu6NEaGo3UEGpYQIB+AHc6ebduUn4dheAkGC8CDUkrDGTWgB0CyDkbyt4kHgKjZGSQWwXoBlhJygXpaKKffIVGkOOcKFwFyWlZI8+KbiKKokKbpORQkNCPAEoypjUJJs5kozZwRLQx36MfPAHLA6iJP8W7pYShiVGa+EEwRLckUaAAY2EieAxZipiVqzKt/AFRdZrrYGKEYAAAAAElFTkSuQmCC" />
|
||||||
|
</defs>
|
||||||
|
<g
|
||||||
|
id="g1262"
|
||||||
|
style="opacity:0.5">
|
||||||
|
<rect
|
||||||
|
x="7.3635931"
|
||||||
|
y="1.0000049"
|
||||||
|
width="1.2727425"
|
||||||
|
height="4.4536157"
|
||||||
|
rx="0.63635927"
|
||||||
|
ry="0.63621706"
|
||||||
|
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4201" />
|
||||||
|
<rect
|
||||||
|
x="7.3635931"
|
||||||
|
y="10.54639"
|
||||||
|
width="1.2727425"
|
||||||
|
height="4.4536157"
|
||||||
|
rx="0.63635927"
|
||||||
|
ry="0.63621706"
|
||||||
|
opacity="0.4"
|
||||||
|
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4203" />
|
||||||
|
<rect
|
||||||
|
transform="matrix(0.8660738,0.49991616,-0.50008381,0.86597701,0,0)"
|
||||||
|
x="10.288762"
|
||||||
|
y="-4.0808816"
|
||||||
|
width="1.2726713"
|
||||||
|
height="4.4538646"
|
||||||
|
rx="0.63632375"
|
||||||
|
ry="0.63625264"
|
||||||
|
opacity="0.05"
|
||||||
|
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4205" />
|
||||||
|
<rect
|
||||||
|
transform="matrix(0.8660738,0.49991616,-0.50008381,0.86597701,0,0)"
|
||||||
|
x="10.288762"
|
||||||
|
y="5.4660001"
|
||||||
|
width="1.2726713"
|
||||||
|
height="4.4538646"
|
||||||
|
rx="0.63632375"
|
||||||
|
ry="0.63625264"
|
||||||
|
opacity="0.5"
|
||||||
|
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4207" />
|
||||||
|
<rect
|
||||||
|
transform="matrix(0.50008384,0.86597699,-0.86607378,0.49991619,0,0)"
|
||||||
|
x="10.289461"
|
||||||
|
y="-9.9379177"
|
||||||
|
width="1.2725292"
|
||||||
|
height="4.4543624"
|
||||||
|
rx="0.63625264"
|
||||||
|
ry="0.63632375"
|
||||||
|
opacity="0.1"
|
||||||
|
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4209" />
|
||||||
|
<rect
|
||||||
|
transform="matrix(0.50008384,0.86597699,-0.86607378,0.49991619,0,0)"
|
||||||
|
x="10.289461"
|
||||||
|
y="-0.3899329"
|
||||||
|
width="1.2725292"
|
||||||
|
height="4.4543624"
|
||||||
|
rx="0.63625264"
|
||||||
|
ry="0.63632375"
|
||||||
|
opacity="0.6"
|
||||||
|
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4211" />
|
||||||
|
<rect
|
||||||
|
transform="rotate(90)"
|
||||||
|
x="7.3482637"
|
||||||
|
y="-15"
|
||||||
|
width="1.2724581"
|
||||||
|
height="4.4546113"
|
||||||
|
rx="0.63621706"
|
||||||
|
ry="0.63635927"
|
||||||
|
opacity="0.15"
|
||||||
|
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4213" />
|
||||||
|
<rect
|
||||||
|
transform="rotate(90)"
|
||||||
|
x="7.3482637"
|
||||||
|
y="-5.4546113"
|
||||||
|
width="1.2724581"
|
||||||
|
height="4.4546113"
|
||||||
|
rx="0.63621706"
|
||||||
|
ry="0.63635927"
|
||||||
|
opacity="0.7"
|
||||||
|
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4215" />
|
||||||
|
<rect
|
||||||
|
transform="matrix(-0.50008381,0.86597701,-0.8660738,-0.49991616,0,0)"
|
||||||
|
x="2.2917297"
|
||||||
|
y="-17.93675"
|
||||||
|
width="1.2725292"
|
||||||
|
height="4.4543619"
|
||||||
|
rx="0.63625264"
|
||||||
|
ry="0.63632375"
|
||||||
|
opacity="0.2"
|
||||||
|
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4217" />
|
||||||
|
<rect
|
||||||
|
transform="matrix(-0.50008381,0.86597701,-0.8660738,-0.49991616,0,0)"
|
||||||
|
x="2.2917297"
|
||||||
|
y="-8.3887653"
|
||||||
|
width="1.2725292"
|
||||||
|
height="4.4543619"
|
||||||
|
rx="0.63625264"
|
||||||
|
ry="0.63632375"
|
||||||
|
opacity="0.8"
|
||||||
|
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4219" />
|
||||||
|
<rect
|
||||||
|
transform="matrix(-0.8660738,0.49991616,-0.50008381,-0.86597701,0,0)"
|
||||||
|
x="-3.56458"
|
||||||
|
y="-17.912498"
|
||||||
|
width="1.2726713"
|
||||||
|
height="4.4538646"
|
||||||
|
rx="0.63632375"
|
||||||
|
ry="0.63625264"
|
||||||
|
opacity="0.3"
|
||||||
|
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4221" />
|
||||||
|
<rect
|
||||||
|
transform="matrix(-0.8660738,0.49991616,-0.50008381,-0.86597701,0,0)"
|
||||||
|
x="-3.56458"
|
||||||
|
y="-8.3896513"
|
||||||
|
width="1.2726713"
|
||||||
|
height="4.4538646"
|
||||||
|
rx="0.63632375"
|
||||||
|
ry="0.63625264"
|
||||||
|
opacity="0.9"
|
||||||
|
style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke-width:2.4049;paint-order:fill markers stroke"
|
||||||
|
id="rect4223" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 6.5 KiB |
48
src/other/firefox/WhiteSur/icons/select-symbolic.svg
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
height="16px"
|
||||||
|
viewBox="0 0 16 16"
|
||||||
|
width="16px"
|
||||||
|
version="1.1"
|
||||||
|
id="svg572"
|
||||||
|
sodipodi:docname="select-symbolic.svg"
|
||||||
|
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs576" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview574"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="7.375"
|
||||||
|
inkscape:cx="-0.88135593"
|
||||||
|
inkscape:cy="10.305085"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="650"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="34"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg572">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid1219" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<path
|
||||||
|
d="M 14.010407,3.4038095 6.2322351,11.181975 1.9895944,6.9393337 1.2824805,7.6464476 6.2322351,12.596188 14.717517,4.1109066 Z"
|
||||||
|
fill="context-fill"
|
||||||
|
stroke="context-stroke"
|
||||||
|
fill-opacity="context-fill-opacity"
|
||||||
|
stroke-opacity="context-stroke-opacity"
|
||||||
|
id="path570"
|
||||||
|
style="fill:#333333"
|
||||||
|
sodipodi:nodetypes="ccccccc" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
51
src/other/firefox/WhiteSur/icons/tab-sync-symbolic-light.svg
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
viewBox="0 0 16 16"
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
fill="context-fill"
|
||||||
|
fill-opacity="context-fill-opacity"
|
||||||
|
version="1.1"
|
||||||
|
id="svg4312"
|
||||||
|
sodipodi:docname="tab-sync-symbolic-light.svg"
|
||||||
|
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview4314"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="7.375"
|
||||||
|
inkscape:cx="22.305085"
|
||||||
|
inkscape:cy="0.13559322"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="650"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="34"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4312" />
|
||||||
|
<defs
|
||||||
|
id="defs4306">
|
||||||
|
<style
|
||||||
|
id="current-color-scheme"
|
||||||
|
type="text/css">.ColorScheme-Text {
|
||||||
|
color:#363636;
|
||||||
|
}</style>
|
||||||
|
</defs>
|
||||||
|
<path
|
||||||
|
d="m2 2c-1.108 0-2 0.892-2 2v8c0 1.108 0.892 2 2 2h6.7617c-0.20691-0.31135-0.37421-0.64727-0.49805-1h-6.2637c-0.554 0-1-0.446-1-1l5e-5 -5h14v0.75977c0.37755 0.25248 0.7147 0.56065 1 0.91406v-4.6738c0-1.108-0.892-2-2-2h-12zm0 1h12c0.554 0 1 0.446 1 1v2h-7v-1h-7v-1c0-0.554 0.446-1 1-1z"
|
||||||
|
id="path4308"
|
||||||
|
style="fill:#e6e6e6" />
|
||||||
|
<path
|
||||||
|
d="m12.5 8.0215c-1.933 0-3.5 1.567-3.5 3.5 0 1.933 1.567 3.5 3.5 3.5s3.5-1.567 3.5-3.5c0-1.933-1.567-3.5-3.5-3.5zm-0.013672 0.97852a2.5 2.5 0 0 1 1.8848 0.8418l-0.89844 0.51953a1.5 1.5 0 0 0-1.7227-0.16016 1.5 1.5 0 0 0-0.72461 1.5723l-0.89453 0.51758a2.5 2.5 0 0 1 1.1191-2.957 2.5 2.5 0 0 1 1.2363-0.33398zm2.3828 1.709a2.5 2.5 0 0 1-1.1191 2.957 2.5 2.5 0 0 1-3.1211-0.50781l0.89844-0.51953a1.5 1.5 0 0 0 1.7227 0.16016 1.5 1.5 0 0 0 0.72461-1.5723l0.89453-0.51758z"
|
||||||
|
id="path4310"
|
||||||
|
style="fill:#e6e6e6" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.1 KiB |
@ -0,0 +1,5 @@
|
|||||||
|
<svg width="16" height="16" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<title>Gnome Symbolic Icons</title>
|
||||||
|
<path d="m4 6v6h6v-6zm1 1h4v4h-4z" color="#000000" color-rendering="auto" dominant-baseline="auto" enable-background="accumulate" fill="#363636" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
|
||||||
|
<path d="m6 4v1h5v5h1v-6z" color="#000000" color-rendering="auto" dominant-baseline="auto" enable-background="accumulate" fill="#363636" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
@ -156,13 +156,6 @@ toolbarspring {
|
|||||||
fill-opacity: 1 !important;
|
fill-opacity: 1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.urlbar-icon {
|
|
||||||
width: 16px !important;
|
|
||||||
height: 16px !important;
|
|
||||||
padding: 0 1px !important;
|
|
||||||
margin: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#identity-box {
|
#identity-box {
|
||||||
margin: 3px 2px !important;
|
margin: 3px 2px !important;
|
||||||
border-radius: 5px !important;
|
border-radius: 5px !important;
|
||||||
@ -170,7 +163,10 @@ toolbarspring {
|
|||||||
|
|
||||||
.urlbar-page-action, #urlbar-go-button, .search-go-button,
|
.urlbar-page-action, #urlbar-go-button, .search-go-button,
|
||||||
#tracking-protection-icon-container {
|
#tracking-protection-icon-container {
|
||||||
|
width: 28px !important;
|
||||||
|
height: 26px !important;
|
||||||
margin: 3px 0 !important;
|
margin: 3px 0 !important;
|
||||||
|
padding: 4px 6px !important;
|
||||||
border-radius: 5px !important;
|
border-radius: 5px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -25,7 +25,23 @@
|
|||||||
list-style-image: url("../icons/pan-start-symbolic.svg") !important;
|
list-style-image: url("../icons/pan-start-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Scroll icons */
|
||||||
|
#scrollbutton-up {
|
||||||
|
list-style-image: var(--scrollbutton-icon-name) !important;
|
||||||
|
}
|
||||||
|
#scrollbutton-down {
|
||||||
|
list-style-image: var(--scrollbutton-icon-name) !important;
|
||||||
|
}
|
||||||
|
arrowscrollbox {
|
||||||
|
--scrollbutton-icon-name: url("../icons/pan-down-symbolic.svg");
|
||||||
|
}
|
||||||
|
arrowscrollbox[orient="horizontal"] {
|
||||||
|
--scrollbutton-icon-name: url("../icons/pan-start-symbolic.svg");
|
||||||
|
}
|
||||||
|
|
||||||
/* Popovers subview menu arrow */
|
/* Popovers subview menu arrow */
|
||||||
|
#identity-popup-mainView .subviewbutton-nav::after,
|
||||||
|
.widget-overflow-list .subviewbutton-nav::after,
|
||||||
.PanelUI-subView .subviewbutton-nav::after {
|
.PanelUI-subView .subviewbutton-nav::after {
|
||||||
content: "" !important;
|
content: "" !important;
|
||||||
background: url("../icons/pan-end-symbolic.svg");
|
background: url("../icons/pan-end-symbolic.svg");
|
||||||
@ -83,20 +99,35 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Tree views */
|
/* Tree views */
|
||||||
treechildren::-moz-tree-twisty {
|
treechildren::-moz-tree-twisty,
|
||||||
|
.item.client .item-twisty-container {
|
||||||
list-style-image: url("../icons/pan-down-symbolic.svg") !important;
|
list-style-image: url("../icons/pan-down-symbolic.svg") !important;
|
||||||
width: 16px !important;
|
width: 16px !important;
|
||||||
height: 16px !important;
|
height: 16px !important;
|
||||||
}
|
}
|
||||||
|
.item.client .item-twisty-container {
|
||||||
|
background-image: url("../icons/pan-end-symbolic.svg") !important;
|
||||||
|
}
|
||||||
treechildren::-moz-tree-twisty(open) {
|
treechildren::-moz-tree-twisty(open) {
|
||||||
list-style-image: url("../icons/pan-end-symbolic.svg") !important;
|
list-style-image: url("../icons/pan-end-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
treechildren::-moz-tree-twisty(selected, focus) {
|
treechildren::-moz-tree-twisty(selected, focus) {
|
||||||
list-style-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
list-style-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
||||||
}
|
}
|
||||||
|
.item.client.closed .item-twisty-container {
|
||||||
|
background-image: url("../icons/pan-down-symbolic.svg") !important;
|
||||||
|
}
|
||||||
treechildren::-moz-tree-twisty(selected, focus, open) {
|
treechildren::-moz-tree-twisty(selected, focus, open) {
|
||||||
list-style-image: url("../icons/pan-end-symbolic-light.svg") !important;
|
list-style-image: url("../icons/pan-end-symbolic-light.svg") !important;
|
||||||
}
|
}
|
||||||
|
treechildren::-moz-tree-image(title, container),
|
||||||
|
treechildren::-moz-tree-image(title, open) {
|
||||||
|
list-style-image: url("../icons/folder-symbolic.svg") !important;
|
||||||
|
}
|
||||||
|
treechildren::-moz-tree-image(title, query, dayContainer),
|
||||||
|
treechildren::-moz-tree-image(query, OrganizerQuery_history____v) {
|
||||||
|
list-style-image: url("../icons/preferences-system-time-symbolic.svg") !important;
|
||||||
|
}
|
||||||
|
|
||||||
.sidebar-panel[lwt-sidebar-brighttext] .sidebar-placesTreechildren::-moz-tree-twisty {
|
.sidebar-panel[lwt-sidebar-brighttext] .sidebar-placesTreechildren::-moz-tree-twisty {
|
||||||
list-style-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
list-style-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
||||||
@ -157,6 +188,20 @@ menu[disabled] > .menu-right {
|
|||||||
list-style-image: url("../icons/window-close-symbolic.svg") !important;
|
list-style-image: url("../icons/window-close-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tab-icon-overlay {
|
||||||
|
height: 22px !important;
|
||||||
|
width: 22px !important;
|
||||||
|
padding: 3px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Sound icons */
|
||||||
|
.tab-icon-overlay[soundplaying] {
|
||||||
|
list-style-image: url("../icons/audio-playing-symbolic.svg") !important;
|
||||||
|
}
|
||||||
|
.tab-icon-overlay[muted] {
|
||||||
|
list-style-image: url("../icons/audio-muted-symbolic.svg") !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Private browsing button */
|
/* Private browsing button */
|
||||||
#privatebrowsing-button {
|
#privatebrowsing-button {
|
||||||
list-style-image: url("../icons/user-not-tracked.svg") !important;
|
list-style-image: url("../icons/user-not-tracked.svg") !important;
|
||||||
@ -175,7 +220,9 @@ menu[disabled] > .menu-right {
|
|||||||
}
|
}
|
||||||
/* Forward button */
|
/* Forward button */
|
||||||
#nav-bar #forward-button .toolbarbutton-icon,
|
#nav-bar #forward-button .toolbarbutton-icon,
|
||||||
#context-forward {
|
#context-forward,
|
||||||
|
#urlbar-go-button,
|
||||||
|
.search-go-button {
|
||||||
list-style-image: url("../icons/go-next-symbolic.svg") !important;
|
list-style-image: url("../icons/go-next-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
/* Menu button */
|
/* Menu button */
|
||||||
@ -194,7 +241,8 @@ menu[disabled] > .menu-right {
|
|||||||
list-style-image: url("../icons/user-home-symbolic.svg") !important;
|
list-style-image: url("../icons/user-home-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
/* Preferences button */
|
/* Preferences button */
|
||||||
#preferences-button {
|
#preferences-button,
|
||||||
|
.search-setting-button-compact > .button-box > .button-icon {
|
||||||
list-style-image: url("../icons/preferences-system-symbolic.svg") !important;
|
list-style-image: url("../icons/preferences-system-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
/* Fullscreen button */
|
/* Fullscreen button */
|
||||||
@ -225,7 +273,9 @@ menu[disabled] > .menu-right {
|
|||||||
list-style-image: url("../icons/printer-symbolic.svg") !important;
|
list-style-image: url("../icons/printer-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
/* Addons button */
|
/* Addons button */
|
||||||
#add-ons-button {
|
#add-ons-button,
|
||||||
|
#addons-notification-icon,
|
||||||
|
.install-icon {
|
||||||
list-style-image: url("../icons/application-x-addon-symbolic.svg") !important;
|
list-style-image: url("../icons/application-x-addon-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
/* Find button */
|
/* Find button */
|
||||||
@ -240,8 +290,16 @@ menu[disabled] > .menu-right {
|
|||||||
#bookmarks-menu-button {
|
#bookmarks-menu-button {
|
||||||
list-style-image: url("../icons/bookmarks-symbolic.svg") !important;
|
list-style-image: url("../icons/bookmarks-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
|
#sidebar-box[sidebarcommand="viewBookmarksSidebar"] > #sidebar-header > #sidebar-switcher-target > #sidebar-icon,
|
||||||
|
.urlbarView-row[source="bookmarks"] > .urlbarView-row-inner > .urlbarView-no-wrap > .urlbarView-favicon,
|
||||||
|
#urlbar-engine-one-off-item-bookmarks {
|
||||||
|
list-style-image: url("../icons/starred-symbolic.svg") !important;
|
||||||
|
}
|
||||||
/* History button */
|
/* History button */
|
||||||
#history-panelmenu {
|
#history-panelmenu,
|
||||||
|
#sidebar-box[sidebarcommand="viewHistorySidebar"] > #sidebar-header > #sidebar-switcher-target > #sidebar-icon,
|
||||||
|
.urlbarView-row[source="history"] > .urlbarView-row-inner > .urlbarView-no-wrap > .urlbarView-favicon,
|
||||||
|
#urlbar-engine-one-off-item-history {
|
||||||
list-style-image: url("../icons/preferences-system-time-symbolic.svg") !important;
|
list-style-image: url("../icons/preferences-system-time-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
/* All tabs button */
|
/* All tabs button */
|
||||||
@ -269,17 +327,18 @@ menu[disabled] > .menu-right {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Glitch - animations (may be possible to fix in about:config) */
|
/* Glitch - animations (may be possible to fix in about:config) */
|
||||||
#reload-button { /* Reload button */
|
#reload-button,
|
||||||
|
.downloadIconRetry > .button-box > .button-icon,
|
||||||
|
#context-reload {
|
||||||
list-style-image: url("../icons/view-refresh-symbolic.svg") !important;
|
list-style-image: url("../icons/view-refresh-symbolic.svg") !important;
|
||||||
animation: none !important;
|
|
||||||
}
|
}
|
||||||
#stop-button { /* Stop button */
|
#stop-button,
|
||||||
|
.downloadIconCancel > .button-box > .button-icon,
|
||||||
|
#context-stop {
|
||||||
list-style-image: url("../icons/process-stop-symbolic.svg") !important;
|
list-style-image: url("../icons/process-stop-symbolic.svg") !important;
|
||||||
animation: none !important;
|
|
||||||
}
|
}
|
||||||
#downloads-button .toolbarbutton-icon { /* Downloads button / Glitch - it swaps to the default one anyway */
|
#downloads-button .toolbarbutton-icon { /* Downloads button / Glitch - it swaps to the default one anyway */
|
||||||
list-style-image: url("../icons/folder-download-symbolic.svg") !important;
|
list-style-image: url("../icons/folder-download-symbolic.svg") !important;
|
||||||
animation: none !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#identity-box[pageproxystate="valid"].verifiedDomain #identity-icon,
|
#identity-box[pageproxystate="valid"].verifiedDomain #identity-icon,
|
||||||
@ -313,14 +372,18 @@ menu[disabled] > .menu-right {
|
|||||||
list-style-image: url("../icons/save-to-pocket.svg") !important;
|
list-style-image: url("../icons/save-to-pocket.svg") !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#context-bookmarkpage,
|
||||||
#star-button {
|
#star-button {
|
||||||
list-style-image: url("../icons/star-symbolic.svg") !important;
|
list-style-image: url("../icons/star-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#context-bookmarkpage[starred="true"],
|
||||||
#star-button[starred] {
|
#star-button[starred] {
|
||||||
list-style-image: url("../icons/starred-symbolic.svg") !important;
|
list-style-image: url("../icons/starred-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
|
#star-button[starred] {
|
||||||
|
fill: var(--theme-primary-color) !important;
|
||||||
|
}
|
||||||
#plugins-notification-icon:not(.plugin-blocked)[extraAttr="inactive"] > .plugin-icon {
|
#plugins-notification-icon:not(.plugin-blocked)[extraAttr="inactive"] > .plugin-icon {
|
||||||
fill-opacity: 0.25;
|
fill-opacity: 0.25;
|
||||||
list-style-image: url("../icons/application-x-addon-symbolic.svg") !important;
|
list-style-image: url("../icons/application-x-addon-symbolic.svg") !important;
|
||||||
@ -379,7 +442,10 @@ menu[disabled] > .menu-right {
|
|||||||
list-style-image: url("../icons/forget-history-symbolic.svg") !important;
|
list-style-image: url("../icons/forget-history-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sync-button {
|
#sync-button,
|
||||||
|
#sidebar-box[sidebarcommand="viewTabsSidebar"] > #sidebar-header > #sidebar-switcher-target > #sidebar-icon,
|
||||||
|
.urlbarView-row[source="tabs"] > .urlbarView-row-inner > .urlbarView-no-wrap > .urlbarView-favicon,
|
||||||
|
#urlbar-engine-one-off-item-tabs {
|
||||||
list-style-image: url("../icons/tab-sync-symbolic.svg") !important;
|
list-style-image: url("../icons/tab-sync-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -430,6 +496,23 @@ menu[disabled] > .menu-right {
|
|||||||
fill: rgb(224, 41, 29) !important;
|
fill: rgb(224, 41, 29) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Info */
|
||||||
|
.panel-info-button > image {
|
||||||
|
list-style-image: url("../icons/info-symbolic.svg") !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabbrowser-tab[image="chrome://global/skin/icons/info.svg"]:not([busy]):not([progress]):not([crashed]) .tab-icon-stack::before {
|
||||||
|
content: "";
|
||||||
|
height: 16px;
|
||||||
|
width: 16px;
|
||||||
|
background-image: url("../icons/info-symbolic.svg") !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Password */
|
||||||
|
#password-notification-icon {
|
||||||
|
list-style-image: url("../icons/key-symbolic.svg") !important;
|
||||||
|
}
|
||||||
|
|
||||||
.bookmark-item[container] {
|
.bookmark-item[container] {
|
||||||
list-style-image: url("../icons/folder-symbolic.svg") !important;
|
list-style-image: url("../icons/folder-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
@ -440,6 +523,38 @@ menu[disabled] > .menu-right {
|
|||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Fix flat buttons icons aproach */
|
||||||
|
button.close::before {
|
||||||
|
content: "";
|
||||||
|
display: block;
|
||||||
|
background-position: center center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Fix icons sizes */
|
||||||
|
.permission-popup-permission-remove-button > .button-box > .button-icon,
|
||||||
|
.menu-iconic-icon {
|
||||||
|
height: 16px !important;
|
||||||
|
width: 16px !important;
|
||||||
|
}
|
||||||
|
/* Fix icon color */
|
||||||
|
#sidebar-icon {
|
||||||
|
opacity: 1 !important;
|
||||||
|
}
|
||||||
|
treechildren::-moz-tree-twisty,
|
||||||
|
treechildren::-moz-tree-image {
|
||||||
|
fill-opacity: 1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Fix main menu zoom controls icons */
|
||||||
|
#appMenu-zoom-controls2 .toolbarbutton-icon {
|
||||||
|
padding: 0 !important;
|
||||||
|
padding-block: 0 !important;
|
||||||
|
padding-inline: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Invert icons color in dark variant */
|
/* Invert icons color in dark variant */
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
.PanelUI-subView .subviewbutton-nav::after,
|
.PanelUI-subView .subviewbutton-nav::after,
|
||||||
@ -519,7 +634,11 @@ menu[disabled] > .menu-right {
|
|||||||
#appMenu-paste-button .toolbarbutton-icon,
|
#appMenu-paste-button .toolbarbutton-icon,
|
||||||
#nav-bar-overflow-button .toolbarbutton-icon,
|
#nav-bar-overflow-button .toolbarbutton-icon,
|
||||||
#reload-button .toolbarbutton-icon,
|
#reload-button .toolbarbutton-icon,
|
||||||
|
.downloadIconRetry > .button-box > .button-icon,
|
||||||
|
#context-reload,
|
||||||
#stop-button .toolbarbutton-icon,
|
#stop-button .toolbarbutton-icon,
|
||||||
|
.downloadIconCancel > .button-box > .button-icon,
|
||||||
|
#context-stop,
|
||||||
#downloads-button .toolbarbutton-icon,
|
#downloads-button .toolbarbutton-icon,
|
||||||
#sync-button .toolbarbutton-icon,
|
#sync-button .toolbarbutton-icon,
|
||||||
#new-window-button .toolbarbutton-icon,
|
#new-window-button .toolbarbutton-icon,
|
||||||
@ -530,6 +649,7 @@ menu[disabled] > .menu-right {
|
|||||||
#tracking-protection-icon-animatable-image,
|
#tracking-protection-icon-animatable-image,
|
||||||
#reader-mode-button > .urlbar-icon,
|
#reader-mode-button > .urlbar-icon,
|
||||||
#star-button:not([starred]),
|
#star-button:not([starred]),
|
||||||
|
#context-bookmarkpage:not([starred]),
|
||||||
#geo-sharing-icon[sharing], .geo-icon,
|
#geo-sharing-icon[sharing], .geo-icon,
|
||||||
.blocked-permission-icon.popup-icon,
|
.blocked-permission-icon.popup-icon,
|
||||||
#webrtc-sharing-icon[sharing="screen"],
|
#webrtc-sharing-icon[sharing="screen"],
|
||||||
@ -551,7 +671,9 @@ menu[disabled] > .menu-right {
|
|||||||
#identity-box[pageproxystate="valid"].httpsOnlyErrorPage #identity-icon,
|
#identity-box[pageproxystate="valid"].httpsOnlyErrorPage #identity-icon,
|
||||||
#identity-box[pageproxystate="valid"].localResource #identity-icon,
|
#identity-box[pageproxystate="valid"].localResource #identity-icon,
|
||||||
.bookmark-item[container] .toolbarbutton-icon,
|
.bookmark-item[container] .toolbarbutton-icon,
|
||||||
.menu-iconic.bookmark-item[container] .menu-iconic-icon {
|
.menu-iconic.bookmark-item[container] .menu-iconic-icon,
|
||||||
|
.panel-info-button > image,
|
||||||
|
.tab-icon-overlay {
|
||||||
filter: invert(60%) brightness(150%);
|
filter: invert(60%) brightness(150%);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -561,13 +683,44 @@ menu[disabled] > .menu-right {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Tree views */
|
/* Tree views */
|
||||||
treechildren::-moz-tree-twisty {
|
treechildren::-moz-tree-twisty,
|
||||||
list-style-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
.item.client .item-twisty-container {
|
||||||
|
list-style-image: url("../icons/pan-end-symbolic-light.svg") !important;
|
||||||
|
width: 16px !important;
|
||||||
|
height: 16px !important;
|
||||||
|
}
|
||||||
|
.item.client .item-twisty-container {
|
||||||
|
background-image: url("../icons/pan-end-symbolic-light.svg") !important;
|
||||||
}
|
}
|
||||||
treechildren::-moz-tree-twisty(open) {
|
treechildren::-moz-tree-twisty(open) {
|
||||||
list-style-image: url("../icons/pan-end-symbolic-light.svg") !important;
|
list-style-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
||||||
}
|
}
|
||||||
#historyTree treechildren::-moz-tree-image {
|
.item.client.closed .item-twisty-container {
|
||||||
|
background-image: url("../icons/pan-down-symbolic-light.svg") !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
treechildren::-moz-tree-image(title, container),
|
||||||
|
treechildren::-moz-tree-image(title, open) {
|
||||||
|
list-style-image: url("../icons/folder-symbolic-light.svg") !important;
|
||||||
|
}
|
||||||
|
treechildren::-moz-tree-image(title, query, dayContainer),
|
||||||
|
treechildren::-moz-tree-image(query, OrganizerQuery_history____v) {
|
||||||
|
list-style-image: url("../icons/preferences-system-time-symbolic-light.svg") !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabbrowser-tab[image="chrome://global/skin/icons/info.svg"]:not([busy]):not([progress]):not([crashed]) .tab-icon-stack::before {
|
||||||
|
background-image: url("../icons/info-symbolic-light.svg") !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sidebar-box[sidebarcommand="viewTabsSidebar"] > #sidebar-header > #sidebar-switcher-target > #sidebar-icon,
|
||||||
|
.urlbarView-row[source="tabs"] > .urlbarView-row-inner > .urlbarView-no-wrap > .urlbarView-favicon,
|
||||||
|
#urlbar-engine-one-off-item-tabs {
|
||||||
|
list-style-image: url("../icons/tab-sync-symbolic-light.svg") !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sidebar-box[sidebarcommand="viewHistorySidebar"] > #sidebar-header > #sidebar-switcher-target > #sidebar-icon,
|
||||||
|
.urlbarView-row[source="history"] > .urlbarView-row-inner > .urlbarView-no-wrap > .urlbarView-favicon,
|
||||||
|
#urlbar-engine-one-off-item-history {
|
||||||
list-style-image: url("../icons/preferences-system-time-symbolic-light.svg") !important;
|
list-style-image: url("../icons/preferences-system-time-symbolic-light.svg") !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -576,3 +729,4 @@ menu[disabled] > .menu-right {
|
|||||||
list-style-image: var(--webextension-menupanel-image-light, inherit) !important;
|
list-style-image: var(--webextension-menupanel-image-light, inherit) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|