1
0
mirror of https://github.com/moparisthebest/user_sql synced 2025-02-16 15:00:15 -05:00
user_sql/css/settings.css
2015-07-27 15:02:10 +02:00

15 lines
255 B
CSS

.statusmessage {
background-color: #DDDDFF;
}
.errormessage {
background-color: #FFDDDD;
}
.successmessage {
background-color: #DDFFDD;
}
.statusmessage,.errormessage,.successmessage{
display:none;
padding: 1px;
}