Browse Source

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

REJack 5 years ago
parent
commit
8f5b3d68b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/calendar.html

+ 1 - 1
pages/calendar.html

@@ -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>