|
If you want to see what is wrong, chage skin for Opera to Windows Native, Turn Off user styles and change OS color
scheme to white on black (last time it is much more popular for people around me than black on gray). As you can see,
text inside elements is unreadable because Opera set color of text to black. It should be set to ButtonText
(see CSS2.1 spec. page 261). Also predefined colors in CSS which uses opera for cache, history, directory listing ...
should be se to this value (currently black). Remember: If you set foreground color, you must set background color (otherwise will be used user color which should be different from that you have been excpecting). Same for background. If you set background, please also set foreground. Another skin bug: If you set Opera to use special effects in skin and you use default skin, than button element is unchanged when mouse is over. Input element of button type change. |