removed .btn-flat from add-new-event-btn in calendar demo

This commit is contained in:
REJack
2019-07-28 12:47:52 +02:00
parent f1f98ba2d8
commit 8f5b3d68b9

View File

@@ -658,7 +658,7 @@
<input id="new-event" type="text" class="form-control" placeholder="Event Title">
<div class="input-group-append">
<button id="add-new-event" type="button" class="btn btn-primary btn-flat">Add</button>
<button id="add-new-event" type="button" class="btn btn-primary">Add</button>
</div>
<!-- /btn-group -->
</div>