Author: dbkr
Date: 2008-04-19 18:27:54 +0000 (Sat, 19 Apr 2008)
New Revision: 19441

Modified:
   trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/theme.css
Log:
Don't use funny text colours in the status headers - they were ending up the 
same as the background colour!


Modified: 
trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/theme.css
===================================================================
--- trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/theme.css   
2008-04-19 17:28:52 UTC (rev 19440)
+++ trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/theme.css   
2008-04-19 18:27:54 UTC (rev 19441)
@@ -53,7 +53,6 @@

 .infobox-success .infobox-header {
        background-color: #afa;
-       color: #040;
 }

 .infobox-success .infobox-content {
@@ -62,17 +61,12 @@

 .infobox-error .infobox-header {
        background-color: #f00;
-       color: #ff0;
 }

 .infobox-error .infobox-content, .infobox-alert .infobox-content {
        background-color: #fcc;
 }

-.infobox-alert .infobox-header {
-       color: #f00;
-}
-
 #topbar, #navbar, .infobox-content, ul.config {
        border: solid 1px #000;
        padding: 10px 13px;


Reply via email to