encrypted notes have grey background to see immediatelly their status

This commit is contained in:
azivner
2017-09-04 21:37:55 -04:00
parent 49db61e5e0
commit b2338c31d7
2 changed files with 18 additions and 1 deletions
+4
View File
@@ -4,6 +4,10 @@
overflow: scroll;
}
.note-editable.encrypted {
background-color: #eee;
}
#top-message {
display: none; /* initial state is hidden */
background-color: #e0e0e0;