From 1018cccf2032394cbcc038c9c9e1fc261b05a2bc Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Sun, 19 Aug 2012 00:46:54 +0200 Subject: [PATCH] Fixed issue #6489: Display problems in installer --- application/views/installer/dbconfig_view.php | 2 +- styles/gringegreen/adminstyle.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/installer/dbconfig_view.php b/application/views/installer/dbconfig_view.php index c08a2ce8fab..07f6df6ee4f 100644 --- a/application/views/installer/dbconfig_view.php +++ b/application/views/installer/dbconfig_view.php @@ -36,7 +36,7 @@ $clang->gT("Database location"))); ?>
eT('Set this to the IP/net location of your database server. In most cases "localhost" will work.'); ?>
- 'localhost', 'required' => 'required')) ?> + 'required')) ?> diff --git a/styles/gringegreen/adminstyle.css b/styles/gringegreen/adminstyle.css index 13549fdd59a..de6689cb8fa 100644 --- a/styles/gringegreen/adminstyle.css +++ b/styles/gringegreen/adminstyle.css @@ -1771,7 +1771,7 @@ tr.LEMsubq td { /* some classes to highlight certain elements */ .error { - background-color: #000; + background-color: #FFBABA; } .ok { background-color: #00ff00