1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00

Add title-bar restore icon (#83)

This commit is contained in:
Juan Garay
2020-05-17 16:15:53 -03:00
committed by GitHub
parent 5803325c95
commit 5fcf41146e
3 changed files with 31 additions and 4 deletions

View File

@@ -231,6 +231,12 @@ button::-moz-focus-inner {
background-position: top 2px left 3px;
}
.title-bar-controls button[aria-label="Restore"] {
background-image: svg-load("./icon/restore.svg");
background-repeat: no-repeat;
background-position: top 2px left 3px;
}
.title-bar-controls button[aria-label="Help"] {
background-image: svg-load("./icon/help.svg");
background-repeat: no-repeat;