From dc0c97c0aef13ac0b9d5344f7a8e45c722e0accf Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Sat, 22 Jan 2011 07:16:42 +0000
Subject: [PATCH] Multifarious light tweaks.

---
 installer/resources/themes/console/light/console.css   | 4 ++--
 installer/resources/themes/console/light/default.css   | 8 +++++---
 installer/resources/themes/console/light/i2ptunnel.css | 5 +++++
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index 50b5cdefd1..65dacbfc06 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -117,7 +117,7 @@ div.routersummary hr {
      border-bottom: 1px solid #99f;
      margin: 8px -7px 8px -7px;
      -moz-box-shadow: inset 0px 1px 1px 1px #fff;
-    -khtml-box-shadow: inset 0px 0px 1px #fff;
+    -khtml-box-shadow: inset 0px 1px 0px #fff;
      box-shadow: inset 0px 1px 1px 1px #fff;
 }
 
@@ -161,7 +161,7 @@ div.routersummary h4 {
      border-bottom: 0 !important;
      font-size: 8.5pt;
      letter-spacing: 0.02em;
-     margin: -6px -6px !important;
+     margin: -6px -6px -7px !important;
      padding: 3px 3px 5px 3px;
      background: #ddf url(images/magic.png);
      text-transform: capitalize;
diff --git a/installer/resources/themes/console/light/default.css b/installer/resources/themes/console/light/default.css
index 6e4bf38dc1..3312055552 100644
--- a/installer/resources/themes/console/light/default.css
+++ b/installer/resources/themes/console/light/default.css
@@ -248,7 +248,9 @@ hr {
      border-radius: 4px;
      border: 1px solid #002;
      padding: 10px 20px;
-     -moz-box-shadow: inset 0px 0px 1px 0px #002;
+     -moz-box-shadow: inset 0px 0px 1px 1px #bbf;
+     -khtml-box-shadow: inset 0px 0px 1px 1px #bbf;
+     box-shadow: inset 0px 0px 1px 1px #bbf;
     background: none repeat scroll 0 0 #EEEEFF;
     background: #fff url(images/magic.png);
     border: 1px solid #444477;
@@ -295,17 +297,17 @@ hr {
      background-color: #fff;
      border: 1px solid #003;
      padding: 5px 20px 11px 10px;
-
      -moz-box-shadow: inset 0px 0px 0px 1px #f00;
      -moz-box-shadow: inset 0px 0px 1px 0px #f60;
      background: #fff url(images/magic.png);
      border: 1px solid #444477;
      color: #613;
-
 }
 
 #globalOperationsPanel .control {
      min-width: 120px;
+     font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
+     font-weight: bold;
 }
 
 #globalOperationsPanel .control:link {
diff --git a/installer/resources/themes/console/light/i2ptunnel.css b/installer/resources/themes/console/light/i2ptunnel.css
index 204e17cdf7..050c7b28ac 100644
--- a/installer/resources/themes/console/light/i2ptunnel.css
+++ b/installer/resources/themes/console/light/i2ptunnel.css
@@ -101,6 +101,11 @@
      margin-left: 2px;
      font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
      font-weight: bold;
+     color: #001 !important;
+}
+
+#tunnelListPage .footer .control:hover {
+     color: white !important;
 }
 
 #tunnelListPage .footer label {
-- 
GitLab