Bootstrap migration btn-default to btn-secondary

This commit is contained in:
Simone Mainardi 2019-11-28 15:57:39 +01:00
parent 2639d49e4a
commit 6d36e7cb76
19 changed files with 62 additions and 63 deletions

View file

@ -210,9 +210,9 @@ function flow_callbacks_utils.print_callbacks_config()
if show_advanced_prefs then
cls_on = cls_on..' btn-primary active'
cls_off = cls_off..' btn-default'
cls_off = cls_off..' btn-secondary'
else
cls_on = cls_on..' btn-default'
cls_on = cls_on..' btn-secondary'
cls_off = cls_off..' btn-primary active'
end