mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
updates
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:
parent
dc39e2b5e4
commit
36eee78eff
@ -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>
|
||||
|
@ -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
@ -1 +0,0 @@
|
||||
53488bca1c74fc05385f793d835eef4aeca4b3d6
|
Loading…
Reference in New Issue
Block a user