Implement alerts via email

Closes #272
This commit is contained in:
emanuele-f 2018-04-03 20:49:43 +02:00
parent 9889c291cc
commit 0f5d76ca74
14 changed files with 284 additions and 31 deletions

View file

@ -309,3 +309,14 @@ tr.quotas > td {
text-align: center;
margin-right: 2px;
}
.list-group > a.disabled {
color: #999999;
}
.list-group > a.disabled:hover,
.list-group > a.disabled:focus {
color: #999999;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}