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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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");