Former-commit-id: f7638ecdf98785462690891a44eced3de97b9362 [formerly 0350b8092bf94fb011c6f26977fd6582ee4a65ba] [formerly 673cca7ed0ac1509b03c9951c098b8c1d7373bf7 [formerly fd4a61dc6e]]
Former-commit-id: f73592741d97dc1e6c958d0f8bcf3039186fb197 [formerly df9ada47f5bdd7599ffeb58656408fe336040ffd]
Former-commit-id: a66cb47fecee973122275fbc1beb2b44654864a1
This commit is contained in:
Henrique Dias 2017-07-20 18:50:29 +01:00
parent dc39e2b5e4
commit 36eee78eff
4 changed files with 4 additions and 73 deletions

View File

@ -59,7 +59,7 @@
</div>
<p>
<input v-if="id !== 0" type="submit" @click.prevent="deletePrompt" class="cancel" value="Delete">
<button v-if="id !== 0" @click.prevent="deletePrompt" type="button" class="delete">Delete</button>
<input type="submit" value="Save">
</p>
</form>

View File

@ -39,6 +39,7 @@
margin-top: 0;
}
.dashboard form > p:last-child,
form.dashboard > p:last-child {
text-align: right
}
@ -82,11 +83,11 @@ form.dashboard > p:last-child {
border-color: green;
}
.dashboard input[type="submit"].cancel {
.dashboard button.delete {
background: #F44336;
}
.dashboard input[type="submit"].cancel:hover {
.dashboard button.delete:hover {
background: #D32F2F;
}

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
53488bca1c74fc05385f793d835eef4aeca4b3d6