Improve the add-note icon in help, minor changes to help text

This commit is contained in:
Bryan Housel
2018-07-24 12:38:51 -04:00
parent 45f01a638f
commit 640596340e
6 changed files with 29 additions and 13 deletions
+3
View File
@@ -20,16 +20,19 @@
.layer-notes .note .note-fill {
color: #ff3300;
stroke: #333;
stroke-width: 40px;
}
.note-header-icon.new .note-fill,
.layer-notes .note.new .note-fill {
color: #ffee00;
stroke: #333;
stroke-width: 40px;
}
.note-header-icon.closed .note-fill,
.layer-notes .note.closed .note-fill {
color: #55dd00;
stroke: #333;
stroke-width: 40px;
}
/* slight adjustments to preset icon for note icons */