This commit is contained in:
davidwells 2018-06-12 12:29:09 -07:00
parent 54c07ab881
commit 279d6e0425
2 changed files with 5 additions and 5 deletions

View file

@ -67,13 +67,13 @@
position: relative;
}
.todo-list-title:hover span[contenteditable="false"]:before {
content: 'Click to edit';
content: 'click to edit';
position: absolute;
top: -5px;
top: -6px;
left: 11px;
font-size: 10px;
font-size: 11px;
font-weight: 300;
color: #c1c1c1;
color: #adadad;
letter-spacing: 1px;
}