mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
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:
parent
c3c4db52ec
commit
eaf370637e
1 changed files with 5 additions and 0 deletions
|
@ -156,6 +156,11 @@ textarea.form-control {
|
||||||
|
|
||||||
.form-check-input {
|
.form-check-input {
|
||||||
background-color: $dark-bg2;
|
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 {
|
.form-switch .form-check-input {
|
||||||
|
|
Loading…
Reference in a new issue