From 7fc63deda0a1ddc142e23b932d80f7d6bfd4ed3c Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Wed, 13 Oct 2010 01:03:46 +0000 Subject: [PATCH] MINOR: use red font instead of gray when displaying error (from r101729) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112029 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- dev/install/install.css | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/install/install.css b/dev/install/install.css index f32499f3c..9c1130df6 100644 --- a/dev/install/install.css +++ b/dev/install/install.css @@ -45,6 +45,7 @@ h4.sectionHeading { border: 1px #ff8e8e solid; color: #f03838; } + #Container p.error { color: #f03838;} .warning { padding: 0.5em; background-color: #fcf8f2;