Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolved Accessibility: Fix contrast issue through generic_form_subtemplate.html #65

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

osbahzad
Copy link

The score for accessibility was 82, and it was improved to 85.

I Resolved this by changing the color of two classes:
(1) one class was controlling the background of the overall form, which changed to beige ('well' class)
(2) the other class was controlling the background color of the cancel button, which changed to blue ('btn btn-default')

These changes were made in the generic_form_subtemplate.html file found in:
Mayan-EDMS/mayan/apps/appearance/templates/appearance)/generic_form_subtemplate.html

Resolved #16

@osbahzad osbahzad self-assigned this Aug 11, 2022
@osbahzad osbahzad added the enhancement New feature or request label Aug 11, 2022
@osbahzad osbahzad added this to the HW1 milestone Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improving Accessibility on 'create cabinet' page by background contrast
1 participant