]> git.immae.eu Git - github/wallabag/wallabag.git/blob - themes/baggy/css/messages.css
[fix] css display with baggy theme
[github/wallabag/wallabag.git] / themes / baggy / css / messages.css
1 .install .messages.error {
2 border: 1px solid #c42608;
3 color: #c00 !important;
4 background: #fff0ef;
5 text-align: left;
6 }
7
8 .install .messages.notice {
9 border: 1px solid #ebcd41;
10 color: #000;
11 background: #fffcd3;
12 text-align: left;
13 }
14
15 .install .messages.success {
16 border: 1px solid #6dc70c;
17 background: #e0fbcc;
18 text-align: left;
19 }