orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
511 stars 220 forks source link

Increase contrast ratio for field borders, buttons, labels #6332

Open avernet opened 1 month ago

avernet commented 1 month ago

+1 from customer

avernet commented 3 weeks ago

Previously, I introduced @minGrayOnWhite: #949494 and set @fieldBorderColor: @minGrayOnWhite, which we don't like. Before this change, we had @fieldBorderColor: @inputBorder and @inputBorder: #ccc. I'm replacing @minGrayOnWhite with a CSS variable, --fr-min-gray-on-white, and setting it to #ccc by default. This essentially reverts the changes to the border color while making it easier to change with CSS.