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
This commit is contained in:
Sam Minnee 2010-10-13 01:03:46 +00:00
parent 142bb640ec
commit 7fc63deda0

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;