encrypt / decrypt is now using icons next to note title

This commit is contained in:
azivner
2017-09-10 21:33:39 -04:00
parent 19561191f6
commit 7c0f89bc95
4 changed files with 35 additions and 16 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

+9 -6
View File
@@ -71,12 +71,15 @@ span.fancytree-node.encrypted.fancytree-folder > span.fancytree-icon {
overflow-x: hidden;
}
#encryptButton {
position: absolute;
left: 950px;
.icon-action:hover {
text-decoration: none;
}
#decryptButton {
position: absolute;
left: 950px;
#encryptButton, #decryptButton {
display: none;
}
#encryptButton img, #decryptButton img {
top: -5px;
position: relative;
}