From 02fbd7f9d6cf1f3983873edf8adcba207a135de6 Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Sat, 15 Jan 2011 05:05:06 +0000
Subject: [PATCH] Light touch.

---
 installer/resources/themes/console/light/console.css | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index cfe13ea0e2..bfb38ff702 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -164,14 +164,16 @@ div.routersummary h4 {
      border-bottom: 0 !important;
      font-size: 8.5pt;
      letter-spacing: 0.02em;
-     margin: -5px -7px -5px -7px !important;
+     margin: -6px !important;
      padding: 3px 3px 5px 3px;
-     background: #eed url(images/magic.png);
+     background: #ddf url(images/magic.png);
      text-transform: capitalize;
      text-decoration: none !important;
      color: #2b2;
      line-height: 105%;
-/*     text-shadow: 0px 1px 1px #99f;*/
+     -moz-box-shadow: 0px 0px 1px 1px #fff;
+     -khtml-box-shadow: 0px 0px 1px 1px #fff;
+     box-shadow: 0px 0px 1px 1px #fff;
 }
 
 div.routersummary table {
-- 
GitLab