Skip to content

Commit

Permalink
Merge branch 'fix/greyed_out_buttons' into 'main'
Browse files Browse the repository at this point in the history
Disabled buttons are now greyed out

Closes #23 and #15

See merge request es/lehre/rechnerarchitektur/architecture-simulator!8
  • Loading branch information
epkRichi committed Nov 13, 2023
2 parents cf19ca9 + b8bec0b commit 40a35c1
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 40a35c1

Please sign in to comment.