WBCE / WBCE_CMS

Core package of WBCE CMS. This package includes the core and the default addons. Visit https://wbce.org (DE) or https://wbce-cms.org (EN) to learn more or to join the WBCE CMS community.
https://wbce-cms.org
GNU General Public License v2.0
31 stars 22 forks source link

Remove inline styles from captcha output #484

Closed instantflorian closed 3 years ago

instantflorian commented 4 years ago

The captcha module puts inline styles into its output, which makes it hard to style the input to one's needs (in line 162, 175, 185). Disregarding the tables at least this has to be changed to a more timely way if formatting, e.g. adding a class definition to the input instead of an inline style.

ghost commented 3 years ago

class definition to the input fields are already implemented