kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2010-10-19 01:38 pm

[dw-free] Fluid Measure: text unreadable in comment headers in several themes

[commit: http://hg.dwscoalition.org/dw-free/rev/67719426bebb]

http://bugs.dwscoalition.org/show_bug.cgi?id=3069

Apply property color_comment_title (same as color_entry_title in existing
themes).

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/fluidmeasure/layout.s2
  • bin/upgrading/s2layers/fluidmeasure/themes.s2
--------------------------------------------------------------------------------
diff -r 53089f426d2c -r 67719426bebb bin/upgrading/s2layers/fluidmeasure/layout.s2
--- a/bin/upgrading/s2layers/fluidmeasure/layout.s2	Tue Oct 19 08:22:00 2010 -0500
+++ b/bin/upgrading/s2layers/fluidmeasure/layout.s2	Tue Oct 19 08:38:34 2010 -0500
@@ -348,10 +348,11 @@ padding-top: 2em; } /*die in a fire, IE7
     background-color: $*color_comment_title_background;
     border: 1px solid $*color_comment_title_background;
     border-radius: 1em;
+    color: $*color_comment_title;
     -moz-border-radius: 1em;
     -webkit-border-radius: 1em;
     -khtml-border-radius: 1em; }
-.comment-title a { color: $*color_entry_title; }
+.comment-title a { color: $*color_comment_title; }
 .partial .comment-title { display: inline; margin: -.5em 0 0 0; }
 
 .partial .comment-title h4 {
diff -r 53089f426d2c -r 67719426bebb bin/upgrading/s2layers/fluidmeasure/themes.s2
--- a/bin/upgrading/s2layers/fluidmeasure/themes.s2	Tue Oct 19 08:22:00 2010 -0500
+++ b/bin/upgrading/s2layers/fluidmeasure/themes.s2	Tue Oct 19 08:38:34 2010 -0500
@@ -39,6 +39,7 @@ set color_entry_text = "be7303";
 set color_entry_text = "be7303";
 set color_entry_title = "#1f2727";
 set color_entry_title_background = "#1f6b68";
+set color_comment_title = "#1f2727";
 set color_comment_title_background = "#1f6b68";
 
 ##===============================
@@ -97,6 +98,7 @@ set color_entry_text = "#d2cdc7";
 set color_entry_text = "#d2cdc7";
 set color_entry_title = "#101413";
 set color_entry_title_background = "#818a8f";
+set color_comment_title = "#101413";
 set color_comment_title_background = "#818a8f";
 
 ##===============================
@@ -155,6 +157,7 @@ set color_entry_text = "#233535";
 set color_entry_text = "#233535";
 set color_entry_title = "#818a8f";
 set color_entry_title_background = "#101413";
+set color_comment_title = "#818a8f";
 set color_comment_title_background = "#101413";
 
 ##===============================
@@ -201,6 +204,7 @@ set color_entry_border = "#eee";
 set color_entry_border = "#eee";
 set color_entry_title = "#fff";
 set color_entry_title_background = "#5a9181";
+set color_comment_title = "#fff";
 set color_comment_title_background = "#346348";
 
 ##===============================
@@ -274,6 +278,7 @@ set color_entry_border = "#efece0";
 set color_entry_border = "#efece0";
 set color_entry_title = "#000";
 set color_entry_title_background = "#DBBD95";
+set color_comment_title = "#000";
 set color_comment_title_background = "#DBBD95";
 
 ##===============================
@@ -337,6 +342,7 @@ set color_entry_text = "babdc4";
 set color_entry_text = "babdc4";
 set color_entry_title = "#020920";
 set color_entry_title_background = "#454f70";
+set color_comment_title = "#020920";
 set color_comment_title_background = "#454f70";
 
 ##===============================
@@ -382,6 +388,7 @@ set color_entry_border = "#eee";
 set color_entry_border = "#eee";
 set color_entry_title = "#fff";
 set color_entry_title_background = "#9c5";
+set color_comment_title = "#fff";
 set color_comment_title_background = "#9c5";
 
 ##===============================
@@ -424,6 +431,7 @@ set color_entry_border = "#eeeee9";
 set color_entry_border = "#eeeee9";
 set color_entry_title = "#fff";
 set color_entry_title_background = "#604830";
+set color_comment_title = "#fff";
 set color_comment_title_background = "#604830";
 
 ##===============================
@@ -467,6 +475,7 @@ set color_entry_border = "#eee";
 set color_entry_border = "#eee";
 set color_entry_title = "#fff";
 set color_entry_title_background = "#3F4B27";
+set color_comment_title = "#fff";
 set color_comment_title_background = "#3F4B27";
 
 ##===============================
--------------------------------------------------------------------------------