From 8b08a1daba2e1297d089018ed43f637aca36e92a Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Sun, 19 Dec 2004 00:18:07 +0000
Subject: [PATCH] Mise a jour des styles pour tous avoir le butDelete

---
 htdocs/theme/yellow/yellow.css | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css
index f90ebdd5698..4413607abc6 100644
--- a/htdocs/theme/yellow/yellow.css
+++ b/htdocs/theme/yellow/yellow.css
@@ -297,15 +297,15 @@ div.tabBar {
     background: #dcdcd3;
     padding: 0em 1em;
     margin: 0em 0em 1.5em 0em;
-    border: 1px solid #8CACBB;
-    border-top: 1px solid #8CACBB;
+    border: 1px solid #999999;
+    border-top: 1px solid #999999;
 }
 
 div.tabs {
     top: 20px;
     margin: 1px 0em 0em 0em;
     padding: 0em 0.5em;
-  text-align: left;
+    text-align: left;
 }
 
 div.tabsAction {
@@ -342,7 +342,7 @@ div.message {
 
 a.tab {
   background: white;
-  border: 1px solid #8CACBB;
+  border: 1px solid #999999;
   color: #436976;
   padding: 0em 1em;
   margin: 0em 0.2em;
@@ -357,7 +357,7 @@ a.tab#active {
 }
 
 a.tab:hover {
-  background: #ebebe0;
+  background: #eeeecc;
   text-decoration: none;
 }
 
-- 
GitLab