mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 10:49:59 +01:00
Make "Add Step" button blue (#1331)
Changed the button's class from "btn-success" to "btn-primary."
This commit is contained in:
committed by
Jeffrey Warren
parent
5c76cb4012
commit
510fd7a934
@@ -148,7 +148,7 @@
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<button class="btn btn-success btn-lg" name="add" id="add-step-btn">Add Step</button></div>
|
||||
<button class="btn btn-primary btn-lg" name="add" id="add-step-btn">Add Step</button></div>
|
||||
</div>
|
||||
<div class="row center-align">
|
||||
<button id="resetButton" class="btn btn-default btn-lg"
|
||||
|
||||
Reference in New Issue
Block a user