Skip to content

Commit

Permalink
Disabled buttons are now greyed out
Browse files Browse the repository at this point in the history
Fixes #23, #15
  • Loading branch information
epkRichi committed Nov 13, 2023
1 parent cf19ca9 commit b8bec0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webgui/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
height: 25px;
}

.control-button:disabled {
background-color: #aaaaaa !important;
}

nav {
background-color: var(--bs-secondary-bg);
}
Expand Down

0 comments on commit b8bec0b

Please sign in to comment.