Added maximize disabled styling

This commit is contained in:
Vincent Langlois 2024-01-21 12:15:48 -05:00
parent 09f403c086
commit 479ff657c3
2 changed files with 10 additions and 0 deletions

View file

@ -266,6 +266,12 @@ input[type="reset"]:disabled,
background-position: top 2px left 3px;
}
.title-bar-controls button[aria-label="Maximize"]:disabled {
background-image: svg-load("./icon/maximize-disabled.svg");
background-repeat: no-repeat;
background-position: top 2px left 3px;
}
.title-bar-controls button[aria-label="Restore"] {
background-image: svg-load("./icon/restore.svg");
background-repeat: no-repeat;