mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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:
parent
708621f56b
commit
8682b387f1
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user