mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 03:06:38 +00:00
style(GUI): unify "close" top right corner X in all modals (#841)
Every modal in the application should contain the same "close" X at the top right corner, for consistency purposes. The only modal lacking this button was the update notifier modal. Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
5d42fd181a
commit
5a48395d6d
@ -1,5 +1,6 @@
|
|||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h4 class="modal-title">New Update Available!</h4>
|
<h4 class="modal-title">New Update Available!</h4>
|
||||||
|
<button class="close" ng-click="modal.closeModal()">×</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user