This commit is contained in:
davedatum
2019-10-26 23:53:38 +01:00
parent e7adc8779e
commit 2f34697860
417 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<svg height="24" width="24" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" fill="#f55f67" fill-opacity=".95" r="7"/>
<path d="m8.0015728 8.0001169h1.03125c.254951.0112.50987.12858.6875.3125l2.2812502 2.2812501 2.3125-2.2812501c.265625-.2305.446672-.3055.6875-.3125h1v1c0 .28647-.03434.55065-.25.75l-2.28125 2.2812501 2.25 2.25c.188188.18817.281242.45345.28125.71875v1h-1c-.265301-.00001-.530586-.0931-.71875-.28125l-2.28125-2.28125-2.2812502 2.28125c-.188164.18819-.45346.28125-.71875.28125h-1v-1c-.000003-.26529.09306-.53058.28125-.71875l2.2812502-2.25-2.2812502-2.2812501c-.210742-.19463-.30316-.46925-.28125-.75z" opacity=".25"/>
</svg>

After

Width:  |  Height:  |  Size: 657 B

View File

@@ -0,0 +1,4 @@
<svg height="24" width="24" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" fill="#f55f67" fill-opacity=".9" r="7"/>
<path d="m8.0015728 8.0001169h1.03125c.254951.0112.50987.12858.6875.3125l2.2812502 2.2812501 2.3125-2.2812501c.265625-.2305.446672-.3055.6875-.3125h1v1c0 .28647-.03434.55065-.25.75l-2.28125 2.2812501 2.25 2.25c.188188.18817.281242.45345.28125.71875v1h-1c-.265301-.00001-.530586-.0931-.71875-.28125l-2.28125-2.28125-2.2812502 2.28125c-.188164.18819-.45346.28125-.71875.28125h-1v-1c-.000003-.26529.09306-.53058.28125-.71875l2.2812502-2.25-2.2812502-2.2812501c-.210742-.19463-.30316-.46925-.28125-.75z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 654 B

View File

@@ -0,0 +1,3 @@
<svg height="24" width="24" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" fill="#f46067" r="7"/>
</svg>

After

Width:  |  Height:  |  Size: 120 B

View File

@@ -0,0 +1,4 @@
<svg height="24" width="24" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" fill="#2eb398" fill-opacity=".95" r="7"/>
<path d="m12 7.7871094v3.3945316c0 .45033.368013.818359.818359.818359h3.394532zm-4.2128906 4.2128906 4.2128906 4.212891v-3.394532c0-.45033-.368013-.818359-.818359-.818359z" opacity=".25"/>
</svg>

After

Width:  |  Height:  |  Size: 330 B

View File

@@ -0,0 +1,4 @@
<svg height="24" width="24" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" fill="#2eb398" fill-opacity=".9" r="7"/>
<path d="m12 7.7871094v3.3945316c0 .45033.368013.818359.818359.818359h3.394532zm-4.2128906 4.2128906 4.2128906 4.212891v-3.394532c0-.45033-.368013-.818359-.818359-.818359z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 327 B

View File

@@ -0,0 +1,3 @@
<svg height="24" width="24" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" fill="#2eb398" fill-opacity=".95" r="7"/>
</svg>

After

Width:  |  Height:  |  Size: 139 B

View File

@@ -0,0 +1,4 @@
<svg height="24" width="24" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" fill="#fac536" fill-opacity=".95" r="7"/>
<path d="m9 11v2h6v-2z" opacity=".25"/>
</svg>

After

Width:  |  Height:  |  Size: 181 B

View File

@@ -0,0 +1,4 @@
<svg height="24" width="24" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" fill="#fbc536" fill-opacity=".9" r="7"/>
<path d="m9 11v2h6v-2z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 178 B

View File

@@ -0,0 +1,3 @@
<svg height="24" width="24" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" fill="#fac536" fill-opacity=".95" r="7"/>
</svg>

After

Width:  |  Height:  |  Size: 139 B

View File

@@ -0,0 +1,40 @@
.window-button .icon {
width: 24px;
height: 24px;
}
.close .icon {
background-image: url("close.svg");
}
.close:hover .icon {
background-image: url("close-hover.svg");
}
.close:active .icon {
background-image: url("close-active.svg");
}
.minimize .icon {
background-image: url("minimize.svg");
}
.minimize:hover .icon {
background-image: url("minimize-hover.svg");
}
.minimize:active .icon {
background-image: url("minimize-active.svg");
}
.maximize .icon {
background-image: url("maximize.svg");
}
.maximize:hover .icon {
background-image: url("maximize-hover.svg");
}
.maximize:active .icon {
background-image: url("maximize-active.svg");
}