mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-30 17:29:53 -05:00
encrypt / decrypt is now using icons next to note title
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 323 B |
Binary file not shown.
|
After Width: | Height: | Size: 337 B |
+9
-6
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user