From 00d99fb1a91a2aee209cfd349be81f22d05c3366 Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Thu, 9 Jul 2009 20:43:59 +0000
Subject: [PATCH] Enhancements to the dark blue I2P tunnel theme.

---
 .../resources/themes/console/dark/default.css | 43 +++++++++++++++++--
 1 file changed, 39 insertions(+), 4 deletions(-)

diff --git a/installer/resources/themes/console/dark/default.css b/installer/resources/themes/console/dark/default.css
index 1f8f3e1cb6..0b17efa1f1 100644
--- a/installer/resources/themes/console/dark/default.css
+++ b/installer/resources/themes/console/dark/default.css
@@ -142,16 +142,16 @@ hr {
     border : 1px solid #9999ff;
 		padding: 2px;
 		margin: 4px 0 2px 4px;
-		background-color: #fff;
+		background-color: #002;
 		font-family: "Lucida Console", Courier, mono;
 		font-weight: bold;
 }
 
 .control {
     margin :  0 4px 0 0;
-    padding : 2px 0 2px 0;
+    padding : 0 0 2px 0;
     overflow : hidden;
-    height : 22px;
+    height : 20px; 
     width :  60px;
     font-weight : normal;
     background-color :  #bbbbff;
@@ -246,4 +246,39 @@ color:#ff6600
 a:link{color:#99f}
 a:visited{color:#7bb}
 a:hover{color:#ff6600}
-a:active{color:#900}
\ No newline at end of file
+a:active{color:#900}
+
+input {
+background-color: #002;
+color: #eef;
+margin: 0 2px 0 2px;
+font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
+font-weight: bold;
+border: 1px solid #99f;
+padding: 0px 2px 1px 2px;
+background-color: #001;
+text-decoration: none;
+}
+
+input hover {
+background-color: #f00;
+color: #eef;
+margin: 0 2px 0 2px;
+font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
+font-weight: bold;
+border: 1px solid #99f;
+padding: 0px 2px 1px 2px;
+background-color: #001;
+text-decoration: none;
+}
+
+select {
+ background-color: #001;
+ color: #eef;
+margin: 0 2px 0 2px;
+ font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
+ border: 1px solid #99f;
+}
+
+form {
+}
\ No newline at end of file
-- 
GitLab