diff --git a/css/style.css b/css/style.css index 4ad355d..b3f1587 100644 --- a/css/style.css +++ b/css/style.css @@ -21,10 +21,6 @@ background-position: 16px center; } -.icon-button-add { - background-image: var(--original-icon-add-white); -} - #new-note-fixed { z-index: 111; /* navigation menu is 110 ;-) */ line-height: 44px; @@ -125,6 +121,18 @@ min-height: 75px; } +.icon-button-add { + background-image: var(--original-icon-add-white); +} + +.icon-delete-note { + background-image: var(--original-icon-delete-dark); +} + +.icon-delete-note:hover { + background-image: var(--icon-delete-color-red); +} + .icon-header-note { cursor: pointer; float: right; @@ -283,6 +291,7 @@ box-shadow: 0 0 0 2px var(--color-primary); .slim-share, .slim-tag { + background-repeat: no-repeat; display: inline-block; cursor: pointer; padding: 0px 6px 0 24px; @@ -303,6 +312,13 @@ box-shadow: 0 0 0 2px var(--color-primary); margin-top: 5px; } +.slim-share { + background-image: var(--original-icon-user-dark); +} + +.slim-tag { + background-image: var(--original-icon-tag-dark); +} /* Restore defaults select2 rules */ diff --git a/js/templates/attachts.handlebars b/js/templates/attachts.handlebars index bc97a08..393a74a 100644 --- a/js/templates/attachts.handlebars +++ b/js/templates/attachts.handlebars @@ -5,7 +5,7 @@
{{#if ../can_delete}} - + {{/if}} {{/each}} diff --git a/js/templates/note-item.handlebars b/js/templates/note-item.handlebars index 11bd3de..2391435 100644 --- a/js/templates/note-item.handlebars +++ b/js/templates/note-item.handlebars @@ -15,7 +15,7 @@ {{else}} {{/if}} - +