Results 1 to 10 of 12

Hybrid View

  1. #1
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,536
    Plugin Contributions
    127

    Default Admin accessibility

    I was told by a customer who has red-green deficiency that the enabled/disabled icons in the admin don't have sufficient contrast. I'll post a set of new images soon.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,536
    Plugin Contributions
    127

    Default Re: Admin accessibility

    Hmm... thought there were images but they're just color codes in the stylesheet.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #3
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default Re: Admin accessibility

    Quote Originally Posted by swguy View Post
    Hmm... thought there were images but they're just color codes in the stylesheet.
    As someone with a red-green issue, I share the concerns. I would love to see that be a graphic. I have to hover over the item to see if its disabled or not.

  4. #4
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,915
    Plugin Contributions
    13

    Default Re: Admin accessibility

    i wonder if these colors might be better:

    Code:
    .txt-status-off{
      color: #e31c3d;
    }
    .txt-status-on{
      color:   #32cd32;
    }
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  5. #5
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,536
    Plugin Contributions
    127

    Default Re: Admin accessibility

    I'll post the changes once we have agreement.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,949
    Plugin Contributions
    96

    Default Re: Admin accessibility

    I'll suggest using an FA-icon (like fa-ban for disabled and fa-check for enabled) underneath that coloring to give a better 'hint' as to the button's functionality/display.,

  7. #7
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Admin accessibility

    Quote Originally Posted by swguy View Post
    I'll post the changes once we have agreement.
    I agrees for FA need with @Lat9

    508 color is different with color and character. we did the same for maps.. character, color or SVG... both SVG and FA responsive.

    like:
    Code:
    <i class="fa fa-user-circle-o fa-lg" style="color:rgba(17,59,217,1);"></i>
    Dave
    Always forward thinking... Lost my mind!

 

 

Similar Threads

  1. v157 Accessibility Statement - where and how to place?
    By pazdar in forum Upgrading to 1.5.x
    Replies: 3
    Last Post: 6 Oct 2020, 11:39 PM
  2. Accessibility issues
    By pazdar in forum Upgrading to 1.5.x
    Replies: 2
    Last Post: 17 Sep 2020, 07:50 PM
  3. Replies: 4
    Last Post: 15 Sep 2020, 06:08 PM
  4. v154 Accessibility - Are there plugins for increasing font-size and contrast?
    By gunni in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 10 Oct 2016, 03:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg