Commit d7493a86 authored by Michael Bukachi's avatar Michael Bukachi

fix: Correct styling for 'Cancel' button

parent e4097eaf
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
'<input class="input-mini" type="text" name="daterangepicker_end" value="" />' + '<input class="input-mini" type="text" name="daterangepicker_end" value="" />' +
'</div>' + '</div>' +
'<button class="applyBtn" disabled="disabled" type="button"></button>&nbsp;' + '<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>' + '</div>' +
'</div>'; '</div>';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment