mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-07-12 09:38 pm

[dw-nonfree] Tropo purple 'create account' button unreadable

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/64b23167587d]

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

Fix coloring of create account button in Tropospherical Purple.

Patch by [personal profile] rho.

Files modified:
  • htdocs/stc/tropo/purple.css
--------------------------------------------------------------------------------
diff -r a12f6da84eaf -r 64b23167587d htdocs/stc/tropo/purple.css
--- a/htdocs/stc/tropo/purple.css	Sun Jul 12 21:31:50 2009 +0000
+++ b/htdocs/stc/tropo/purple.css	Sun Jul 12 21:38:01 2009 +0000
@@ -807,7 +807,7 @@ table#support-highscores {
 
 .appwidget-createaccount .create-button {
     color: #444;
-    background-color: #5e3da6;
+    background-color: #f3d2fc;
 }
 
 .appwidget-createaccountprogressmeter .step-block-active {
@@ -1241,4 +1241,4 @@ div.ContextualPopup div.Inner a, div.Con
 .tagbox_nohist
 {
     background-color: #eee;
-}
\ No newline at end of file
+}
--------------------------------------------------------------------------------