add basic sharing dialog and enable group sharing

This commit is contained in:
Vinzenz
2016-06-03 22:28:14 +02:00
parent 8d2864a2c0
commit 60886f27e1
6 changed files with 184 additions and 11 deletions

View File

@@ -153,6 +153,14 @@ div[data-placeholder]:not([data-placeholder=""]):empty::before {
content: attr(data-placeholder);
}
#note-share-options {
display: none;
}
.selected-share:hover, .unselected-share:hover {
cursor: pointer;
}
/* Modal Content */
.modal-content {