mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Changed back button text
- Changed back button text from "Cancel" to "Back" - Removed box-shadow from back buttons
This commit is contained in:
parent
3b3d7a7c34
commit
f3a824bda5
@ -1200,6 +1200,10 @@ main {
|
|||||||
display: none;
|
display: none;
|
||||||
padding: 0 6px 0 3px;
|
padding: 0 6px 0 3px;
|
||||||
|
|
||||||
|
&:active {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
left: -8px;
|
left: -8px;
|
||||||
border-width: 10px 8px 10px 0;
|
border-width: 10px 8px 10px 0;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<header>
|
<header>
|
||||||
<button class="button-back">Cancel</button>
|
<button class="button-back">Back</button>
|
||||||
<h2 class="title">General</h2>
|
<h2 class="title">General</h2>
|
||||||
<section class="page-actions">
|
<section class="page-actions">
|
||||||
<button class="button-save">Save</button>
|
<button class="button-save">Save</button>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<header>
|
<header>
|
||||||
<button class="button-back">Cancel</button>
|
<button class="button-back">Back</button>
|
||||||
<h2 class="title">Your Profile</h2>
|
<h2 class="title">Your Profile</h2>
|
||||||
<section class="page-actions">
|
<section class="page-actions">
|
||||||
<button class="button-save">Save</button>
|
<button class="button-save">Save</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user