elofgren: Make statusMessage.bad background color white instead of transparent so that if there is a large AJAX error, it will be more readable.

(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41860 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-15 00:58:08 +00:00
parent 708621f56b
commit 8682b387f1
1 changed files with 1 additions and 1 deletions

View File

@ -659,7 +659,7 @@ div.TreeDropdownField a.editLink {
#statusMessage.bad {
border-color: #c99;
color: #c00;
background: url(../images/alert-bad.gif) /*#c00*/ 7px no-repeat;
background: url(../images/alert-bad.gif) #fff 7px no-repeat;
max-height: 600px;
overflow: auto;
}