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:
@ -57,6 +57,6 @@
|
||||
}
|
||||
|
||||
.control-off {
|
||||
background: #6c757d !important;
|
||||
background: transparent !important;
|
||||
border-color: #6c757d !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user