This commit is contained in:
davedatum
2019-10-27 18:42:12 +00:00
parent ed840f7431
commit 345b648251
208 changed files with 0 additions and 4553 deletions

View File

@@ -1,4 +0,0 @@
<svg fill="#fff" height="24" width="24" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" opacity=".3" r="10"/>
<path d="m8.41 7-1.41 1.41 3.59 3.59-3.59 3.59 1.41 1.41 3.59-3.59 3.59 3.59 1.41-1.41-3.59-3.59 3.59-3.59-1.41-1.41-3.59 3.59z"/>
</svg>

Before

Width:  |  Height:  |  Size: 264 B

View File

@@ -1,4 +0,0 @@
<svg fill="#fff" height="24" width="24" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" opacity=".15" r="10"/>
<path d="m8.41 7-1.41 1.41 3.59 3.59-3.59 3.59 1.41 1.41 3.59-3.59 3.59 3.59 1.41-1.41-3.59-3.59 3.59-3.59-1.41-1.41-3.59 3.59z"/>
</svg>

Before

Width:  |  Height:  |  Size: 265 B

View File

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

Before

Width:  |  Height:  |  Size: 229 B

View File

@@ -1,4 +0,0 @@
<svg fill="#fff" height="24" width="24" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" opacity=".3" r="10"/>
<path d="m8 8v8h8v-8zm2 2h4v4h-4z"/>
</svg>

Before

Width:  |  Height:  |  Size: 170 B

View File

@@ -1,4 +0,0 @@
<svg fill="#fff" height="24" width="24" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" opacity=".15" r="10"/>
<path d="m8 8v8h8v-8zm2 2h4v4h-4z"/>
</svg>

Before

Width:  |  Height:  |  Size: 171 B

View File

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

Before

Width:  |  Height:  |  Size: 135 B

View File

@@ -1,4 +0,0 @@
<svg fill="#fff" height="24" width="24" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" opacity=".3" r="10"/>
<path d="m8 14h8v2h-8z"/>
</svg>

Before

Width:  |  Height:  |  Size: 159 B

View File

@@ -1,4 +0,0 @@
<svg fill="#fff" height="24" width="24" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" opacity=".15" r="10"/>
<path d="m8 14h8v2h-8z"/>
</svg>

Before

Width:  |  Height:  |  Size: 160 B

View File

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

Before

Width:  |  Height:  |  Size: 124 B

View File

@@ -1,40 +0,0 @@
.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");
}