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

Add help title-bar button (#72)

* newlines

* add now.json

* add newlines

* remove now.json

* re-add now.json with version field
This commit is contained in:
Jordan Scales
2020-04-28 12:17:40 -04:00
committed by GitHub
parent 12af45910d
commit bfd5340a76
4 changed files with 28 additions and 0 deletions

View File

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