Disabled controls now have a transparent background

This allows the gray background to be an "in progress" state and stand out separately from on or off.
This commit is contained in:
2020-03-30 21:43:19 -05:00
parent 4774117bb5
commit 994fc68251

View File

@ -57,6 +57,6 @@
}
.control-off {
background: #6c757d !important;
background: transparent !important;
border-color: #6c757d !important;
}