MINOR: use red font instead of gray when displaying error

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@101729 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Will Rossiter 2010-03-26 00:23:37 +00:00 committed by Sam Minnee
parent e36c38dbc1
commit ba88bc4419

View File

@ -45,6 +45,7 @@ h4.sectionHeading {
border: 1px #ff8e8e solid;
color: #f03838;
}
#Container p.error { color: #f03838;}
.warning {
padding: 0.5em;
background-color: #fcf8f2;