From 5711c19601729cca9812accef6b9be064929866e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 5 Mar 2012 15:51:24 +0100 Subject: [PATCH] Fix: shadow style was lost --- htdocs/theme/eldy/style.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index c2f7bda0f96..928e413ab48 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -612,7 +612,7 @@ foreach($mainmenuusedarray as $key => $val) /* Login */ -table.login { +.login_table { -moz-box-shadow: 4px 4px 4px #CCC; -webkit-box-shadow: 4px 4px 4px #CCC; box-shadow: 4px 4px 4px #CCC;