diff --git a/htdocs/info.php3 b/htdocs/info.php3
index e995db2b5c9..9db355fc070 100644
--- a/htdocs/info.php3
+++ b/htdocs/info.php3
@@ -24,6 +24,8 @@ require("./pre.inc.php3");
llxHeader();
print '
';
+print '| css | ' . $conf->css . ' |
';
+
print '| Database |
';
print '| type | ' . $conf->db->type . ' |
';
print '| host | ' . $conf->db->host . ' |
';
diff --git a/htdocs/theme/rodolphe/dolibarr.css b/htdocs/theme/rodolphe/dolibarr.css
index 4bda5279d3c..c2334765a2a 100644
--- a/htdocs/theme/rodolphe/dolibarr.css
+++ b/htdocs/theme/rodolphe/dolibarr.css
@@ -21,7 +21,7 @@
BODY
{
- background: #e0ebeb;
+ background: #ebe0eb;
font-family: Helvetica, Verdana; font-size: 12px;
text-decoration: none
}
@@ -30,14 +30,14 @@ BODY
*/
.menu
{
- background: #b3cccc;
+ background: #ccb3cc;
font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold;
color: #000000;
text-decoration: none }
.submenu
{
- background: #b3cccc;
+ background: #ccb3cc;
font-family: Helvetica, Verdana; font-size: 14px;
color: #000000;
text-decoration: none }
@@ -49,14 +49,14 @@ BODY
TD.barre
{
- background: #b3cccc;
+ background: #ccb3cc;
font-family: Helvetica, Verdana; font-size: 14px;
color: #000000;
text-decoration: none }
TD.barre_select
{
- background: #b3cccc;
+ background: #ccb3cc;
color: #000000
}
@@ -65,26 +65,26 @@ TD.barre_select
DIV.titre
{
font-family: Helvetica, Verdana; font-size: 16px; font-weight: bold;
- color: #336666;
+ color: #663366;
text-decoration: none }
/*
*
*/
TR.liste_titre
{
- background: #669999;
+ background: #996699;
font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold;
text-decoration: none }
TR.pair
{
- background: #b3cccc;
+ background: #ccb3cc;
font-family: Helvetica, Verdana; font-size: 12px;
text-decoration: none }
TR.impair
{
- background: #cceeee;
+ background: #eeccee;
font-family: Helvetica, Verdana; font-size: 12px;
text-decoration: none }