generated from nhcarrigan/template
Fix reset button readability on forms pages #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Our custom CSS injection on the forms pages is making the reset button nearly impossible for users to read and interact with. We've identified the issue in our nginx configuration at
nginx/nginx/sites-available/forms.conf(line 87), where the styling is being applied.This is affecting the user experience — people shouldn't have to struggle to find or understand what the reset button does. Let's brighten this up and make sure it's clearly visible and legible against its background.
What needs to happen
Review the current CSS styling for the reset button and adjust the colors, contrast, or other visual properties to ensure:
Acceptance Criteria
Reference
nginx/nginx/sites-available/forms.conf