Add 'Title' placeholder to notes..

This commit is contained in:
Matias De lellis
2022-05-18 21:14:40 -03:00
parent 5000048396
commit dfd4701e67
3 changed files with 6 additions and 3 deletions

View File

@@ -38,7 +38,11 @@
}
.quicknote:hover {
box-shadow: 0px 0px 6px #808080;
box-shadow: 0px 0px 6px #808080;
}
#title-editable:empty:before {
content: attr(data-placeholder);
}
.quicknote ul {