[dw-nonfree] Invisible text in community settings in Gradation site skins
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/6fb0009da7c4]
http://bugs.dwscoalition.org/show_bug.cgi?id=3240
Add community settings colors to dw-nonfree site skins.
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3240
Add community settings colors to dw-nonfree site skins.
Patch by
Files modified:
- htdocs/stc/tropo/tropo-purple.css
- htdocs/stc/tropo/tropo-red.css
--------------------------------------------------------------------------------
diff -r 92106f04f1f0 -r 6fb0009da7c4 htdocs/stc/tropo/tropo-purple.css
--- a/htdocs/stc/tropo/tropo-purple.css Thu Nov 18 13:17:29 2010 +0800
+++ b/htdocs/stc/tropo/tropo-purple.css Thu Nov 18 13:31:15 2010 +0800
@@ -849,3 +849,9 @@ div.adult_warning {
.userslist-table tr.even {
background-color: #f7f7f7;
}
+
+/* For the community/settings page */
+
+.community-settings legend {
+ color: #3a155a;
+ }
diff -r 92106f04f1f0 -r 6fb0009da7c4 htdocs/stc/tropo/tropo-red.css
--- a/htdocs/stc/tropo/tropo-red.css Thu Nov 18 13:17:29 2010 +0800
+++ b/htdocs/stc/tropo/tropo-red.css Thu Nov 18 13:31:15 2010 +0800
@@ -847,3 +847,9 @@ div.adult_warning {
.userslist-table tr.even {
background-color: #fff;
}
+
+/* For the community/settings page */
+
+.community-settings legend {
+ color: #c1272d;
+ }
--------------------------------------------------------------------------------
