From a4d270fa63244039c4613eea6c701a5a5be2ca32 Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Fri, 21 Jan 2011 12:05:23 +0000
Subject: [PATCH] Light consistency tweaks.

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

diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index 0bb16a8b0e..50b5cdefd1 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -168,7 +168,7 @@ div.routersummary h4 {
      text-decoration: none !important;
      color: #2b2;
      line-height: 105%;
-     -moz-box-shadow: inset 0px 0px 1px 10px #dfd;
+     -moz-box-shadow: inset 0px 0px 1px 30px #dfd;
      -khtml-box-shadow: 0px 0px 1px 1px #dfd;
      box-shadow: 0px 0px 1px 1px #fdf;
 }
@@ -507,14 +507,15 @@ div.graphspanel form {
 div.messages {
      padding: 10px;
      margin: 10px 0 15px 0;
-     background: #ffe;
      -moz-border-radius: 4px;
      -khtml-border-radius: 4px;
      border-radius: 4px;
      border: 1px solid #447;
-     background: #ffe url('images/magic.png');
+     background: #fff url('images/magic.png');
      font-weight: bold;
-     -moz-box-shadow: inset 0px 0px 1px 1px #bbf;
+     -moz-box-shadow: 0 2px 1px 1px rgba(176, 176, 216, 0.4);
+     -khtml-box-shadow: 0 2px 1px 1px rgba(176, 176, 216, 0.4);
+     box-shadow: 0 2px 1px 1px rgba(176, 176, 216, 0.4);
 }
 
 div.messages span.error {
-- 
GitLab