mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-26 16:27:18 +00:00
Put flash cancel button in foreground
Change-type: patch Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
This commit is contained in:
parent
890e866ae2
commit
c366fbde22
@ -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