diff --git a/htdocs/install/default.css b/htdocs/install/default.css
index 6c779950ee6..53985d0dfd5 100644
--- a/htdocs/install/default.css
+++ b/htdocs/install/default.css
@@ -70,11 +70,19 @@ div.main-inside {
margin-top: 10px;
}
+div.ok {
+ color: #114466;
+}
+
+div.warning {
+ color: #777711;
+}
+
div.error {
- color: #550000; font-weight: bold;
- padding: 0.2em 0.2em 0.2em 0.2em;
- margin: 0.5em 0em 0.5em 0em;
- border: 1px solid #6C7C8B;
+ color: #550000; font-weight: bold;
+ padding: 0.2em 0.2em 0.2em 0.2em;
+ margin: 0.5em 0em 0.5em 0em;
+ border: 1px solid #6C7C8B;
}
div.barrebottom {
diff --git a/htdocs/install/etape5.php b/htdocs/install/etape5.php
index bf978d9a502..c31174d0394 100644
--- a/htdocs/install/etape5.php
+++ b/htdocs/install/etape5.php
@@ -133,12 +133,12 @@ print "
";
// Fin install
print $langs->trans("SystemIsInstalled")."
";
-print $langs->trans("WarningRemoveInstallDir")."
";
+print '