CSS Fix for messagebox.

This commit is contained in:
2018-12-05 10:00:44 -05:00
parent 04f09f76d3
commit 981b7d8c1b

View File

@@ -68,12 +68,14 @@ a {
.message-error {
background: #fca4a4;
border: 1px solid #8e0000;
border-radius: 4px;
}
.message-success {
background: #a7d6ad;
border: 1px solid #034c00;
border-radius: 4px;
}
.message-head {