Fix no border for back buttons

This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-14 17:43:03 -03:00
commit 90c9f69a9c
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
4 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
<div>
<h1 translate>Screenshots are not secure</h1>
<span translate>if you take a screenshot, your backup may be viewed by others apps. You can make a safe backup with paper and a pen.</span>
<button ng-click="close()" class="button button-block no-border" translate>
<button ng-click="close()" class="button button-block button-clear" translate>
Got it
</button>
</div>