Fix: message should not have color of warning

This commit is contained in:
Laurent Destailleur 2016-11-30 14:17:03 +01:00
parent d86c3931e2
commit 81e60f36e7
2 changed files with 9 additions and 9 deletions

View File

@ -3041,14 +3041,14 @@ div.error {
/* Info admin */
div.info {
color: #302010;
color: #303020;
padding: 0.4em 0.4em 0.4em 0.4em;
margin: 0.5em 0em 0.5em 0em;
border: 1px solid #DFBF9A;
border: 1px solid #AAAAAA;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background: #EFCFAA;
background: #D0DAD4;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

View File

@ -2944,14 +2944,14 @@ div.error {
/* Info admin */
div.info {
color: #302010;
color: #303020;
padding: 0.4em 0.4em 0.4em 0.4em;
margin: 0.5em 0em 0.5em 0em;
border: 1px solid #DFBF9A;
-moz-border-radius:3px;
-webkit-border-radius: 3px;
border-radius:3px;
background: #EFCFAA;
border: 1px solid #AAAAAA;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background: #D0DAD4;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}