#7471 closed defect (bug) (fixed)
Twenty Seventeen dark - members listing - Order by drop down text hard to see
Reported by: | dsided | Owned by: | mercime |
---|---|---|---|
Milestone: | 2.9 | Priority: | normal |
Severity: | normal | Version: | 2.8.2 |
Component: | Templates | Keywords: | has-patch |
Cc: |
Description
In the /members listing (members-loop) the drop down "Order by" are set white text on a light grey background. Background should be changed to 333
Attachments (4)
Change History (9)
#1
@
8 years ago
In which browser are we seeing this?
Answered my own question in Chrome FF is correctly inheriting color.
#2
@
8 years ago
- Keywords has-patch added
I've added the following css to target the drop down options background to a dark grey:
body.colors-dark #page #buddypress #members-order-by option { background-color: #333; }
Please see 7471.diff attached.
#3
@
8 years ago
@dsided yep problem is with Chrome it seems, FF is fine, revised the patch to effect a explicit color on the option element for both in the scss sheet, many thanks.
I'll commit this a little later when I have a moment.
Screen shot of members listing - dark - drop down