1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-10-15 19:42:08 +00:00
wallabag/themes/baggy/css/messages.css

19 lines
370 B
CSS
Raw Normal View History

2014-02-19 15:20:13 +01:00
.install .messages.error {
border: 1px solid #c42608;
color: #c00 !important;
background: #fff0ef;
text-align: left;
}
2014-02-19 15:20:13 +01:00
.install .messages.notice {
border: 1px solid #ebcd41;
color: #000;
background: #fffcd3;
text-align: left;
}
2014-02-19 15:20:13 +01:00
.install .messages.success {
border: 1px solid #6dc70c;
background: #e0fbcc;
text-align: left;
}