Add delete buttons to history page

This commit is contained in:
2020-10-31 00:23:01 +01:00
parent 24f3d69301
commit 68df64d5f9
10 changed files with 93 additions and 35 deletions

View File

@ -100,3 +100,6 @@ ul.striped_list > li:nth-of-type(odd) {
color: #9f2727;
}
.history_entry_delete_button {
color: #aa0000;
}