Changed back button text

- Changed back button text from "Cancel" to "Back"
- Removed box-shadow from back buttons
This commit is contained in:
nicoburns 2013-09-17 22:25:26 +01:00
parent 3b3d7a7c34
commit f3a824bda5
3 changed files with 6 additions and 2 deletions

View File

@ -1200,6 +1200,10 @@ main {
display: none;
padding: 0 6px 0 3px;
&:active {
box-shadow: none;
}
&:before {
left: -8px;
border-width: 10px 8px 10px 0;

View File

@ -1,5 +1,5 @@
<header>
<button class="button-back">Cancel</button>
<button class="button-back">Back</button>
<h2 class="title">General</h2>
<section class="page-actions">
<button class="button-save">Save</button>

View File

@ -1,5 +1,5 @@
<header>
<button class="button-back">Cancel</button>
<button class="button-back">Back</button>
<h2 class="title">Your Profile</h2>
<section class="page-actions">
<button class="button-save">Save</button>