Fixed #869
|
@ -22,37 +22,19 @@
|
|||
background-size: contain;
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-close:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-close:hover {
|
||||
background: url("../titlebuttons/titlebutton-close-hover-inactive-dark.svg") no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-max:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-max:hover {
|
||||
background: url("../titlebuttons/titlebutton-maximize-hover-inactive-dark.svg") no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-min:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-min:hover {
|
||||
background: url("../titlebuttons/titlebutton-minimize-hover-inactive-dark.svg") no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-close:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-close:hover {
|
||||
background: url("../titlebuttons/titlebutton-close-hover-dark.svg") no-repeat;
|
||||
background-size: contain;
|
||||
transition: background-size 300ms cubic-bezier(0.0, 0.0, 0.2, 1);
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-max:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-max:hover {
|
||||
background: url("../titlebuttons/titlebutton-maximize-hover-dark.svg") no-repeat;
|
||||
background-size: contain;
|
||||
transition: background-size 300ms cubic-bezier(0.0, 0.0, 0.2, 1);
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-min:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-min:hover {
|
||||
background: url("../titlebuttons/titlebutton-minimize-hover-dark.svg") no-repeat;
|
||||
background-size: contain;
|
||||
transition: background-size 300ms cubic-bezier(0.0, 0.0, 0.2, 1);
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-restore:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-restore:hover,
|
||||
|
@ -105,7 +87,7 @@
|
|||
background: url("../titlebuttons/titlebutton-backdrop-dark.svg") no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar:-moz-window-inactive .titlebar-close:hover,
|
||||
:root[tabsintitlebar] #titlebar:-moz-window-inactive .titlebar-close:hover,
|
||||
:root[tabsintitlebar] #titlebar:-moz-window-inactive #titlebar-close:hover {
|
||||
background: url("../titlebuttons/titlebutton-close-backdrop-dark.svg") no-repeat;
|
||||
background-size: contain;
|
||||
|
|
|
@ -21,37 +21,22 @@
|
|||
background-size: contain;
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-close:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-close:hover {
|
||||
background: url("../titlebuttons/titlebutton-close-hover-inactive.svg") no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-max:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-max:hover {
|
||||
background: url("../titlebuttons/titlebutton-maximize-hover-inactive.svg") no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-min:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-min:hover {
|
||||
background: url("../titlebuttons/titlebutton-minimize-hover-inactive.svg") no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-close:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-close:hover {
|
||||
background: url("../titlebuttons/titlebutton-close-hover.svg") no-repeat;
|
||||
background-color: transparent !important;
|
||||
background-size: contain;
|
||||
transition: background-size 300ms cubic-bezier(0.0, 0.0, 0.2, 1);
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-max:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-max:hover {
|
||||
background: url("../titlebuttons/titlebutton-maximize-hover.svg") no-repeat;
|
||||
background-color: transparent !important;
|
||||
background-size: contain;
|
||||
transition: background-size 300ms cubic-bezier(0.0, 0.0, 0.2, 1);
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-min:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-min:hover {
|
||||
background: url("../titlebuttons/titlebutton-minimize-hover.svg") no-repeat;
|
||||
background-color: transparent !important;
|
||||
background-size: contain;
|
||||
transition: background-size 300ms cubic-bezier(0.0, 0.0, 0.2, 1);
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-restore:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-restore:hover,
|
||||
|
|
|
@ -66,18 +66,23 @@ findbar:-moz-window-inactive {
|
|||
/* Reorder toolbars */
|
||||
#navigator-toolbox #nav-bar, findbar {
|
||||
-moz-box-ordinal-group: 0;
|
||||
order: 0;
|
||||
}
|
||||
#navigator-toolbox #PersonalToolbar {
|
||||
-moz-box-ordinal-group: 1;
|
||||
order: 1;
|
||||
}
|
||||
#navigator-toolbox #titlebar {
|
||||
-moz-box-ordinal-group: 2;
|
||||
order: 2;
|
||||
}
|
||||
#navigator-toolbox toolbar {
|
||||
-moz-box-ordinal-group: 10;
|
||||
order: 10;
|
||||
}
|
||||
#navigator-toolbox #TabsToolbar {
|
||||
-moz-box-ordinal-group: 100;
|
||||
order: 100;
|
||||
}
|
||||
|
||||
/* Sidebar */
|
||||
|
|
|
@ -71,18 +71,23 @@ findbar:-moz-window-inactive,
|
|||
|
||||
#navigator-toolbox #nav-bar, findbar {
|
||||
-moz-box-ordinal-group: 0;
|
||||
order: 0;
|
||||
}
|
||||
#navigator-toolbox #PersonalToolbar {
|
||||
-moz-box-ordinal-group: 10;
|
||||
order: 10;
|
||||
}
|
||||
#navigator-toolbox #titlebar {
|
||||
-moz-box-ordinal-group: 1;
|
||||
order: 1;
|
||||
}
|
||||
#navigator-toolbox toolbar {
|
||||
-moz-box-ordinal-group: 3;
|
||||
order: 3;
|
||||
}
|
||||
#navigator-toolbox #TabsToolbar {
|
||||
-moz-box-ordinal-group: 2;
|
||||
order: 2;
|
||||
}
|
||||
|
||||
#PersonalToolbar {
|
||||
|
|
|
@ -5,4 +5,8 @@
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
.tab-background, .tab-stack {
|
||||
min-height: 0 !important;
|
||||
}
|
||||
|
||||
/* TODO: Hidde tabbar bottom border */
|
||||
|
|
|
@ -15,11 +15,7 @@
|
|||
#tabbrowser-tabs arrowscrollbox {
|
||||
min-height: 0 !important;
|
||||
max-height: 32px !important;
|
||||
--tab-min-height: 0 !important;
|
||||
}
|
||||
|
||||
.tab-background, .tab-stack {
|
||||
min-height: 0 !important;
|
||||
--tab-min-height: 32px !important;
|
||||
}
|
||||
|
||||
/* Extra margin for the first and last tabs */
|
||||
|
@ -95,23 +91,54 @@ tab[selected]:-moz-window-inactive {
|
|||
.tab-content {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-top: -1px;
|
||||
justify-content: center !important;
|
||||
align-items: center !important;
|
||||
min-width: 100% !important;
|
||||
padding: 0 8px !important;
|
||||
}
|
||||
|
||||
/* Fix custom info tab icon */
|
||||
.tabbrowser-tab[image="chrome://global/skin/icons/info.svg"]:not([pinned]):not([busy]):not([progress]) .tab-icon-stack::before {
|
||||
margin-inline-end: 5.5px;
|
||||
}
|
||||
.tabbrowser-tab[image="chrome://global/skin/icons/info.svg"] .tab-icon-image {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Prevent tab icons size breaking */
|
||||
.tab-icon-image, .tab-icon-sound, .tab-throbber, .tab-throbber-fallback, .tab-close-button {
|
||||
min-width: 16px;
|
||||
}
|
||||
|
||||
/* Center tab text */
|
||||
.tab-label {
|
||||
margin-inline: auto !important;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
/* Adjust tab label width */
|
||||
.tab-label-container {
|
||||
min-width: 0 !important;
|
||||
}
|
||||
|
||||
.tab-throbber:not([pinned]), .tab-icon-pending:not([pinned]), .tab-icon-image:not([pinned]), .tab-sharing-icon-overlay:not([pinned]), .tab-icon-overlay:not([pinned]) {
|
||||
margin-inline-end: 0 !important;
|
||||
}
|
||||
.tabbrowser-tab:not([soundplaying], [muted], [activemedia-blocked], [crashed]) .tab-icon-stack {
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
/* Hide favicon when mute icon is present */
|
||||
.tabbrowser-tab:not([pinned]):is([soundplaying], [muted], [activemedia-blocked], [crashed]) .tab-icon-image:not([sharing]),
|
||||
.tabbrowser-tab:not([pinned]):is([soundplaying], [muted], [activemedia-blocked], [crashed])[selected] .tab-icon-image {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Hide secondary label about muting */
|
||||
.tabbrowser-tab:is([soundplaying], [muted], [activemedia-blocked], [crashed]) .tab-secondary-label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Put tab close button and icon sound to the right */
|
||||
.tab-icon-sound[soundplaying="true"], .tab-icon-sound[muted="true"],
|
||||
.tab-icon-sound[activemedia-blocked="true"] {
|
||||
|
@ -155,7 +182,6 @@ tab[selected]:-moz-window-inactive {
|
|||
margin-left: 0 !important
|
||||
}
|
||||
|
||||
|
||||
.tab-background {
|
||||
border-radius: 0 !important;
|
||||
margin-block: 0 !important;
|
||||
|
@ -169,6 +195,7 @@ tab[selected]:-moz-window-inactive {
|
|||
/* fix misc spacing between tabs */
|
||||
.tabbrowser-tab {
|
||||
padding-inline: 0px !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab[selected="true"] > .tab-stack > .tab-background {
|
||||
|
|
|
@ -22,37 +22,19 @@
|
|||
background-size: contain;
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-close:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-close:hover {
|
||||
background: url("../titlebuttons/titlebutton-close-hover-inactive-dark.svg") no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-max:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-max:hover {
|
||||
background: url("../titlebuttons/titlebutton-maximize-hover-inactive-dark.svg") no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-min:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-min:hover {
|
||||
background: url("../titlebuttons/titlebutton-minimize-hover-inactive-dark.svg") no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-close:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-close:hover {
|
||||
background: url("../titlebuttons/titlebutton-close-hover-dark.svg") no-repeat;
|
||||
background-size: contain;
|
||||
transition: background-size 300ms cubic-bezier(0.0, 0.0, 0.2, 1);
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-max:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-max:hover {
|
||||
background: url("../titlebuttons/titlebutton-maximize-hover-dark.svg") no-repeat;
|
||||
background-size: contain;
|
||||
transition: background-size 300ms cubic-bezier(0.0, 0.0, 0.2, 1);
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-min:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-min:hover {
|
||||
background: url("../titlebuttons/titlebutton-minimize-hover-dark.svg") no-repeat;
|
||||
background-size: contain;
|
||||
transition: background-size 300ms cubic-bezier(0.0, 0.0, 0.2, 1);
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-restore:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-restore:hover,
|
||||
|
@ -105,7 +87,7 @@
|
|||
background: url("../titlebuttons/titlebutton-backdrop-dark.svg") no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar:-moz-window-inactive .titlebar-close:hover,
|
||||
:root[tabsintitlebar] #titlebar:-moz-window-inactive .titlebar-close:hover,
|
||||
:root[tabsintitlebar] #titlebar:-moz-window-inactive #titlebar-close:hover {
|
||||
background: url("../titlebuttons/titlebutton-close-backdrop-dark.svg") no-repeat;
|
||||
background-size: contain;
|
||||
|
|
|
@ -21,37 +21,22 @@
|
|||
background-size: contain;
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-close:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-close:hover {
|
||||
background: url("../titlebuttons/titlebutton-close-hover-inactive.svg") no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-max:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-max:hover {
|
||||
background: url("../titlebuttons/titlebutton-maximize-hover-inactive.svg") no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-min:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-min:hover {
|
||||
background: url("../titlebuttons/titlebutton-minimize-hover-inactive.svg") no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-close:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-close:hover {
|
||||
background: url("../titlebuttons/titlebutton-close-hover.svg") no-repeat;
|
||||
background-color: transparent !important;
|
||||
background-size: contain;
|
||||
transition: background-size 300ms cubic-bezier(0.0, 0.0, 0.2, 1);
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-max:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-max:hover {
|
||||
background: url("../titlebuttons/titlebutton-maximize-hover.svg") no-repeat;
|
||||
background-color: transparent !important;
|
||||
background-size: contain;
|
||||
transition: background-size 300ms cubic-bezier(0.0, 0.0, 0.2, 1);
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-min:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-min:hover {
|
||||
background: url("../titlebuttons/titlebutton-minimize-hover.svg") no-repeat;
|
||||
background-color: transparent !important;
|
||||
background-size: contain;
|
||||
transition: background-size 300ms cubic-bezier(0.0, 0.0, 0.2, 1);
|
||||
}
|
||||
:root[tabsintitlebar] #titlebar .titlebar-restore:hover,
|
||||
:root[tabsintitlebar] #titlebar #titlebar-restore:hover,
|
||||
|
|
|
@ -77,18 +77,23 @@ findbar:-moz-window-inactive label,
|
|||
/* Reorder toolbars */
|
||||
#navigator-toolbox #nav-bar, findbar {
|
||||
-moz-box-ordinal-group: 0;
|
||||
order: 0;
|
||||
}
|
||||
#navigator-toolbox #PersonalToolbar {
|
||||
-moz-box-ordinal-group: 1;
|
||||
order: 1;
|
||||
}
|
||||
#navigator-toolbox #titlebar {
|
||||
-moz-box-ordinal-group: 2;
|
||||
order: 2;
|
||||
}
|
||||
#navigator-toolbox toolbar {
|
||||
-moz-box-ordinal-group: 10;
|
||||
order: 10;
|
||||
}
|
||||
#navigator-toolbox #TabsToolbar {
|
||||
-moz-box-ordinal-group: 100;
|
||||
order: 100;
|
||||
}
|
||||
|
||||
/* Overrides: Don't shift other toolbars on tab drag and drop */
|
||||
|
|
|
@ -1,6 +1,49 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m8.0005 15.962c4.4182 0 7.9999-3.5817 7.9999-7.9999 0-4.4183-3.5817-8.0001-7.9999-8.0001-4.4183 0-8.0001 3.5817-8.0001 8.0001 0 4.4182 3.5817 7.9999 8.0001 7.9999" fill-rule="evenodd" opacity=".25" stroke-width="1.1429"/>
|
||||
<path d="M 8.0001,15 C 11.866,15 15,11.866 15,8.0001 15,4.1341 11.866,1 8.0001,1 4.1341,1 1,4.134 1,8.0001 1,11.866 4.134,15 8.0001,15" fill="#e9524a" fill-rule="evenodd"/>
|
||||
<path d="m5.1686 5.1513c-0.39175 0.39171-0.39175 1.0224 0 1.4142l1.4142 1.4142-1.4142 1.4142c-0.39175 0.39178-0.39175 1.0225 0 1.4142 0.39171 0.39182 1.0225 0.39182 1.4142 0l1.4142-1.4142 1.4142 1.4142c0.39171 0.39182 1.0225 0.39182 1.4142 0 0.39174-0.39167 0.39174-1.0224 0-1.4142l-1.4142-1.4142 1.4142-1.4142c0.39174-0.39178 0.39174-1.0225 0-1.4142-0.39171-0.39182-1.0225-0.39182-1.4142 0l-1.4142 1.4142-1.4142-1.4142c-0.39171-0.39182-1.0225-0.39182-1.4142 0z" enable-background="new" opacity=".5" stroke-width="3.7795"/>
|
||||
<path d="m8.0001 15c3.8659 0 6.9999-3.134 6.9999-6.9999 0-3.866-3.134-7.0001-6.9999-7.0001-3.866 0-7.0001 3.134-7.0001 7.0001 0 3.8659 3.134 6.9999 7.0001 6.9999" fill-rule="evenodd" opacity=".2"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="16"
|
||||
height="16"
|
||||
version="1.1"
|
||||
id="svg1636"
|
||||
sodipodi:docname="titlebutton-close-active-dark.svg"
|
||||
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||
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="defs1640" />
|
||||
<sodipodi:namedview
|
||||
id="namedview1638"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="20.85965"
|
||||
inkscape:cx="6.8313706"
|
||||
inkscape:cy="7.4306136"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="35"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg1636" />
|
||||
<path
|
||||
d="m8.0005 15.002c3.8659 0 6.9999-3.134 6.9999-7 0-3.866-3.134-6.9999-6.9999-6.9999-3.866 0-7 3.1339-7 6.9999 0 3.866 3.134 7 7 7"
|
||||
fill="#e9524a"
|
||||
fill-rule="evenodd"
|
||||
id="path1632" />
|
||||
<path
|
||||
d="m5.1686 5.0913c-0.39175 0.39171-0.39175 1.0224 0 1.4142l1.4142 1.4142-1.4142 1.4142c-0.39175 0.39178-0.39175 1.0225 0 1.4142 0.39171 0.39182 1.0225 0.39182 1.4142 0l1.4142-1.4142 1.4142 1.4142c0.39171 0.39182 1.0225 0.39182 1.4142 0 0.39174-0.39167 0.39174-1.0224 0-1.4142l-1.4142-1.4142 1.4142-1.4142c0.39174-0.39178 0.39174-1.0225 0-1.4142-0.39171-0.39182-1.0225-0.39182-1.4142 0l-1.4142 1.4142-1.4142-1.4142c-0.39171-0.39182-1.0225-0.39182-1.4142 0z"
|
||||
enable-background="new"
|
||||
opacity=".5"
|
||||
stroke-width="3.7795"
|
||||
id="path1634" />
|
||||
<path
|
||||
d="m8.0005 15.002c3.8659 0 6.9999-3.134 6.9999-7 0-3.866-3.134-6.9999-6.9999-6.9999-3.866 0-7 3.1339-7 6.9999 0 3.866 3.134 7 7 7"
|
||||
id="path1759"
|
||||
style="fill:#000000;opacity:0.15" />
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 2 KiB |
|
@ -1,12 +1,52 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(3.7795 0 0 3.7795 -322 -580.52)">
|
||||
<g transform="matrix(.34018 0 0 .34018 84.931 153.33)" enable-background="new">
|
||||
<g transform="translate(-5,-1033.4)">
|
||||
<g fill-rule="evenodd">
|
||||
<path d="m12.003 1046.6c3.4364 0 6.2222-2.7858 6.2222-6.2222 0-3.4365-2.7858-6.2223-6.2222-6.2223-3.4365 0-6.2223 2.7858-6.2223 6.2223 0 3.4364 2.7858 6.2222 6.2223 6.2222" fill="#cb4e43" stroke-width=".88889"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path d="m86.564 154.96c-0.10365 0.10364-0.10365 0.27051 0 0.37417l0.37417 0.37418-0.37417 0.37417c-0.10365 0.10366-0.10365 0.27054 0 0.37417 0.10364 0.10367 0.27053 0.10367 0.37417 0l0.37418-0.37417 0.37418 0.37417c0.10364 0.10367 0.27053 0.10367 0.37417 0 0.10365-0.10363 0.10365-0.27051 0-0.37417l-0.37417-0.37417 0.37417-0.37418c0.10365-0.10366 0.10365-0.27053 0-0.37417-0.10364-0.10367-0.27053-0.10367-0.37417 0l-0.37418 0.37417-0.37418-0.37417c-0.10364-0.10367-0.27053-0.10367-0.37417 0z" enable-background="new" opacity=".5"/>
|
||||
</g>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="16"
|
||||
height="16"
|
||||
version="1.1"
|
||||
id="svg925"
|
||||
sodipodi:docname="titlebutton-close-active.svg"
|
||||
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||
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="defs929" />
|
||||
<sodipodi:namedview
|
||||
id="namedview927"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="41.7193"
|
||||
inkscape:cx="6.3399913"
|
||||
inkscape:cy="4.5542471"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="35"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg925" />
|
||||
<path
|
||||
d="m 8.0005437,15.002103 c 3.8658733,0 6.9999213,-3.134048 6.9999213,-7.00005 0,-3.8660023 -3.134048,-6.9999211 -6.9999213,-6.9999211 -3.8660023,0 -7.0000497,3.1339188 -7.0000497,6.9999211 0,3.866002 3.1340474,7.00005 7.0000497,7.00005"
|
||||
fill="#cb4e43"
|
||||
stroke-width="1"
|
||||
id="path911"
|
||||
style="fill-rule:evenodd" />
|
||||
<path
|
||||
d="m 8.0005437,14.487819 c 3.5897033,0 6.4999083,-2.910206 6.4999083,-6.5000373 0,-3.5899603 -2.910205,-6.5001656 -6.4999083,-6.5001656 -3.5899603,0 -6.500037,2.9102053 -6.500037,6.5001656 0,3.5898313 2.9102053,6.5000373 6.500037,6.5000373"
|
||||
fill="#fe6254"
|
||||
stroke-width="0.983196"
|
||||
id="path913"
|
||||
style="fill:#cb4e43;fill-opacity:1;fill-rule:evenodd" />
|
||||
<path
|
||||
d="m 5.168638,5.09132 c -0.3917452,0.3917074 -0.3917452,1.0223925 0,1.4141755 L 6.5828135,7.9197088 5.168638,9.3338843 c -0.3917452,0.391783 -0.3917452,1.0225057 0,1.4141757 0.3917074,0.391821 1.0224681,0.391821 1.4141755,0 L 7.9970268,9.3338843 9.4112401,10.74806 c 0.3917074,0.391821 1.0224679,0.391821 1.4141759,0 0.391745,-0.39167 0.391745,-1.0223927 0,-1.4141757 L 9.4112401,7.9197088 10.825416,6.5054955 c 0.391745,-0.391783 0.391745,-1.0224681 0,-1.4141755 -0.391708,-0.3918208 -1.0224685,-0.3918208 -1.4141759,0 L 7.9970268,6.5054955 6.5828135,5.09132 c -0.3917074,-0.3918208 -1.0224681,-0.3918208 -1.4141755,0 z"
|
||||
enable-background="new"
|
||||
opacity="0.5"
|
||||
id="path921"
|
||||
style="stroke-width:3.7795" />
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 2.4 KiB |
|
@ -1,5 +1,42 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m8.0005 15.962c4.4182 0 7.9999-3.5817 7.9999-7.9999 0-4.4183-3.5817-8.0001-7.9999-8.0001-4.4183 0-8.0001 3.5817-8.0001 8.0001 0 4.4182 3.5817 7.9999 8.0001 7.9999" fill-rule="evenodd" opacity=".25" stroke-width="1.1429"/>
|
||||
<path d="m8.0001 15c3.8659 0 6.9999-3.134 6.9999-6.9999 0-3.866-3.134-7.0001-6.9999-7.0001-3.866 0-7.0001 3.134-7.0001 7.0001 0 3.8659 3.134 6.9999 7.0001 6.9999" fill="#e9524a" fill-rule="evenodd"/>
|
||||
<path d="m5.1686 5.1513c-0.39175 0.39171-0.39175 1.0224 0 1.4142l1.4142 1.4142-1.4142 1.4142c-0.39175 0.39178-0.39175 1.0225 0 1.4142 0.39171 0.39182 1.0225 0.39182 1.4142 0l1.4142-1.4142 1.4142 1.4142c0.39171 0.39182 1.0225 0.39182 1.4142 0 0.39174-0.39167 0.39174-1.0224 0-1.4142l-1.4142-1.4142 1.4142-1.4142c0.39174-0.39178 0.39174-1.0225 0-1.4142-0.39171-0.39182-1.0225-0.39182-1.4142 0l-1.4142 1.4142-1.4142-1.4142c-0.39171-0.39182-1.0225-0.39182-1.4142 0z" enable-background="new" opacity=".5" stroke-width="3.7795"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="16"
|
||||
height="16"
|
||||
version="1.1"
|
||||
id="svg2898"
|
||||
sodipodi:docname="titlebutton-close-hover-dark.svg"
|
||||
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||
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="defs2902" />
|
||||
<sodipodi:namedview
|
||||
id="namedview2900"
|
||||
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="4.440678"
|
||||
inkscape:cy="8"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="35"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg2898" />
|
||||
<path
|
||||
d="m8.0005 15.002c3.8659 0 6.9999-3.134 6.9999-7 0-3.866-3.134-6.9999-6.9999-6.9999-3.866 0-7 3.1339-7 6.9999 0 3.866 3.134 7 7 7"
|
||||
fill="#e9524a"
|
||||
id="path2894" />
|
||||
<path
|
||||
d="m5.1686 5.0913c-0.39175 0.39171-0.39175 1.0224 0 1.4142l1.4142 1.4142-1.4142 1.4142c-0.39175 0.39178-0.39175 1.0225 0 1.4142 0.39171 0.39182 1.0225 0.39182 1.4142 0l1.4142-1.4142 1.4142 1.4142c0.39171 0.39182 1.0225 0.39182 1.4142 0 0.39174-0.39167 0.39174-1.0224 0-1.4142l-1.4142-1.4142 1.4142-1.4142c0.39174-0.39178 0.39174-1.0225 0-1.4142-0.39171-0.39182-1.0225-0.39182-1.4142 0l-1.4142 1.4142-1.4142-1.4142c-0.39171-0.39182-1.0225-0.39182-1.4142 0z"
|
||||
opacity=".5"
|
||||
id="path2896" />
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1.7 KiB |
|
@ -1,4 +0,0 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m8.0005 15.002c3.8659 0 6.9999-3.134 6.9999-7 0-3.866-3.134-6.9999-6.9999-6.9999-3.866 0-7 3.1339-7 6.9999 0 3.866 3.134 7 7 7" fill="#e9524a" fill-rule="evenodd"/>
|
||||
<path d="m5.1686 5.0913c-0.39175 0.39171-0.39175 1.0224 0 1.4142l1.4142 1.4142-1.4142 1.4142c-0.39175 0.39178-0.39175 1.0225 0 1.4142 0.39171 0.39182 1.0225 0.39182 1.4142 0l1.4142-1.4142 1.4142 1.4142c0.39171 0.39182 1.0225 0.39182 1.4142 0 0.39174-0.39167 0.39174-1.0224 0-1.4142l-1.4142-1.4142 1.4142-1.4142c0.39174-0.39178 0.39174-1.0225 0-1.4142-0.39171-0.39182-1.0225-0.39182-1.4142 0l-1.4142 1.4142-1.4142-1.4142c-0.39171-0.39182-1.0225-0.39182-1.4142 0z" enable-background="new" opacity=".5" stroke-width="3.7795"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 785 B |
|
@ -1,13 +0,0 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(3.7795 0 0 3.7795 -322 -580.58)">
|
||||
<g transform="matrix(.34018 0 0 .34018 84.931 153.33)" enable-background="new">
|
||||
<g transform="translate(-5,-1033.4)">
|
||||
<g fill-rule="evenodd">
|
||||
<path d="m12.003 1045.9c3.0068 0 5.4444-2.4376 5.4444-5.4445s-2.4376-5.4444-5.4444-5.4444c-3.0069 0-5.4445 2.4375-5.4445 5.4444s2.4376 5.4445 5.4445 5.4445" fill="#cb4e43" stroke-width=".77778"/>
|
||||
<path d="m12.003 1045.5c2.792 0 5.0555-2.2635 5.0555-5.0556 0-2.7922-2.2635-5.0557-5.0555-5.0557-2.7922 0-5.0556 2.2635-5.0556 5.0557 0 2.7921 2.2635 5.0556 5.0556 5.0556" fill="#fe6254" stroke-width=".76471"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path d="m86.564 154.96c-0.10365 0.10364-0.10365 0.27051 0 0.37417l0.37417 0.37418-0.37417 0.37417c-0.10365 0.10366-0.10365 0.27054 0 0.37417 0.10364 0.10367 0.27053 0.10367 0.37417 0l0.37418-0.37417 0.37418 0.37417c0.10364 0.10367 0.27053 0.10367 0.37417 0 0.10365-0.10363 0.10365-0.27051 0-0.37417l-0.37417-0.37417 0.37417-0.37418c0.10365-0.10366 0.10365-0.27053 0-0.37417-0.10364-0.10367-0.27053-0.10367-0.37417 0l-0.37418 0.37417-0.37418-0.37417c-0.10364-0.10367-0.27053-0.10367-0.37417 0z" enable-background="new" opacity=".5"/>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.2 KiB |
|
@ -1,13 +1,46 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(3.7795 0 0 3.7795 -322 -580.52)">
|
||||
<g transform="matrix(.34018 0 0 .34018 84.931 153.33)" enable-background="new">
|
||||
<g transform="translate(-5,-1033.4)">
|
||||
<g fill-rule="evenodd">
|
||||
<path d="m12.003 1046.6c3.4364 0 6.2222-2.7858 6.2222-6.2222 0-3.4365-2.7858-6.2223-6.2222-6.2223-3.4365 0-6.2223 2.7858-6.2223 6.2223 0 3.4364 2.7858 6.2222 6.2223 6.2222" fill="#cb4e43" stroke-width=".88889"/>
|
||||
<path d="m12.003 1046.2c3.2216 0 5.8333-2.6118 5.8333-5.8334 0-3.2218-2.6117-5.8335-5.8333-5.8335-3.2218 0-5.8334 2.6117-5.8334 5.8335 0 3.2216 2.6117 5.8334 5.8334 5.8334" fill="#fe6254" stroke-width=".88236"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path d="m86.564 154.96c-0.10365 0.10364-0.10365 0.27051 0 0.37417l0.37417 0.37418-0.37417 0.37417c-0.10365 0.10366-0.10365 0.27054 0 0.37417 0.10364 0.10367 0.27053 0.10367 0.37417 0l0.37418-0.37417 0.37418 0.37417c0.10364 0.10367 0.27053 0.10367 0.37417 0 0.10365-0.10363 0.10365-0.27051 0-0.37417l-0.37417-0.37417 0.37417-0.37418c0.10365-0.10366 0.10365-0.27053 0-0.37417-0.10364-0.10367-0.27053-0.10367-0.37417 0l-0.37418 0.37417-0.37418-0.37417c-0.10364-0.10367-0.27053-0.10367-0.37417 0z" enable-background="new" opacity=".5"/>
|
||||
</g>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="16"
|
||||
height="16"
|
||||
version="1.1"
|
||||
id="svg2494"
|
||||
sodipodi:docname="titlebutton-close-hover.svg"
|
||||
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||
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="defs2498" />
|
||||
<sodipodi:namedview
|
||||
id="namedview2496"
|
||||
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="0.91525424"
|
||||
inkscape:cy="8"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="35"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg2494" />
|
||||
<path
|
||||
d="m 8.0005437,15.002103 c 3.8658733,0 6.9999213,-3.134048 6.9999213,-7.00005 0,-3.8660023 -3.134048,-6.9999211 -6.9999213,-6.9999211 -3.8660023,0 -7.0000497,3.1339188 -7.0000497,6.9999211 0,3.866002 3.1340474,7.00005 7.0000497,7.00005"
|
||||
fill="#cb4e43"
|
||||
id="path2480" />
|
||||
<path
|
||||
d="m 8.0005437,14.487819 c 3.5897033,0 6.4999083,-2.910206 6.4999083,-6.5000373 0,-3.5899603 -2.910205,-6.5001656 -6.4999083,-6.5001656 -3.5899603,0 -6.500037,2.9102053 -6.500037,6.5001656 0,3.5898313 2.9102053,6.5000373 6.500037,6.5000373"
|
||||
fill="#fe6254"
|
||||
id="path2482" />
|
||||
<path
|
||||
d="m 5.168638,5.09132 c -0.3917452,0.3917074 -0.3917452,1.0223925 0,1.4141755 L 6.5828135,7.9197088 5.168638,9.3338843 c -0.3917452,0.391783 -0.3917452,1.0225057 0,1.4141757 0.3917074,0.391821 1.0224681,0.391821 1.4141755,0 L 7.9970268,9.3338843 9.4112401,10.74806 c 0.3917074,0.391821 1.0224679,0.391821 1.4141759,0 0.391745,-0.39167 0.391745,-1.0223927 0,-1.4141757 L 9.4112401,7.9197088 10.825416,6.5054955 c 0.391745,-0.391783 0.391745,-1.0224681 0,-1.4141755 -0.391708,-0.3918208 -1.0224685,-0.3918208 -1.4141759,0 L 7.9970268,6.5054955 6.5828135,5.09132 c -0.3917074,-0.3918208 -1.0224681,-0.3918208 -1.4141755,0 z"
|
||||
opacity="0.5"
|
||||
id="path2490" />
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.2 KiB |
|
@ -1,11 +1,42 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="titlebutton-close" transform="translate(-293,242.64)">
|
||||
<rect x="293" y="-242.64" width="16" height="16" ry="1.6931e-5" opacity="0" stroke-width=".47432" style="paint-order:markers stroke fill"/>
|
||||
<g transform="translate(294,-241.64)" enable-background="new">
|
||||
<g transform="translate(-5,-1033.4)" fill-rule="evenodd">
|
||||
<path d="m12 1047.4c3.8659 0 6.9999-3.134 6.9999-7s-3.134-7-6.9999-7c-3.866 0-7.0001 3.134-7.0001 7s3.134 7 7.0001 7" fill="#cb4e43"/>
|
||||
<path d="m12 1046.9c3.5898 0 6.4999-2.9103 6.4999-6.5001 0-3.5899-2.9102-6.5-6.4999-6.5-3.5899 0-6.5001 2.9101-6.5001 6.5 0 3.5898 2.9102 6.5001 6.5001 6.5001" fill="#fe6254"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="16"
|
||||
height="16"
|
||||
version="1.1"
|
||||
id="svg3042"
|
||||
sodipodi:docname="titlebutton-close.svg"
|
||||
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||
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="defs3046" />
|
||||
<sodipodi:namedview
|
||||
id="namedview3044"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="29.5"
|
||||
inkscape:cx="6.9661017"
|
||||
inkscape:cy="4.7118644"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="35"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg3042" />
|
||||
<path
|
||||
d="m 8,15 c 3.8659,0 6.9999,-3.134 6.9999,-7 C 14.9999,4.134 11.8659,1 8,1 4.134,1 0.9999,4.134 0.9999,8 c 0,3.866 3.134,7 7.0001,7"
|
||||
fill="#cb4e43"
|
||||
id="path3033" />
|
||||
<path
|
||||
d="m 8,14.5 c 3.5898,0 6.4999,-2.9103 6.4999,-6.5001 0,-3.5899 -2.9102,-6.5 -6.4999,-6.5 -3.5899,0 -6.5001,2.9101 -6.5001,6.5 C 1.4999,11.5897 4.4101,14.5 8,14.5"
|
||||
fill="#fe6254"
|
||||
id="path3035" />
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 757 B After Width: | Height: | Size: 1.4 KiB |
|
@ -1,6 +1,49 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m7.9965 15.998c4.4182 0 7.9997-3.5817 7.9997-7.9999 0-4.4184-3.5816-7.9999-7.9997-7.9999-4.4182 0-8.0001 3.5818-8.0001 7.9999 0 4.4184 3.5816 7.9999 8.0001 7.9999" fill-rule="evenodd" opacity=".25" stroke-width="3.3596"/>
|
||||
<path d="M 8.0002,15 C 11.8662,15 15,11.866 15,8 15,4.1339 11.8661,1 8.0002,1 4.1342,1 1,4.1341 1,8 c 0,3.8661 3.1339,7 7.0002,7" fill="#59c837" fill-rule="evenodd" stroke-width="2.9397"/>
|
||||
<path d="m6.4129 4.9952 4.586 4.5862v-3.586c0-0.41553-0.5845-1-1-1zm-1.414 1.4141v3.586c0 0.41553 0.58446 1 0.99998 1h3.5859z" opacity=".5" stroke-width="3.7796"/>
|
||||
<path d="m8.0002 15c3.866 0 6.9998-3.134 6.9998-7 0-3.8661-3.1339-7-6.9998-7-3.866 0-7.0002 3.1341-7.0002 7 0 3.8661 3.1339 7 7.0002 7" fill-rule="evenodd" opacity=".2" stroke-width="2.9397"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="16"
|
||||
height="16"
|
||||
version="1.1"
|
||||
id="svg3190"
|
||||
sodipodi:docname="titlebutton-maximize-active-dark.svg"
|
||||
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||
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="defs3194" />
|
||||
<sodipodi:namedview
|
||||
id="namedview3192"
|
||||
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="4.440678"
|
||||
inkscape:cy="8"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="35"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg3190" />
|
||||
<path
|
||||
d="m8.0019 14.999c3.8661 0 7-3.1339 7-7 0-3.8661-3.134-7-7-7-3.8661 0-7 3.134-7 7 0 3.8661 3.134 7 7 7"
|
||||
fill="#59c837"
|
||||
fill-rule="evenodd"
|
||||
stroke-width="2.9396"
|
||||
id="path3186" />
|
||||
<path
|
||||
d="m6.4107 4.9791 4.586 4.586v-3.5859c0-0.41552-0.5845-0.99998-1-0.99998zm-1.414 1.4141v3.5859c0 0.41552 0.58446 1 0.99998 1h3.5859z"
|
||||
opacity=".5"
|
||||
stroke-width="3.7795"
|
||||
id="path3188" />
|
||||
<path
|
||||
d="m8.0019 14.999c3.8661 0 7-3.1339 7-7 0-3.8661-3.134-7-7-7-3.8661 0-7 3.134-7 7 0 3.8661 3.134 7 7 7"
|
||||
id="path3313"
|
||||
style="fill:#000000;opacity:0.15" />
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 866 B After Width: | Height: | Size: 1.6 KiB |
|
@ -1,8 +1,52 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(3.7795,0,0,3.7795,-296,-586.52)">
|
||||
<g transform="translate(-11.906,31.221)" fill-rule="evenodd">
|
||||
<path d="m92.34 128.2c1.169 0 2.1166-0.94768 2.1166-2.1167 0-1.169-0.94765-2.1167-2.1166-2.1167-1.169 0-2.1167 0.94768-2.1167 2.1167 0 1.169 0.94765 2.1167 2.1167 2.1167" fill="#20a932" stroke-width=".88891"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="16"
|
||||
height="16"
|
||||
version="1.1"
|
||||
id="svg3331"
|
||||
sodipodi:docname="titlebutton-maximize-active.svg"
|
||||
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||
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="defs3335" />
|
||||
<sodipodi:namedview
|
||||
id="namedview3333"
|
||||
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="4.440678"
|
||||
inkscape:cy="8"
|
||||
inkscape:window-width="1432"
|
||||
inkscape:window-height="466"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="35"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg3331" />
|
||||
<g
|
||||
transform="matrix(3.7795 0 0 3.7795 -297 -585.53)"
|
||||
id="g3329">
|
||||
<g
|
||||
transform="translate(-11.906,31.221)"
|
||||
fill-rule="evenodd"
|
||||
id="g3325">
|
||||
<path
|
||||
d="m92.605 127.67c1.0229 0 1.8521-0.82919 1.8521-1.8521 0-1.0229-0.8292-1.8521-1.8521-1.8521s-1.8521 0.8292-1.8521 1.8521 0.8292 1.8521 1.8521 1.8521"
|
||||
fill="#20a932"
|
||||
stroke-width=".77778"
|
||||
id="path3321" />
|
||||
</g>
|
||||
<path
|
||||
d="m80.278 156.24 1.2134 1.2134v-0.94877c0-0.10994-0.15465-0.26458-0.26459-0.26458zm-0.37413 0.37414v0.94877c0 0.10994 0.15464 0.26459 0.26458 0.26459h0.94878z"
|
||||
opacity=".5"
|
||||
id="path3327" />
|
||||
</g>
|
||||
<path d="m80.014 156.51 1.2134 1.2134v-0.94877c0-0.10994-0.15465-0.26458-0.26459-0.26458zm-0.37413 0.37414v0.94877c0 0.10994 0.15464 0.26459 0.26458 0.26459h0.94878z" opacity=".5"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 615 B After Width: | Height: | Size: 1.7 KiB |
|
@ -1,5 +1,4 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m7.9965 15.998c4.4182 0 7.9997-3.5817 7.9997-7.9999 0-4.4184-3.5816-7.9999-7.9997-7.9999-4.4182 0-8.0001 3.5818-8.0001 7.9999 0 4.4184 3.5816 7.9999 8.0001 7.9999" fill-rule="evenodd" opacity=".25" stroke-width="3.3596"/>
|
||||
<path d="m8.0002 15c3.866 0 6.9998-3.134 6.9998-7 0-3.8661-3.1339-7-6.9998-7-3.866 0-7.0002 3.1341-7.0002 7 0 3.8661 3.1339 7 7.0002 7" fill="#59c837" fill-rule="evenodd" stroke-width="2.9397"/>
|
||||
<path d="m6.4129 4.9952 4.586 4.5862v-3.586c0-0.41553-0.5845-1-1-1zm-1.414 1.4141v3.586c0 0.41553 0.58446 1 0.99998 1h3.5859z" opacity=".5" stroke-width="3.7796"/>
|
||||
<path d="m8.0019 14.999c3.8661 0 7-3.1339 7-7 0-3.8661-3.134-7-7-7-3.8661 0-7 3.134-7 7 0 3.8661 3.134 7 7 7" fill="#59c837" fill-rule="evenodd" stroke-width="2.9396"/>
|
||||
<path d="m6.4107 4.9791 4.586 4.586v-3.5859c0-0.41552-0.5845-0.99998-1-0.99998zm-1.414 1.4141v3.5859c0 0.41552 0.58446 1 0.99998 1h3.5859z" opacity=".5" stroke-width="3.7795"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 678 B After Width: | Height: | Size: 433 B |
|
@ -1,4 +0,0 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m8.0019 14.999c3.8661 0 7-3.1339 7-7 0-3.8661-3.134-7-7-7-3.8661 0-7 3.134-7 7 0 3.8661 3.134 7 7 7" fill="#59c837" fill-rule="evenodd" stroke-width="2.9396"/>
|
||||
<path d="m6.4107 4.9791 4.586 4.586v-3.5859c0-0.41552-0.5845-0.99998-1-0.99998zm-1.414 1.4141v3.5859c0 0.41552 0.58446 1 0.99998 1h3.5859z" opacity=".5" stroke-width="3.7795"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 433 B |
|
@ -1,9 +0,0 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(3.7795 0 0 3.7795 -297 -585.53)">
|
||||
<g transform="translate(-11.906,31.221)" fill-rule="evenodd">
|
||||
<path d="m92.605 127.67c1.0229 0 1.8521-0.82919 1.8521-1.8521 0-1.0229-0.8292-1.8521-1.8521-1.8521s-1.8521 0.8292-1.8521 1.8521 0.8292 1.8521 1.8521 1.8521" fill="#20a932" stroke-width=".77778"/>
|
||||
<path d="m92.605 127.54c0.94978 0 1.7198-0.77006 1.7198-1.7198 0-0.94986-0.76999-1.7198-1.7198-1.7198-0.94985 0-1.7198 0.76999-1.7198 1.7198 0 0.94978 0.76999 1.7198 1.7198 1.7198" fill="#28d33f" stroke-width=".76471"/>
|
||||
</g>
|
||||
<path d="m80.278 156.24 1.2134 1.2134v-0.94877c0-0.10994-0.15465-0.26458-0.26459-0.26458zm-0.37413 0.37414v0.94877c0 0.10994 0.15464 0.26459 0.26458 0.26459h0.94878z" opacity=".5"/>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 824 B |
|
@ -1,9 +1,9 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(3.7795 0 0 3.7796 -296 -586.55)">
|
||||
<g transform="matrix(3.7795 0 0 3.7795 -297 -585.53)">
|
||||
<g transform="translate(-11.906,31.221)" fill-rule="evenodd">
|
||||
<path d="m92.339 128.2c1.169 0 2.1166-0.94765 2.1166-2.1166 0-1.169-0.94765-2.1166-2.1166-2.1166-1.169 0-2.1167 0.94766-2.1167 2.1166 0 1.169 0.94765 2.1166 2.1167 2.1166" fill="#20a932" stroke-width=".8889"/>
|
||||
<path d="m92.339 128.06c1.0959 0 1.9843-0.8885 1.9843-1.9844 0-1.0959-0.88845-1.9844-1.9843-1.9844-1.096 0-1.9844 0.88842-1.9844 1.9844 0 1.0958 0.88845 1.9844 1.9844 1.9844" fill="#28d33f" stroke-width=".88235"/>
|
||||
<path d="m92.605 127.67c1.0229 0 1.8521-0.82919 1.8521-1.8521 0-1.0229-0.8292-1.8521-1.8521-1.8521s-1.8521 0.8292-1.8521 1.8521 0.8292 1.8521 1.8521 1.8521" fill="#20a932" stroke-width=".77778"/>
|
||||
<path d="m92.605 127.54c0.94978 0 1.7198-0.77006 1.7198-1.7198 0-0.94986-0.76999-1.7198-1.7198-1.7198-0.94985 0-1.7198 0.76999-1.7198 1.7198 0 0.94978 0.76999 1.7198 1.7198 1.7198" fill="#28d33f" stroke-width=".76471"/>
|
||||
</g>
|
||||
<path d="m80.014 156.51 1.2134 1.2134v-0.94877c0-0.10994-0.15465-0.26458-0.26459-0.26458zm-0.37413 0.37414v0.94877c0 0.10994 0.15464 0.26459 0.26458 0.26459h0.94878z" opacity=".5"/>
|
||||
<path d="m80.278 156.24 1.2134 1.2134v-0.94877c0-0.10994-0.15465-0.26458-0.26459-0.26458zm-0.37413 0.37414v0.94877c0 0.10994 0.15464 0.26459 0.26458 0.26459h0.94878z" opacity=".5"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 832 B After Width: | Height: | Size: 824 B |
|
@ -1,6 +1,55 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m7.9997 16.004c4.4183 0 8-3.5817 8-8 0-4.4184-3.5818-8.0002-8-8.0002-4.4183 0-8.0001 3.5817-8.0001 8.0002 0 4.4182 3.5818 8 8.0001 8" fill-rule="evenodd" opacity=".25" stroke-width=".88911"/>
|
||||
<path d="m8 15c3.866 0 7-3.134 7-7 0-3.8661-3.1341-7.0001-7-7.0001-3.866 0-7 3.134-7 7.0001 0 3.8659 3.1341 7 7 7" fill="#f1ae1b" fill-rule="evenodd" stroke-width=".77797"/>
|
||||
<rect x="3.9983" y="6.9922" width="8.0001" height="2" ry=".99998" opacity=".5" stroke-width="3.7795"/>
|
||||
<path d="m8 15c3.866 0 7-3.134 7-7 0-3.8661-3.1341-7.0001-7-7.0001-3.866 0-7 3.134-7 7.0001 0 3.8659 3.1341 7 7 7" fill-rule="evenodd" opacity=".25" stroke-width=".77797"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="16"
|
||||
height="16"
|
||||
version="1.1"
|
||||
id="svg1781"
|
||||
sodipodi:docname="titlebutton-minimize-active-dark.svg"
|
||||
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||
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="defs1785" />
|
||||
<sodipodi:namedview
|
||||
id="namedview1783"
|
||||
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="4.440678"
|
||||
inkscape:cy="8"
|
||||
inkscape:window-width="1432"
|
||||
inkscape:window-height="466"
|
||||
inkscape:window-x="33"
|
||||
inkscape:window-y="68"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg1781" />
|
||||
<path
|
||||
d="m8 15c3.866 0 7-3.134 7-7 0-3.8661-3.1341-7.0001-7-7.0001-3.866 0-7 3.134-7 7.0001 0 3.8659 3.1341 7 7 7"
|
||||
fill="#f1ae1b"
|
||||
fill-rule="evenodd"
|
||||
stroke-width=".77797"
|
||||
id="path1775" />
|
||||
<rect
|
||||
x="3.9983"
|
||||
y="6.9922"
|
||||
width="8.0001"
|
||||
height="2"
|
||||
ry=".99998"
|
||||
opacity=".5"
|
||||
stroke-width="3.7795"
|
||||
id="rect1777" />
|
||||
<path
|
||||
d="m8 15c3.866 0 7-3.134 7-7 0-3.8661-3.1341-7.0001-7-7.0001-3.866 0-7 3.134-7 7.0001 0 3.8659 3.1341 7 7 7"
|
||||
fill-rule="evenodd"
|
||||
opacity=".25"
|
||||
stroke-width=".77797"
|
||||
id="path1779" />
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 740 B After Width: | Height: | Size: 1.6 KiB |
|
@ -1,10 +1,49 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(3.7795,0,0,3.7795,-265,-585.52)">
|
||||
<g transform="matrix(.26465 0 0 .26465 70.643 154.92)" enable-background="new">
|
||||
<g transform="translate(-5,-1033.4)" fill-rule="evenodd">
|
||||
<path d="m11.003 1049.4c4.4172 0 7.998-3.5808 7.998-7.998 0-4.4173-3.5809-7.9982-7.998-7.9982-4.4172 0-7.9981 3.5808-7.9981 7.9982 0 4.4171 3.5809 7.998 7.9981 7.998" fill="#caa124" stroke-width=".88889"/>
|
||||
</g>
|
||||
</g>
|
||||
<rect x="71.173" y="156.77" width="2.1167" height=".52917" ry=".26458" opacity=".5"/>
|
||||
</g>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="16"
|
||||
height="16"
|
||||
version="1.1"
|
||||
id="svg1920"
|
||||
sodipodi:docname="titlebutton-minimize-active.svg"
|
||||
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||
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="defs1924" />
|
||||
<sodipodi:namedview
|
||||
id="namedview1922"
|
||||
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="4.0338983"
|
||||
inkscape:cy="8"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="35"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg1920" />
|
||||
<path
|
||||
d="M 8.0000435,15.000143 C 11.866036,15.000143 15,11.866176 15,8.0001301 15,4.1340843 11.865949,1.0000176 8.0000435,1.0000176 c -3.8659919,0 -7.0000434,3.1339667 -7.0000434,7.0001125 0,3.8659459 3.1340515,7.0000129 7.0000434,7.0000129"
|
||||
fill="#caa124"
|
||||
stroke-width="0.777968"
|
||||
id="path1910"
|
||||
style="fill-rule:evenodd" />
|
||||
<rect
|
||||
x="3.9983404"
|
||||
y="6.9922314"
|
||||
width="8.0000677"
|
||||
height="1.999998"
|
||||
ry="0.99998015"
|
||||
opacity="0.5"
|
||||
id="rect1916"
|
||||
style="stroke-width:3.7795" />
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 603 B After Width: | Height: | Size: 1.5 KiB |
|
@ -1,5 +1,4 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m7.9997 16.004c4.4183 0 8-3.5817 8-8 0-4.4184-3.5818-8.0002-8-8.0002-4.4183 0-8.0001 3.5817-8.0001 8.0002 0 4.4182 3.5818 8 8.0001 8" fill-rule="evenodd" opacity=".25" stroke-width=".88911"/>
|
||||
<path d="m8 15c3.866 0 7-3.134 7-7 0-3.8661-3.1341-7.0001-7-7.0001-3.866 0-7 3.134-7 7.0001 0 3.8659 3.1341 7 7 7" fill="#f1ae1b" fill-rule="evenodd" stroke-width=".77797"/>
|
||||
<rect x="3.9983" y="6.9922" width="8.0001" height="2" ry=".99998" opacity=".5" stroke-width="3.7795"/>
|
||||
<path d="m7.9999 15.004c3.8659 0 6.9999-3.134 6.9999-7 0-3.866-3.1341-7.0001-6.9999-7.0001-3.866 0-7.0001 3.134-7.0001 7.0001 0 3.8659 3.1341 7 7.0001 7" fill="#f1ae1b" fill-rule="evenodd" stroke-width=".77797"/>
|
||||
<rect x="3.9999" y="7.0095" width="8.0001" height="2" ry=".99998" opacity=".5" stroke-width="3.7795"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 566 B After Width: | Height: | Size: 403 B |
|
@ -1,4 +0,0 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m7.9999 15.004c3.8659 0 6.9999-3.134 6.9999-7 0-3.866-3.1341-7.0001-6.9999-7.0001-3.866 0-7.0001 3.134-7.0001 7.0001 0 3.8659 3.1341 7 7.0001 7" fill="#f1ae1b" fill-rule="evenodd" stroke-width=".77797"/>
|
||||
<rect x="3.9999" y="7.0095" width="8.0001" height="2" ry=".99998" opacity=".5" stroke-width="3.7795"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 403 B |
|
@ -1,11 +0,0 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(3.7795 0 0 3.7795 -266 -584.52)">
|
||||
<g transform="matrix(.26465 0 0 .26465 70.643 154.92)" enable-background="new">
|
||||
<g transform="translate(-5,-1033.4)" fill-rule="evenodd">
|
||||
<path d="m12.003 1047.4c3.865 0 6.9982-3.1332 6.9982-6.9983s-3.1333-6.9984-6.9982-6.9984c-3.8651 0-6.9984 3.1332-6.9984 6.9984 0 3.865 3.1333 6.9983 6.9984 6.9983" fill="#caa124" stroke-width=".77778"/>
|
||||
<path d="m12.003 1046.9c3.5889 0 6.4983-2.9096 6.4983-6.4986s-2.9095-6.4984-6.4983-6.4984c-3.5891 0-6.4985 2.9094-6.4985 6.4984s2.9095 6.4986 6.4985 6.4986" fill="#fdc92d" stroke-width=".76471"/>
|
||||
</g>
|
||||
</g>
|
||||
<rect x="71.438" y="156.51" width="2.1167" height=".52917" ry=".26458" opacity=".5"/>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 800 B |
|
@ -1,11 +1,11 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(3.7795,0,0,3.7795,-265,-585.52)">
|
||||
<g transform="matrix(3.7795 0 0 3.7795 -266 -584.52)">
|
||||
<g transform="matrix(.26465 0 0 .26465 70.643 154.92)" enable-background="new">
|
||||
<g transform="translate(-5,-1033.4)" fill-rule="evenodd">
|
||||
<path d="m11.003 1049.4c4.4172 0 7.998-3.5808 7.998-7.998 0-4.4173-3.5809-7.9982-7.998-7.9982-4.4172 0-7.9981 3.5808-7.9981 7.9982 0 4.4171 3.5809 7.998 7.9981 7.998" fill="#caa124" stroke-width=".88889"/>
|
||||
<path d="m11.003 1048.9c4.1411 0 7.4981-3.3573 7.4981-7.4983 0-4.1413-3.3571-7.4983-7.4981-7.4983-4.1412 0-7.4983 3.357-7.4983 7.4983 0 4.141 3.3571 7.4983 7.4983 7.4983" fill="#fdc92d" stroke-width=".88236"/>
|
||||
<path d="m12.003 1047.4c3.865 0 6.9982-3.1332 6.9982-6.9983s-3.1333-6.9984-6.9982-6.9984c-3.8651 0-6.9984 3.1332-6.9984 6.9984 0 3.865 3.1333 6.9983 6.9984 6.9983" fill="#caa124" stroke-width=".77778"/>
|
||||
<path d="m12.003 1046.9c3.5889 0 6.4983-2.9096 6.4983-6.4986s-2.9095-6.4984-6.4983-6.4984c-3.5891 0-6.4985 2.9094-6.4985 6.4984s2.9095 6.4986 6.4985 6.4986" fill="#fdc92d" stroke-width=".76471"/>
|
||||
</g>
|
||||
</g>
|
||||
<rect x="71.173" y="156.77" width="2.1167" height=".52917" ry=".26458" opacity=".5"/>
|
||||
<rect x="71.438" y="156.51" width="2.1167" height=".52917" ry=".26458" opacity=".5"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 817 B After Width: | Height: | Size: 800 B |
|
@ -1,8 +1,53 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill-rule="evenodd">
|
||||
<path d="m7.9965 15.998c4.4182 0 7.9997-3.5817 7.9997-7.9999 0-4.4184-3.5816-7.9999-7.9997-7.9999-4.4182 0-8.0001 3.5818-8.0001 7.9999 0 4.4184 3.5816 7.9999 8.0001 7.9999" opacity=".25" stroke-width="3.3596"/>
|
||||
<path d="M 8.0002,15 C 11.8662,15 15,11.866 15,8 15,4.1339 11.8661,1 8.0002,1 4.1342,1 1,4.1341 1,8 c 0,3.8661 3.1339,7 7.0002,7" fill="#59c837" stroke-width="2.9397"/>
|
||||
<path d="m8.0002 15c3.866 0 6.9998-3.134 6.9998-7 0-3.8661-3.1339-7-6.9998-7-3.866 0-7.0002 3.1341-7.0002 7 0 3.8661 3.1339 7 7.0002 7" opacity=".2" stroke-width="2.9397"/>
|
||||
</g>
|
||||
<path d="m8.0254 3.4141v3.5859c0 0.41552 0.58448 1 1 1h3.5859zm-4.6367 4.5859 4.5859 4.5859v-3.5859c0-0.41552-0.58448-1-1-1z" opacity=".5" stroke-width="3.7795"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="16"
|
||||
height="16"
|
||||
version="1.1"
|
||||
id="svg2214"
|
||||
sodipodi:docname="titlebutton-unmaximize-active-dark.svg"
|
||||
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||
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="defs2218" />
|
||||
<sodipodi:namedview
|
||||
id="namedview2216"
|
||||
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="4.440678"
|
||||
inkscape:cy="8"
|
||||
inkscape:window-width="1432"
|
||||
inkscape:window-height="466"
|
||||
inkscape:window-x="33"
|
||||
inkscape:window-y="68"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg2214" />
|
||||
<g
|
||||
fill-rule="evenodd"
|
||||
id="g2210">
|
||||
<path
|
||||
d="M 8.0002,15 C 11.8662,15 15,11.866 15,8 15,4.1339 11.8661,1 8.0002,1 4.1342,1 1,4.1341 1,8 c 0,3.8661 3.1339,7 7.0002,7"
|
||||
fill="#59c837"
|
||||
stroke-width="2.9397"
|
||||
id="path2206" />
|
||||
<path
|
||||
d="m8.0002 15c3.866 0 6.9998-3.134 6.9998-7 0-3.8661-3.1339-7-6.9998-7-3.866 0-7.0002 3.1341-7.0002 7 0 3.8661 3.1339 7 7.0002 7"
|
||||
opacity=".2"
|
||||
stroke-width="2.9397"
|
||||
id="path2208" />
|
||||
</g>
|
||||
<path
|
||||
d="m8.0254 3.4141v3.5859c0 0.41552 0.58448 1 1 1h3.5859zm-4.6367 4.5859 4.5859 4.5859v-3.5859c0-0.41552-0.58448-1-1-1z"
|
||||
opacity=".5"
|
||||
stroke-width="3.7795"
|
||||
id="path2212" />
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 839 B After Width: | Height: | Size: 1.7 KiB |
|
@ -1,6 +1,45 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(3.7795 0 0 3.7795 -341 -468.52)" fill-rule="evenodd">
|
||||
<path d="m92.34 128.2c1.169 0 2.1166-0.94768 2.1166-2.1167 0-1.169-0.94765-2.1167-2.1166-2.1167-1.169 0-2.1167 0.94768-2.1167 2.1167 0 1.169 0.94765 2.1167 2.1167 2.1167" fill="#20a932" stroke-width=".88891"/>
|
||||
</g>
|
||||
<path d="m8.0254 3.4141v3.5859c0 0.41552 0.58448 1 1 1h3.5859l-4.5859-4.5859zm-4.6367 4.5859 4.5859 4.5859v-3.5859c0-0.41552-0.58448-1-1-1h-3.5859z" opacity=".5" stroke-width="3.7795"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="16"
|
||||
height="16"
|
||||
version="1.1"
|
||||
id="svg2069"
|
||||
sodipodi:docname="titlebutton-unmaximize-active.svg"
|
||||
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||
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="defs2073" />
|
||||
<sodipodi:namedview
|
||||
id="namedview2071"
|
||||
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="4.0338983"
|
||||
inkscape:cy="8"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="35"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg2069" />
|
||||
<path
|
||||
d="m 8.0001676,14.999977 c 3.8659224,0 6.9996684,-3.134 6.9996684,-6.9999745 0,-3.8659371 -3.133913,-7.00001193 -6.9996684,-7.00001193 -3.8659258,0 -7.0000006,3.13399923 -7.0000006,7.00001193 0,3.8658995 3.1339123,6.9999745 7.0000006,6.9999745"
|
||||
fill="#20a932"
|
||||
stroke-width="2.93966"
|
||||
id="path2063"
|
||||
style="fill-rule:evenodd" />
|
||||
<path
|
||||
d="m8.0254 3.4141v3.5859c0 0.41552 0.58448 1 1 1h3.5859l-4.5859-4.5859zm-4.6367 4.5859 4.5859 4.5859v-3.5859c0-0.41552-0.58448-1-1-1h-3.5859z"
|
||||
opacity=".5"
|
||||
stroke-width="3.7795"
|
||||
id="path2067" />
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 566 B After Width: | Height: | Size: 1.6 KiB |
|
@ -1,5 +1,4 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m7.9965 15.998c4.4182 0 7.9997-3.5817 7.9997-7.9999 0-4.4184-3.5816-7.9999-7.9997-7.9999-4.4182 0-8.0001 3.5818-8.0001 7.9999 0 4.4184 3.5816 7.9999 8.0001 7.9999" fill-rule="evenodd" opacity=".25" stroke-width="3.3596"/>
|
||||
<path d="m8.0002 15c3.866 0 6.9998-3.134 6.9998-7 0-3.8661-3.1339-7-6.9998-7-3.866 0-7.0002 3.1341-7.0002 7 0 3.8661 3.1339 7 7.0002 7" fill="#59c837" fill-rule="evenodd" stroke-width="2.9397"/>
|
||||
<path d="m8.0019 14.999c3.8661 0 7-3.1339 7-7s-3.134-7-7-7c-3.8661 0-7 3.134-7 7 0 3.8661 3.134 7 7 7" fill="#59c837" fill-rule="evenodd" stroke-width="2.9396"/>
|
||||
<path d="m8.0254 3.4141v3.5859c0 0.41552 0.58448 1 1 1h3.5859zm-4.6367 4.5859 4.5859 4.5859v-3.5859c0-0.41552-0.58448-1-1-1z" opacity=".5" stroke-width="3.7795"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 677 B After Width: | Height: | Size: 412 B |
|
@ -1,4 +0,0 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m8.0019 14.999c3.8661 0 7-3.1339 7-7s-3.134-7-7-7c-3.8661 0-7 3.134-7 7 0 3.8661 3.134 7 7 7" fill="#59c837" fill-rule="evenodd" stroke-width="2.9396"/>
|
||||
<path d="m8.0254 3.4141v3.5859c0 0.41552 0.58448 1 1 1h3.5859zm-4.6367 4.5859 4.5859 4.5859v-3.5859c0-0.41552-0.58448-1-1-1z" opacity=".5" stroke-width="3.7795"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 412 B |
|
@ -1,7 +0,0 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(3.7795 0 0 3.7795 -342 -467.53)" fill-rule="evenodd">
|
||||
<path d="m92.605 127.67c1.0229 0 1.8521-0.82919 1.8521-1.8521 0-1.0229-0.8292-1.8521-1.8521-1.8521s-1.8521 0.8292-1.8521 1.8521 0.8292 1.8521 1.8521 1.8521" fill="#20a932" stroke-width=".77778"/>
|
||||
<path d="m92.605 127.54c0.94978 0 1.7198-0.77006 1.7198-1.7198 0-0.94986-0.76999-1.7198-1.7198-1.7198-0.94985 0-1.7198 0.76999-1.7198 1.7198 0 0.94978 0.76999 1.7198 1.7198 1.7198" fill="#28d33f" stroke-width=".76471"/>
|
||||
</g>
|
||||
<path d="m8.0254 3.4141v3.5859c0 0.41552 0.58448 1 1 1h3.5859zm-4.6367 4.5859 4.5859 4.5859v-3.5859c0-0.41552-0.58448-1-1-1z" opacity=".5" stroke-width="3.7795"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 751 B |
|
@ -1,7 +1,7 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(3.7795 0 0 3.7796 -341 -468.55)" fill-rule="evenodd">
|
||||
<path d="m92.339 128.2c1.169 0 2.1166-0.94765 2.1166-2.1166 0-1.169-0.94765-2.1166-2.1166-2.1166-1.169 0-2.1167 0.94766-2.1167 2.1166 0 1.169 0.94765 2.1166 2.1167 2.1166" fill="#20a932" stroke-width=".8889"/>
|
||||
<path d="m92.339 128.06c1.0959 0 1.9843-0.8885 1.9843-1.9844s-0.88845-1.9844-1.9843-1.9844c-1.096 0-1.9844 0.88842-1.9844 1.9844 0 1.0958 0.88845 1.9844 1.9844 1.9844" fill="#28d33f" stroke-width=".88235"/>
|
||||
<g transform="matrix(3.7795 0 0 3.7795 -342 -467.53)" fill-rule="evenodd">
|
||||
<path d="m92.605 127.67c1.0229 0 1.8521-0.82919 1.8521-1.8521 0-1.0229-0.8292-1.8521-1.8521-1.8521s-1.8521 0.8292-1.8521 1.8521 0.8292 1.8521 1.8521 1.8521" fill="#20a932" stroke-width=".77778"/>
|
||||
<path d="m92.605 127.54c0.94978 0 1.7198-0.77006 1.7198-1.7198 0-0.94986-0.76999-1.7198-1.7198-1.7198-0.94985 0-1.7198 0.76999-1.7198 1.7198 0 0.94978 0.76999 1.7198 1.7198 1.7198" fill="#28d33f" stroke-width=".76471"/>
|
||||
</g>
|
||||
<path d="m8.0254 3.4141v3.5859c0 0.41552 0.58448 1 1 1h3.5859zm-4.6367 4.5859 4.5859 4.5859v-3.5859c0-0.41552-0.58448-1-1-1z" opacity=".5" stroke-width="3.7795"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 752 B After Width: | Height: | Size: 751 B |