diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 47a2fa700..01380f06d 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -113,6 +113,9 @@ span.fancytree-active:not(.fancytree-focused) .fancytree-title { .icon-action { cursor: pointer; + display: block; + height: 24px; + width: 24px; } #protect-button, #unprotect-button { diff --git a/src/views/index.ejs b/src/views/index.ejs index 29f8f9fb4..b4a2ecda0 100644 --- a/src/views/index.ejs +++ b/src/views/index.ejs @@ -40,21 +40,17 @@
- - Create new top level note - + - - Collapse note tree - + - - Scroll to current note - + - - Search in notes - +
@@ -83,17 +79,13 @@ title="Protect the note so that password will be required to view the note" class="icon-action" id="protect-button" - style="display: none;"> - Protect note - + style="display: none; background: url('images/icons/lock.png')"> + style="display: none; background: url('images/icons/unlock.png')">