feat: Indicate buttons which are not implemented
Buttons are greyed out and labelled accordingly.
This commit is contained in:
parent
9ee787ccce
commit
c3cfdbdc3c
3 changed files with 43 additions and 39 deletions
|
|
@ -45,6 +45,10 @@ body {
|
|||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.fab-icon-holder.disabled {
|
||||
background: #333333
|
||||
}
|
||||
|
||||
.fab-icon-holder .icon {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue