mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-22 18:56:31 +00:00
Merge pull request #2522 from resin-io/fix-progress-button
Put flash cancel button in foreground
This commit is contained in:
commit
8e92c5b844
@ -52,6 +52,7 @@ svg-icon > img[disabled] {
|
||||
|
||||
.page-main .button-abort-write {
|
||||
margin-right: -35px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
%step-border {
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user