Skip to content

Commit

Permalink
Add save button
Browse files Browse the repository at this point in the history
  • Loading branch information
moratorium08 committed Jun 6, 2017
1 parent c5e7c5e commit 65ee781
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added image/control-button-save.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.less
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,7 @@ button {
}
}

@buttons: exit, ranking, execute, stop, rapid, step;
@buttons: exit, ranking, execute, stop, rapid, save, step;
.-(@i: length(@buttons)) when (@i > 0) {
@button: extract(@buttons, @i);
& > button.@{button} {
Expand Down
1 change: 1 addition & 0 deletions index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ html
button.exit(type = 'button')
button.ranking(type = 'button')
button.execute(type = 'button')
button.save(type = 'button')
button.stop(type = 'button')
button.rapid(type = 'button')
button.step(type = 'button')
Expand Down

0 comments on commit 65ee781

Please sign in to comment.