From 5ea8de576a203495fbd684a9486fad6c5e20873c Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 21 Jun 2003 12:33:44 +0000 Subject: [PATCH] Ajout td.menusel --- htdocs/theme/yellow/yellow.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css index d7a5c6dd089..3e1ecf57843 100644 --- a/htdocs/theme/yellow/yellow.css +++ b/htdocs/theme/yellow/yellow.css @@ -43,6 +43,13 @@ td.menu border-bottom: 1px solid #000000; } +td.menusel +{ + border-right: 1px solid #000000; + border-bottom: 1px solid #000000; + } + + td.border { border-top: 1px solid #000000;