Skip to content

Commit

Permalink
Disabled delete button until selection
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronk committed Sep 3, 2024
1 parent 7d57697 commit e79305b
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
#organizations {
width: 400px;
}
#delete-selected {
color: red;
}
#delete-selected:disabled {
color: grey;
}
.result-header {
font-size: 12pt;
font-weight: bold;
Expand All @@ -53,6 +59,7 @@
.righty {
position: relative;
float: right;
margin-left: 1em;
}
.dt-input {
margin: 0 0 0 1em;
Expand Down

0 comments on commit e79305b

Please sign in to comment.