I have this HTML code :
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Cancel</button>
<a href="poweron.php" type="button" class="btn btn-danger text-white">Power On</a>
</div>
and here's how it looks like on Safari and Chrome :
why the power button looks 'grey' and it has different size on Safari but works as I expected on Chrome? How to make it looks exactly same like on the Google Chrome?
