Visibility stuff

- Draw ellipse below note shadow
- Use brighter color for new note
- Use thicker stroke for note shadow (same width as point)
This commit is contained in:
Bryan Housel
2018-07-24 00:16:37 -04:00
parent 6dcb879990
commit 0334e7b353
4 changed files with 9 additions and 14 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
}
.note-header-icon.new .note-fill,
.layer-notes .note.new .note-fill {
color: #00bcdd;
color: #ffee00;
stroke: #333;
}
.note-header-icon.closed .note-fill,