Skip to content

Commit

Permalink
fix: Correct styling for 'Cancel' button
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbukachi committed Aug 30, 2020
1 parent e4097ea commit d7493a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
'<input class="input-mini" type="text" name="daterangepicker_end" value="" />' +
'</div>' +
'<button class="applyBtn" disabled="disabled" type="button"></button>&nbsp;' +
'<button class="cancelBtn" type="button"></button>' +
'<button class="cancelBtn btn-danger" type="button"></button>' +
'</div>' +
'</div>' +
'</div>';
Expand Down

0 comments on commit d7493a8

Please sign in to comment.