Added class button styling
This commit is contained in:
parent
fdca6782f0
commit
ec61a0d596
1 changed files with 2 additions and 1 deletions
|
|
@ -267,7 +267,8 @@ input[type="reset"]:disabled,
|
||||||
background-position: top 2px left 3px;
|
background-position: top 2px left 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-bar-controls button[aria-label="Maximize"]:disabled {
|
.title-bar-controls button[aria-label="Maximize"]:disabled,
|
||||||
|
.title-bar-controls button[aria-label].maximize:disabled {
|
||||||
background-image: svg-load("./icon/maximize-disabled.svg");
|
background-image: svg-load("./icon/maximize-disabled.svg");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: top 2px left 3px;
|
background-position: top 2px left 3px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue