minor icon changes

This commit is contained in:
azivner
2018-11-09 20:45:28 +01:00
parent d978c64e1a
commit 4f34fb802b
35 changed files with 38 additions and 44 deletions

View File

@@ -88,7 +88,7 @@ const contextMenuItems = [
{title: "Protect subtree", cmd: "protectSubtree", uiIcon: "shield-check"},
{title: "Unprotect subtree", cmd: "unprotectSubtree", uiIcon: "shield-close"},
{title: "----"},
{title: "Copy / clone <kbd>Ctrl+C</kbd>", cmd: "copy", uiIcon: "save"},
{title: "Copy / clone <kbd>Ctrl+C</kbd>", cmd: "copy", uiIcon: "files"},
{title: "Cut <kbd>Ctrl+X</kbd>", cmd: "cut", uiIcon: "scissors"},
{title: "Paste into <kbd>Ctrl+V</kbd>", cmd: "pasteInto", uiIcon: "clipboard"},
{title: "Paste after", cmd: "pasteAfter", uiIcon: "clipboard"},

View File

@@ -400,12 +400,6 @@ button.icon-button {
padding: 2px;
}
button.icon-button24 {
height: 32px;
width: 32px;
background: no-repeat center;
}
#note-actions {
margin-left: 10px;
margin-right: 10px;

View File

@@ -8,11 +8,11 @@
<div id="container" style="display:none; grid-template-columns: minmax(<%= leftPaneMinWidth %>px, <%= leftPaneWidthPercent %>fr) <%= rightPaneWidthPercent %>fr">
<div id="header" class="hide-toggle">
<div id="history-navigation" style="display: none;">
<a id="history-back-button" title="Go to previous note." class="icon-action jam jam-backward"></a>
<a id="history-back-button" title="Go to previous note." class="icon-action jam jam-arrow-square-left"></a>
&nbsp; &nbsp;
<a id="history-forward-button" title="Go to next note." class="icon-action jam jam-forward"></a>
<a id="history-forward-button" title="Go to next note." class="icon-action jam jam-arrow-square-right"></a>
</div>
<div style="flex-grow: 100; display: flex;">