mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
share dialog styling improvements
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user