# HG changeset patch # User Dan # Date 1191500545 14400 # Node ID bed9d04fa144d66bbe1bf050f5f32d7f53419d4c # Parent 87a988ca4ff479a0ff753ac72c6c2619bd1bda95 Fixed text colors on pages when dark system themes are used (bug could be seen using MurrinaNightOrange on an Ubuntu system) diff -r 87a988ca4ff4 -r bed9d04fa144 themes/oxygen/css/bleu.css --- 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; } diff -r 87a988ca4ff4 -r bed9d04fa144 themes/printable/css/default.css --- 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; } diff -r 87a988ca4ff4 -r bed9d04fa144 themes/stpatty/css/shamrock.css --- 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;