Fixed dark mode checkbox

The border colour of the checkbox has been changed to make it more
visible to the user when the dark mode is in use.

Signed-off-by: Computroniks <mnickson@sidingsmedia.com>
This commit is contained in:
Computroniks 2022-01-27 17:40:03 +00:00
parent c3c4db52ec
commit eaf370637e
No known key found for this signature in database
GPG Key ID: AB524D88499439A1

View File

@ -156,8 +156,13 @@ textarea.form-control {
.form-check-input {
background-color: $dark-bg2;
border-color: $dark-border-color;
}
.form-check-input:checked {
border-color: $primary; // Re-apply bootstrap border
}
.form-switch .form-check-input {
background-color: #232f3b;
}