18 lines
159 B
CSS
18 lines
159 B
CSS
|
|
|
|
.msginfo
|
|
{
|
|
color: white;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.msginfo .success
|
|
{
|
|
background-color: green;
|
|
|
|
}
|
|
|
|
.msginfo .error{
|
|
background-color: red
|
|
}
|