This commit is contained in:
davedatum
2019-10-27 20:41:07 +00:00
parent 345b648251
commit 3d4faad397
208 changed files with 4553 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="#d14515" r="9"/>
<path d="m8.795 7.912-.883.883 3.205 3.205-3.204 3.205.883.883 3.204-3.205 3.205 3.205.883-.883-3.205-3.205 3.205-3.205-.883-.883-3.205 3.205z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 280 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="#eb6637" r="9"/>
<path d="m8.795 7.912-.883.883 3.205 3.205-3.204 3.205.883.883 3.204-3.205 3.205 3.205.883-.883-3.205-3.205 3.205-3.205-.883-.883-3.205 3.205z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 280 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="#dd4814" r="9"/>
<path d="m8.795 7.912-.883.883 3.205 3.205-3.204 3.205.883.883 3.204-3.205 3.205 3.205.883-.883-3.205-3.205 3.205-3.205-.883-.883-3.205 3.205z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 280 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="#5a5656" r="9"/>
<path d="m8 8v8h8v-8zm1 1h6v6h-6z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 171 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="#6c6767" r="9"/>
<path d="m8 8v8h8v-8zm1 1h6v6h-6z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 171 B

View File

@@ -0,0 +1,3 @@
<svg height="24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="m8 8v8h8v-8zm1 1h6v6h-6z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 122 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="#5a5656" r="9"/>
<path d="m8 14v1h8v-1z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 160 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="#6c6767" r="9"/>
<path d="m8 14v1h8v-1z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 160 B

View File

@@ -0,0 +1,3 @@
<svg height="24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="m8 14v1h8v-1z" fill="#fff"/>
</svg>

After

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