mirror of
https://github.com/moparisthebest/user_sql
synced 2024-10-31 23:45:03 -04:00
15 lines
253 B
CSS
15 lines
253 B
CSS
.statusmessage {
|
|
background-color: #DDDDFF;
|
|
}
|
|
.errormessage {
|
|
background-color: #FFDDDD;
|
|
}
|
|
.successmessage {
|
|
background-color: #DDFFDD;
|
|
}
|
|
.statusmessage,.errormessage,.successmessage{
|
|
display:none;
|
|
padding: 1;
|
|
}
|
|
|