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="#f2ac71" r="9"/>
<path d="m15.75 9.3075-1.0575-1.0575-2.6925 2.6925-2.6925-2.6925-1.0575 1.0575 2.6925 2.6925-2.6925 2.6925 1.0575 1.0575 2.6925-2.6925 2.6925 2.6925 1.0575-1.0575-2.6925-2.6925z" fill="#342c27"/>
</svg>

After

Width:  |  Height:  |  Size: 318 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="#f49747" r="9"/>
<path d="m15.75 9.3075-1.0575-1.0575-2.6925 2.6925-2.6925-2.6925-1.0575 1.0575 2.6925 2.6925-2.6925 2.6925 1.0575 1.0575 2.6925-2.6925 2.6925 2.6925 1.0575-1.0575-2.6925-2.6925z" fill="#342c27"/>
</svg>

After

Width:  |  Height:  |  Size: 318 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="#f6811e" r="9"/>
<path d="m15.75 9.3075-1.0575-1.0575-2.6925 2.6925-2.6925-2.6925-1.0575 1.0575 2.6925 2.6925-2.6925 2.6925 1.0575 1.0575 2.6925-2.6925 2.6925 2.6925 1.0575-1.0575-2.6925-2.6925z" fill="#342c27"/>
</svg>

After

Width:  |  Height:  |  Size: 318 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="#d0cfcf" opacity=".7" r="9"/>
<path d="m8 8v8h8v-8zm2 2h4v4h-4z" fill="#574f4a"/>
</svg>

After

Width:  |  Height:  |  Size: 187 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="#d0cfcf" opacity=".5" r="9"/>
<path d="m8 8v8h8v-8zm2 2h4v4h-4z" fill="#574f4a"/>
</svg>

After

Width:  |  Height:  |  Size: 187 B

View File

@@ -0,0 +1,3 @@
<svg height="24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="m8 8v8h8v-8zm2 2h4v4h-4z" fill="#574f4a" opacity=".7"/>
</svg>

After

Width:  |  Height:  |  Size: 138 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="#d0cfcf" opacity=".7" r="9"/>
<path d="m8 14h8v2h-8z" fill="#574f4a"/>
</svg>

After

Width:  |  Height:  |  Size: 176 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="#d0cfcf" opacity=".5" r="9"/>
<path d="m8 14h8v2h-8z" fill="#574f4a"/>
</svg>

After

Width:  |  Height:  |  Size: 176 B

View File

@@ -0,0 +1,3 @@
<svg height="24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="m8 14h8v2h-8z" fill="#574f4a" opacity=".7"/>
</svg>

After

Width:  |  Height:  |  Size: 127 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");
}