yes switch to bootstrap blue again (same as link colour in default light redbasic schema). using link_colour for yes switch didnt work on dark schemas (displayes as white on white).
This commit is contained in:
parent
2d38e58adb
commit
e3a559128d
@ -2336,5 +2336,5 @@ aside .nav > li > a:hover, aside .nav > li > a:focus {
|
|||||||
|
|
||||||
.field.checkbox > div > input:checked + label .onoffswitch-switch {
|
.field.checkbox > div > input:checked + label .onoffswitch-switch {
|
||||||
right: 0px;
|
right: 0px;
|
||||||
background-color: $link_colour;
|
background-color: #337AB7;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user