Fix deleting boards and add a simple undo function

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-05-02 08:56:03 +02:00
parent 8b4e7ec2bf
commit 588252d949
3 changed files with 35 additions and 9 deletions

View File

@@ -86,6 +86,13 @@ button:hover {
cursor: pointer;
}
#app-navigation .app-navigation-entry-utils li.board-delete-undo {
background-color: #aa0000;
color: #fff;
cursor: pointer;
width: auto !important;
}
/**
* Board view
*/