Add window icons from SerenityOs

master
Manos Pitsidianakis 2020-07-10 16:12:55 +03:00
parent 6a379d61d6
commit 3a1bf315aa
Signed by: Manos Pitsidianakis
GPG Key ID: 73627C2F690DF710
1 changed files with 18 additions and 0 deletions

View File

@ -31,6 +31,24 @@
--color-dark-escape-keycap: var(--colorDarkGray);
}
.title-bar-controls button[aria-label="Close"] {
background-position: top -2px center;
background-size: 100%;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -0.5 16 16' shape-rendering='crispEdges'%3E%3Cpath stroke='%23000' d='M4 5h2m4 0h2M4 6h3m2 0h3M5 7h6M6 8h4M6 9h4m-5 1h6m-7 1h3m2 0h3m-8 1h2m4 0h2'/%3E%3C/svg%3E");
}
.title-bar-controls button[aria-label="Maximize"] {
background-position: top -2px center;
background-size: 100%;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -0.5 16 16' shape-rendering='crispEdges'%3E%3Cdefs/%3E%3Cpath stroke='%23000' d='M7 7h2M6 8h4M5 9h6'/%3E%3C/svg%3E");
}
.title-bar-controls button[aria-label="Minimize"] {
background-position: top -1px center;
background-size: 100%;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -0.5 16 16' shape-rendering='crispEdges'%3E%3Cdefs/%3E%3Cpath stroke='%23000' d='M5 7h6M6 8h4M7 9h2'/%3E%3C/svg%3E");
}
#terminal {
width: calc(100% - 4px);
height: calc(100% - 22px);