From 49376ae5e6c4051a238b854fb891a011957e9849 Mon Sep 17 00:00:00 2001
From: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date: Fri, 1 Nov 2002 09:26:01 +0000
Subject: [PATCH] *** empty log message ***

(Old svn revision: 10666)
---
 themes/biz/top-left-active.xpm   | 5 +++--
 themes/biz/top-left-inactive.xpm | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/themes/biz/top-left-active.xpm b/themes/biz/top-left-active.xpm
index 69cd70703..19d671e6a 100644
--- a/themes/biz/top-left-active.xpm
+++ b/themes/biz/top-left-active.xpm
@@ -1,10 +1,11 @@
 /* XPM */
 static char * top_left_active_xpm[] = {
-"4 20 4 1",
+"4 20 5 1",
 " 	c None",
 ".	c #303234",
 "+	c #76AAC7 s active_hilight_1",
 "@	c #247EB2 s active_color_1",
+"#	c #247EB2 s active_shadow_1",
 "....",
 ".+++",
 ".+@@",
@@ -24,4 +25,4 @@ static char * top_left_active_xpm[] = {
 ".+@@",
 ".+@@",
 ".+@@",
-".+@@"};
+".+@#"};
diff --git a/themes/biz/top-left-inactive.xpm b/themes/biz/top-left-inactive.xpm
index b10fd83d0..c81953808 100644
--- a/themes/biz/top-left-inactive.xpm
+++ b/themes/biz/top-left-inactive.xpm
@@ -1,10 +1,11 @@
 /* XPM */
 static char * top_left_inactive_xpm[] = {
-"4 20 4 1",
+"4 20 5 1",
 " 	c None",
 ".	c #303234",
 "+	c #76AAC7 s inactive_hilight_1",
 "@	c #247EB2 s inactive_color_1",
+"#	c #247EB2 s inactive_shadow_1",
 "....",
 ".+++",
 ".+@@",
@@ -24,4 +25,4 @@ static char * top_left_inactive_xpm[] = {
 ".+@@",
 ".+@@",
 ".+@@",
-".+@@"};
+".+@#"};
-- 
GitLab