Added
- The screen parts `continue button color`, `resume button color`,
`help button color`, and `back button color`.
- The question modifiers `continue button color` and `resume button
color`.
- Additional options `labelauty` and `labelauty nota` under the
`button colors` Configuration directive.
Changed
- Items in multiple choice lists, when expressed as a dictionary, can
now include keys `css class` and `color`. The HTML element for the
item will have the `css class` as a CSS class. The `color` is
expected to be a Bootstrap color name. This will change the
background color of the HTML element, unless the element is an
`<option>` element. The `css class` and `color` keys have no effect
on combobox items.
- Buttons in `action buttons` can be modified with a `css class`.