Copy link to clipboard
Copied
We have a user who is visually impaired and has some problems in using this Forums. Please follow the link http://forums.adobe.com/thread/927193?tstart=0 to get more detailed information.
Copy link to clipboard
Copied
I have replied but I am not sure the OP can read it because it is in black characters on white and I am not sure if screen reader is enabaled on these forums.
hth
Copy link to clipboard
Copied
Use the Accessibility features of your browser to set up a personal User Defined stylesheet which always overrides the web page author's CSS in any web page.
e.g.
the Title box and Login page in these forums uses the <input> tag.
So set up a user defined style for the <input> tag defining a dark background.
Create a user defined stylesheet and add the following code
input { background-color: #333; } /* #333 is dark grey - set to whatever color you prefer */
Then tell the browser to use your user defined stylesheet at all times
e.g. Internet Explorer
Tools > Internet Options
Under "Appearance", click the Accessibility button
Then tell IE where to find your personal (user defined) stylesheet