Added success message after changing a list

This commit is contained in:
2021-08-13 12:41:32 +02:00
parent 8f98a565f1
commit da5a01c567
4 changed files with 10 additions and 1 deletions

View File

@@ -221,6 +221,12 @@ td
height: 100%;
}
.success
{
font-weight: bold;
color: #00aa00;
}
#save_list
{
margin-top: 20px;