forked from massivebox/ecodash
Add admin-settable MOTD, rewrite existing warning system to use it
This commit is contained in:
parent
4bf1455ba4
commit
8b81c41bd7
6 changed files with 75 additions and 37 deletions
|
@ -46,4 +46,14 @@ svg, footer img { width: 100% }
|
|||
fill: white;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.success {
|
||||
background-color: #008000; color: white
|
||||
}
|
||||
.warning {
|
||||
background-color: #807a00; color: white
|
||||
}
|
||||
.error {
|
||||
background-color: #800000; color: white
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue