Fix color green is reserved to say ok not for neutral messages.

This commit is contained in:
Laurent Destailleur 2017-01-07 17:05:55 +01:00
parent e6cdcfca00
commit 71d8a81751
2 changed files with 2 additions and 2 deletions

View File

@ -3070,7 +3070,7 @@ div.info {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background: #E0EAE4;
background: #EaE4Ea;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

View File

@ -2992,7 +2992,7 @@ div.info {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background: #E0EAE4;
background: #EaE4Ea;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}