Author: dbkr
Date: 2006-08-09 11:48:28 +0000 (Wed, 09 Aug 2006)
New Revision: 9991

Modified:
   trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/theme.css
Log:
Sky theme: Make backed off connection not be red and angry. Make 'Too new' 
connections a bit more angry coloured.


Modified: 
trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/theme.css
===================================================================
--- trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/theme.css     
2006-08-09 11:07:47 UTC (rev 9990)
+++ trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/theme.css     
2006-08-09 11:48:28 UTC (rev 9991)
@@ -307,11 +307,11 @@
 }

 table.darknet_connections span.peer_backedoff {
-       color: #ff0000;
+       color: #706000;
 }

 table.darknet_connections span.peer_too_new {
-       color: #d0a0a0;
+       color: #d03333;
 }

 table.darknet_connections span.peer_too_old {


Reply via email to