We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97b8d3 commit 265ffd6Copy full SHA for 265ffd6
src/yafowil/bootstrap/common.py
@@ -25,7 +25,7 @@ def configure_factory():
25
factory.defaults['select.radio_wrapper_class'] = 'radio'
26
factory.defaults['select.checkbox_wrapper_class'] = 'checkbox'
27
28
- factory.defaults['submit.class'] = 'btn btn-default'
+ factory.defaults['submit.class'] = 'btn btn-primary'
29
30
factory.defaults['email.class'] = 'email form-control'
31
@@ -84,7 +84,7 @@ def register_macros():
84
})
85
factory.register_macro('button', 'button', {
86
'button.class': 'btn',
87
- 'button.class_add': 'btn-default',
+ 'button.class_add': 'btn-primary',
88
89
90
# yafowil.widget.array
0 commit comments