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:
authorkorelstar <korelstar@users.noreply.github.com>2018-08-16 18:04:08 +0300
committerkorelstar <korelstar@users.noreply.github.com>2018-08-18 10:02:21 +0300
commit88cfa4d29f2b63680ab91d66e48b9603119e8be6 (patch)
tree97c7f25f664cd0d508b4f371f11f7a048ce0770d /templates/main.php
parent07d49e46b8a85c4e7efc2cc3456002fff5ee2da9 (diff)
new "new" button style from NC14
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/main.php b/templates/main.php
index 17073c31..469956e6 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -34,9 +34,8 @@ style('notes', [
<div id="app-navigation" ng-controller="NotesController" ng-class="{'loading': !notesLoaded}">
<!-- new note button -->
- <div id="note-add">
- <button class="icon-add app-content-list-button ng-binding" id="new-note-button" type="button" name="button" ng-click="create()"
- oc-click-focus="{ selector: '#app-content textarea' }">
+ <div class="app-navigation-new">
+ <button class="icon-add" id="new-note-button" type="button" ng-click="create()">
<?php p($l->t('New note')); ?>
</button>
</div>