From 046955dc943da951fc7bed960bad3d853248e0ed Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 8 Nov 2003 16:44:57 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20class=20Alerte=20utilis=E9e=20entre=20a?= =?UTF-8?q?utres=20dans=20les=20fiches=20produits=20pour=20les=20alerte=20?= =?UTF-8?q?de=20seuil=20stock?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/theme/yellow/yellow.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css index 7e86347fa7b..7bb630de57b 100644 --- a/htdocs/theme/yellow/yellow.css +++ b/htdocs/theme/yellow/yellow.css @@ -124,6 +124,15 @@ div.menus { color: #000000; text-decoration: none } +.alerte +{ + background: #FF9988; + font-weight: bold; + font-size: 0.95em; + color: #000000; + text-decoration: none } + + .submenu { background: #ccccb3;