You've already forked 98.css
mirror of
https://github.com/jdan/98.css.git
synced 2026-05-05 06:01:22 +09:00
Added aria-label to class selectors
This commit is contained in:
10
style.css
10
style.css
@@ -255,35 +255,35 @@ input[type="reset"]:disabled,
|
||||
}
|
||||
|
||||
.title-bar-controls button[aria-label="Minimize"],
|
||||
.title-bar-controls button.minimize {
|
||||
.title-bar-controls button[aria-label].minimize {
|
||||
background-image: svg-load("./icon/minimize.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom 3px left 4px;
|
||||
}
|
||||
|
||||
.title-bar-controls button[aria-label="Maximize"],
|
||||
.title-bar-controls button.maximize {
|
||||
.title-bar-controls button[aria-label].maximize {
|
||||
background-image: svg-load("./icon/maximize.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: top 2px left 3px;
|
||||
}
|
||||
|
||||
.title-bar-controls button[aria-label="Restore"],
|
||||
.title-bar-controls button.restore {
|
||||
.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"],
|
||||
.title-bar-controls button.help {
|
||||
.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"],
|
||||
.title-bar-controls button.close {
|
||||
.title-bar-controls button[aria-label].close {
|
||||
margin-left: 2px;
|
||||
background-image: svg-load("./icon/close.svg");
|
||||
background-repeat: no-repeat;
|
||||
|
||||
Reference in New Issue
Block a user