diff --git a/htdocs/index.php b/htdocs/index.php
index 61f3f274ecf..eaebe195fd4 100644
--- a/htdocs/index.php
+++ b/htdocs/index.php
@@ -270,14 +270,14 @@ if (empty($user->societe_id))
$var=!$var;
if ($langfile[$key]) $langs->load($langfile[$key]);
$text=$langs->trans($titres[$key]);
- print '
';
print '
';
+ print '';
+ print '';
}
}
}
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index f8ead18d96d..4e4c20d4300 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -1,5 +1,5 @@
+/* Copyright (C) 2004-2015 Laurent Destailleur
* Copyright (C) 2006 Rodolphe Quiedeville
* Copyright (C) 2007-2012 Regis Houssin
* Copyright (C) 2011 Philippe Grand
@@ -2077,10 +2077,10 @@ div.pagination li.paginationafterarrows {
color: #202020;
min-height: 18px; /* seems to not be used */
- background: #ffffff;
+ background: #;
}
#GanttChartDIV {
- background: #ffffff;
+ background: #;
}
.even, .pair, .nohover .even:hover, .nohover .pair:hover, tr.even td.nohover, tr.pair td.nohover {
@@ -2088,16 +2088,16 @@ div.pagination li.paginationafterarrows {
margin-bottom: 1px;
color: #202020;
- background-color: #f9f9f9;
+ background-color: #;
}
table.dataTable tr.odd {
- background-color: #f9f9f9 !important;
+ background-color: # !important;
}
/* For no hover style */
table.nohover tr.impair, table.nohover tr.pair, table.nohover tr.impair td, table.nohover tr.pair td {
- background-color: #ffffff !important;
+ background-color: # !important;
}
table.dataTable td {
@@ -2245,6 +2245,9 @@ div.tabBar .noborder {
text-align: center;
border-radius: 4px;
}
+.boxstats:hover {
+ background-color: #;
+}
.boxtable {
-moz-box-shadow: 3px 3px 4px #DDD;