Merge pull request #113 from nextcloud/delete-fix-and-undo

Fix deleting boards and add a simple undo function
This commit is contained in:
Julius Härtl
2017-05-04 08:37:05 +02:00
committed by GitHub
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
*/