mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-11 11:55:09 -05:00
19 lines
370 B
CSS
Executable File
19 lines
370 B
CSS
Executable File
.install .messages.error {
|
|
border: 1px solid #c42608;
|
|
color: #c00 !important;
|
|
background: #fff0ef;
|
|
text-align: left;
|
|
}
|
|
|
|
.install .messages.notice {
|
|
border: 1px solid #ebcd41;
|
|
color: #000;
|
|
background: #fffcd3;
|
|
text-align: left;
|
|
}
|
|
|
|
.install .messages.success {
|
|
border: 1px solid #6dc70c;
|
|
background: #e0fbcc;
|
|
text-align: left;
|
|
} |