Opened 15 years ago
Closed 13 years ago
#11645 closed defect (bug) (duplicate)
Admin style, input fields and dark OS themes
Reported by: | tonyf12 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0.1 |
Component: | Accessibility | Keywords: | has-patch close |
Focuses: | Cc: |
Description
On the ACP, if you are using a dark OS theme (for example the HumanLogin theme included in Ubuntu), many of the form fields have an explicit background-color:#FFFFFF
set. On most dark themes, the default font color is also white, so this causes the form fields to be displayed as white text on white background.
Possible fixes:
Remove the explicit background-color declaraton.
or
Add an explicit color:black declaration
Attachments (2)
Change History (21)
#2
@
15 years ago
- Component changed from General to Accessibility
Then we need to reset the foreground colors as well.
Related: #10881
#3
@
15 years ago
- Keywords needs-patch reporter-feedback added
- Milestone changed from Unassigned to 3.0
Can you please make a screenshot and upload it?
#5
@
15 years ago
I tried to duplicate this issue on several OS's and browsers and all I found was that on certain high contrast settings this issue exists.
Ubuntu 9.10 64 bit high contrast, only firefox is effected, tested fine on ie and ff on windows 7
http://rfair.homelinux.com/blog/wp-admin-issues/acp-color-issues-ticket-11645/
#8
@
14 years ago
- Keywords reporter-feedback removed
- Version changed from 2.9 to 3.0.1
A bit of further feedback:
Chrome is unaffected, as are most of the windows browsers. Firefox on Linux uses the OS controls however, so is affected. Also still exists as of 3.0.1
Screenshots:
http://anyhub.net/file/quickpress.png
http://anyhub.net/file/3title.png
http://anyhub.net/file/excerpt.png
#9
follow-up:
↓ 10
@
14 years ago
- Version changed from 3.0.1 to 2.9
Actually, just totally ignore that, I misread the issue I reported myself. Sorry, how do I delete comments?
#10
in reply to:
↑ 9
@
14 years ago
- Version changed from 2.9 to 3.0.1
Replying to tonyf12:
Actually, just totally ignore that, I misread the issue I reported myself. Sorry, how do I delete comments?
*sigh* Ok, I'm really sorry, but turns out I was right with the files the first time.
#13
@
14 years ago
Attached possible fix. I don't have Linux to test it with, so someone else may have to do that.
Trac stripped out some newlines I didn't expect. I hope it's still readable.