Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2016-10-25 20:00:32 +0300
committerHendrik Leppelsack <hendrik@leppelsack.de>2017-04-10 22:19:38 +0300
commit046cb26194487833c1f0f206931c604dc5b8d79a (patch)
treeb79ec9c093e2a2dd3ba5a5ded2f85216ca62b1c2 /templates
parentce5e81e215b1765756a34386280154c7cbcbf214 (diff)
increase contrast of meta data and add tooltip
Diffstat (limited to 'templates')
-rw-r--r--templates/note.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/note.php b/templates/note.php
index 92357966..63ee0156 100644
--- a/templates/note.php
+++ b/templates/note.php
@@ -1,2 +1,7 @@
<textarea editor notes-timeout-change="save()" name="editor"></textarea>
- <div class="note-meta">{{note.content | wordCount}}</div><div class="note-meta">{{note.content | wordCount}}<span class="note-meta-right"><button class="icon-fullscreen" ng-click="toggleDistractionFree()"></button></span></div>
+ <div class="note-meta">
+ {{note.content | wordCount}}
+ <span class="note-meta-right">
+ <button class="icon-fullscreen has-tooltip" notes-tooltip ng-click="toggleDistractionFree()" title="test"></button>
+ </span>
+ </div>