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