Jump to content
  • 0

<select> Elements are Black on Black


Woz 1st MRB

Question

Removing the background property from ".ipsApp select:not([multiple])" will make all dropdowns look normal and readable again. (Note: It seems like this style appears twice in the css and must be removed in both places).

.ipsApp select:not( [multiple] ) {
    -webkit-appearance: button;
    height: 33px;
    line-height: 1;
    background: #282828; <- remove this line to solve the issue
    background-position: right center;
    background-size: 18px 9px, 100% 100%;
    background-repeat: no-repeat, repeat;
    cursor: pointer;
    padding: 7px 30px 7px 7px;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    border: 1px solid #393939;
}

Before:

lF30X2I.png

 

After:

xFOCtdm.png

Edited by Woz 1st MRB
  • Upvote 1
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...