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 1b8ab61 commit a96bef6Copy full SHA for a96bef6
src/yafowil/bootstrap/common.py
@@ -61,6 +61,8 @@ def configure_factory():
61
# yafowil.widget.dict
62
factory.defaults['dict.table_class'] = \
63
'dictwidget table table-condensed'
64
+ factory.defaults['dict.key_class'] = 'form-control'
65
+ factory.defaults['dict.value_class'] = 'form-control'
66
67
# yafowil.widget.datetime
68
factory.defaults['datetime.datepicker_class'] = 'datepicker form-control'
0 commit comments