share dialog styling improvements

This commit is contained in:
Vinzenz
2016-06-04 01:13:46 +02:00
parent 6fa9b3c512
commit bc6235720b
3 changed files with 10 additions and 2 deletions

View File

@@ -155,12 +155,17 @@ div[data-placeholder]:not([data-placeholder=""]):empty::before {
#note-share-options {
display: none;
padding-bottom: 5px;
}
.selected-share:hover, .unselected-share:hover {
.selected-share:hover, .unselected-share:hover, .unselected-share span:hover {
cursor: pointer;
}
.selected-share, .unselected-share {
padding-left: 5px;
}
/* Modal Content */
.modal-content {