summaryrefslogtreecommitdiff
path: root/public/views
diff options
context:
space:
mode:
authorgeekyd2017-10-07 19:23:25 +0530
committergeekyd2017-10-07 23:23:03 +0530
commitc6a1b65a9110223da25553ae4cf67a61caefe1fc (patch)
treeb63653cecdb9bccded0b71db5652539ea78b835e /public/views
parent74a7216a305e2f17f838f4dac416e15699a6f2e9 (diff)
Adds color to new note button
Diffstat (limited to 'public/views')
-rw-r--r--public/views/index/body.ejs6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs
index 84300539..911742ac 100644
--- a/public/views/index/body.ejs
+++ b/public/views/index/body.ejs
@@ -13,14 +13,14 @@
</li>
<div class="ui-signin" style="float: right; margin-top: 8px;<% if(signin) { %> display: none;<% } %>">
<% if(allowAnonymous) { %>
- <a type="button" href="<%- url %>/new" class="btn btn-sm btn-link"><i class="fa fa-plus"></i> <%= __('New guest note') %></a>
+ <a type="button" href="<%- url %>/new" class="btn btn-sm btn-primary"><i class="fa fa-plus"></i> <%= __('New guest note') %></a>
<% } %>
<% if(facebook || twitter || github || gitlab || dropbox || google || ldap || email) { %>
<button class="btn btn-sm btn-success ui-signin" data-toggle="modal" data-target=".signin-modal"><%= __('Sign In') %></button>
<% } %>
</div>
<div class="ui-signout" style="float: right; margin-top: 8px;<% if(!signin) { %> display: none;<% } %>">
- <a type="button" href="<%- url %>/new" class="btn btn-sm btn-link"><i class="fa fa-plus"></i> <%= __('New note') %></a>
+ <a type="button" href="<%- url %>/new" class="btn btn-sm btn-primary"><i class="fa fa-plus"></i> <%= __('New note') %></a>
<span class="ui-profile dropdown pull-right">
<button id="profileLabel" class="btn btn-sm btn-link ui-profile-label" style="padding-right: 0;" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<img class="ui-avatar" width="20" height="20"><span class="hidden-xs hidden-sm">&ensp;<span class="ui-name"></span></span>&ensp;<i class="fa fa-caret-down"></i>
@@ -175,4 +175,4 @@
</div>
</div>
</div>
-<%- include ../shared/signin-modal %> \ No newline at end of file
+<%- include ../shared/signin-modal %>