mirror of https://github.com/ColorlibHQ/AdminLTE
removed `.btn-flat` from `add-new-event`-btn in calendar demo
parent
f1f98ba2d8
commit
8f5b3d68b9
|
@ -658,7 +658,7 @@
|
||||||
<input id="new-event" type="text" class="form-control" placeholder="Event Title">
|
<input id="new-event" type="text" class="form-control" placeholder="Event Title">
|
||||||
|
|
||||||
<div class="input-group-append">
|
<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>
|
</div>
|
||||||
<!-- /btn-group -->
|
<!-- /btn-group -->
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue