Merge pull request #113 from nextcloud/delete-fix-and-undo
Fix deleting boards and add a simple undo function
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user