Add title-bar restore icon (#83)
This commit is contained in:
parent
5803325c95
commit
5fcf41146e
3 changed files with 31 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue