Fix: message should not have color of warning

This commit is contained in:
Laurent Destailleur 2016-11-30 15:04:45 +01:00
parent 81e60f36e7
commit b518e60ff5
2 changed files with 2 additions and 2 deletions

View File

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

View File

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