fixed link color in recent changes

This commit is contained in:
azivner 2017-10-05 20:15:45 -04:00
parent 3a60feae4d
commit 9abb97627c
2 changed files with 4 additions and 3 deletions

3
TODO
View file

@ -4,10 +4,8 @@ New features:
- what links here
- link between encrypted notes could be done by encrypting note_ids of both sides of relations. Encryption must be
deterministic to allow lookup by cipher text
- recent changes - links don't look like links (no underline, black)
- db upgrade / migration
- db backup into directory
- DONE: recent notes can either go to or add link
- might do the same thing with alt-j and alt-l
- ctrl-b nad linkem by mohlo byt goto do notu
- potencialne nova navigace back - forward
@ -30,7 +28,6 @@ Encryption:
Bugs:
- deleting cloned nodes ends with 500 (probably only on folders)
- Uncaught Error: cannot call methods on fancytree prior to initialization; attempted to call method 'getTree'
- FIXED: recent changes sorts 1st october to the end
Others:
- dates should be stored in UTC to work correctly with time zones

View file

@ -85,4 +85,8 @@ span.fancytree-node.encrypted.fancytree-folder > span.fancytree-icon {
#encryptButton, #decryptButton {
display: none;
}
.ui-widget-content a {
color: #337ab7 !important;
}