From 08de93e7ef821e5b5c6b8aa5114916c7fd8ffedb Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Thu, 20 Jan 2011 10:29:10 +0000
Subject: [PATCH] Light relief.

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

diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index a33ad6688b..6b7d65b6fa 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -1004,16 +1004,19 @@ form {}
 }    
 
 .statusnotes {
-     font-style: italic;
+     font-style: normal;
      font-size: 8pt;
-     font-color: #001 !important;
+     font-color: #225 !important;
      text-align: center;
      border: 1px solid #447 !important;
      border-top: 0 !important;
      margin: -5px 0 5px 0; 
      padding: 7px;
-     background: #ffe url('images/magic.png') center bottom;
-     -moz-box-shadow: inset 0px 0px 2px 1px #ffe;
+     background: #fff url('images/magic.png') center bottom;
+     -moz-box-shadow: inset 0px 0px 40px 5px #ccf;
+     text-shadow: 0 1px #99f;
+     letter-spacing: 0em !important;
+     text-transform: capitalize;
 }
 
 div.joblog {
-- 
GitLab