diff --git a/icon/maximize-disabled.svg b/icon/maximize-disabled.svg new file mode 100644 index 0000000..8a65ef5 --- /dev/null +++ b/icon/maximize-disabled.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/style.css b/style.css index 9d50c03..93719fa 100644 --- a/style.css +++ b/style.css @@ -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;