Merge pull request #2522 from resin-io/fix-progress-button

Put flash cancel button in foreground
This commit is contained in:
Lorenzo Alberto Maria Ambrosi 2018-10-28 21:53:17 +01:00 committed by GitHub
commit 8e92c5b844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -52,6 +52,7 @@ svg-icon > img[disabled] {
.page-main .button-abort-write {
margin-right: -35px;
z-index: 1;
}
%step-border {

View File

@ -6428,7 +6428,8 @@ svg-icon > img[disabled] {
min-width: 170px; }
.page-main .button-abort-write {
margin-right: -35px; }
margin-right: -35px;
z-index: 1; }
.page-main .step-border-left, .page-main .step-border-right {
height: 2px;