wifang / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

Font Color Undefined #332

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The font color of the UI buttons is undefined in the CSS file while the 
background color is defined as a light color (white?). When the operating 
system theme is dark with white font color and the browser uses the OS colors 
as default colors for form elements such as buttons and input fields, the 
button and the text on it are both white so you can't read the text. The 
problem occured using Debian linux using dark themed Xfce DE. The browser was 
Firefox 8.0.1.

Original issue reported on code.google.com by Logic...@gmail.com on 11 Dec 2011 at 8:16

GoogleCodeExporter commented 9 years ago
Thanks for reporting, I'll fix this. For now, you can fix yours by adding 
override after the style.css import:

<style>
    body {
        color: black;
    }
</style>

Original comment by samuli.j...@gmail.com on 12 Dec 2011 at 5:50

GoogleCodeExporter commented 9 years ago
Fixed in 1.8.6

Original comment by samuli.j...@gmail.com on 5 Jan 2012 at 8:43