Fix display issue with form button renderings
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 26 Oct 2022 10:09:12 +0000 (12:09 +0200)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 26 Oct 2022 10:09:12 +0000 (12:09 +0200)
commit0ee8ebac2090682fb9ad568f8e98d1f8120037c6
treeb1ff18c6d8c1662b4d8fdebceb2bd995d9f46c20
parent618df8666aa0e51c29d49f142ddea6023d5b66e7
Fix display issue with form button renderings

This was likely introduced with 5389adf8 and dark mode, as
the "!important" on all input elements was overriding the
desired styles for the submission buttons in light mode.
But forcing that style is really not that important, so
we can let CSS do it's thing to render the button in its
desired state.

Reported-by: Andreas 'ads' Scherbaum <ads@pgug.de>
media/css/main.css