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:
jeroenpraat 2015-03-03 23:32:40 +01:00
parent 2d38e58adb
commit e3a559128d

View File

@ -2336,5 +2336,5 @@ aside .nav > li > a:hover, aside .nav > li > a:focus {
.field.checkbox > div > input:checked + label .onoffswitch-switch {
right: 0px;
background-color: $link_colour;
background-color: #337AB7;
}