feat: Indicate buttons which are not implemented

Buttons are greyed out and labelled accordingly.
This commit is contained in:
Marty Oehme 2025-07-22 10:37:05 +02:00
parent 9ee787ccce
commit c3cfdbdc3c
Signed by: Marty
GPG key ID: 4E535BC19C61886E
3 changed files with 43 additions and 39 deletions

View file

@ -45,6 +45,10 @@ body {
opacity: 0.8;
}
.fab-icon-holder.disabled {
background: #333333
}
.fab-icon-holder .icon {
display: flex;
align-items: center;