mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
[add] script to make the install more user friendly #466
This commit is contained in:
parent
6285e57c49
commit
792097fb6a
5 changed files with 344 additions and 1 deletions
|
@ -0,0 +1,19 @@
|
|||
.messages.error {
|
||||
border: 1px solid #c42608;
|
||||
color: #c00 !important;
|
||||
background: #fff0ef;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.messages.notice {
|
||||
border: 1px solid #ebcd41;
|
||||
color: #000;
|
||||
background: #fffcd3;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.messages.success {
|
||||
border: 1px solid #6dc70c;
|
||||
background: #e0fbcc;
|
||||
text-align: left;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue