Fixed text colors on pages when dark system themes are used (bug could be seen using MurrinaNightOrange on an Ubuntu system)
--- a/themes/oxygen/css/bleu.css Mon Oct 01 23:52:25 2007 -0400
+++ b/themes/oxygen/css/bleu.css Thu Oct 04 08:22:25 2007 -0400
@@ -6,7 +6,7 @@
/* The basics */
html,body { height: 100%; }
-body { margin: 0; padding: 0; background: url(../images/bleu/bg.png); font-family: trebuchet ms, verdana, arial, helvetica, sans-serif; font-size: 9pt; }
+body { /* color added in 1.0.2 to fix light text in dark desktop themes */ color: #202020; margin: 0; padding: 0; background: url(../images/bleu/bg.png); font-family: trebuchet ms, verdana, arial, helvetica, sans-serif; font-size: 9pt; }
.holder { border: 1px solid #CCCCCC; padding: 1px; background-color: #FFFFFF; color: #444444 }
div.pad { padding: 10px; }
table#title { margin: 0; padding: 0; height: 100px; background-color: #90B0D0; text-align: center; }
--- a/themes/printable/css/default.css Mon Oct 01 23:52:25 2007 -0400
+++ b/themes/printable/css/default.css Thu Oct 04 08:22:25 2007 -0400
@@ -6,7 +6,7 @@
/* The basics */
html,body { height: 100%; }
-body { margin: 0; padding: 0; background-color: #FFFFFF; font-family: trebuchet ms, verdana, arial, helvetica, sans-serif; font-size: 9pt; }
+body { /* color added in 1.0.2 to fix light text in dark desktop themes */ color: #202020; margin: 0; padding: 0; background-color: #FFFFFF; font-family: trebuchet ms, verdana, arial, helvetica, sans-serif; font-size: 9pt; }
.holder { border: 1px solid #CCCCCC; padding: 1px; background-color: #FFFFFF; color: #444444 }
div.pad { padding: 10px; }
table#title { margin: 0; padding: 0; height: 100px; background-color: #90B0D0; text-align: center; }
--- a/themes/stpatty/css/shamrock.css Mon Oct 01 23:52:25 2007 -0400
+++ b/themes/stpatty/css/shamrock.css Thu Oct 04 08:22:25 2007 -0400
@@ -16,6 +16,8 @@
}
body {
background-color: #101d14;
+ /* color added in 1.0.2 to fix light text in dark desktop themes */
+ color: #202020;
background-image: url(../images/bghatching.gif);
background-repeat: repeat;
font-family: "Lucida Sans Unicode", sans-serif;