.mbox1{
/* background: rgba(7, 14, 58, 0.5); */
background: #0b113a;
border-style: solid;
border-width: 1px;
border-radius: 5px;
border-color: #0b113a;
color : white;
}
.mbox2{
/*background: rgba(0, 0, 87, 0.1);*/
background: #0057ac;
border-style: solid;
border-width: 1px;
border-radius: 5px;
border-color: #0057ac;
color: white;
}
.mbox3{
background: #e5f0f8;
border-style: solid;
border-width: 1px;
border-radius: 5px;
border-color: #e5f0f8;
}
.aui-message-info.icon-color {
backgroundcolor: #aaaaaa;
} |