Some styles fixed

This commit is contained in:
Matias De lellis
2018-04-26 21:11:37 -03:00
parent 6059de00b4
commit 2efa50033a
4 changed files with 102 additions and 101 deletions

View File

@@ -156,41 +156,44 @@
.hide-delete-icon,
.hide-modal-note {
display: none; /* Hidden by default */
display: none;
}
.show-delete-icon,
.show-modal-note {
display: block;
}
div[contenteditable="true"] {
margin: 0px;
padding: 0px;
}
#title-editable:active, #title-editable:hover, #title-editable:focus,
#content-editable:active, #content-editable:hover, #content-editable:focus {
background-color: transparent !important;
}
#content-editable {
width: 100%;
min-height: 50px;
word-wrap: break-word;
background: none;
color: unset;
border: none;
}
#title-editable {
width: 100%;
background: none;
color: unset;
border: none;
}
.note-options {
/* position: absolute;*/
bottom: 0;
padding: 5px;
}
/* show placeholder text for empty notes */
div[data-placeholder]:empty::before {
color: grey;
}
div[data-placeholder]:not([data-placeholder=""]):empty::before {
content: attr(data-placeholder);
}
#note-share-options {
display: none;
padding-bottom: 5px;
@@ -204,6 +207,11 @@ div[data-placeholder]:not([data-placeholder=""]):empty::before {
padding-left: 5px;
}
.note-share-select {
width: 100%;
opacity: 0.5;
}
/* Modal Content */
.modal-content {