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