diff options
| author | Shyam Sunder <sgsunder1@gmail.com> | 2021-11-29 20:06:20 -0500 |
|---|---|---|
| committer | Shyam Sunder <sgsunder1@gmail.com> | 2021-11-29 20:06:20 -0500 |
| commit | 780b7dc6fd1830244a6236905a6e8ce9afcfb993 (patch) | |
| tree | 8500c68df664bc8f46651c79095147a76dcf1733 /client/css | |
| parent | 9f95e9eb90258f77518f7f5d3d7421333ba28e34 (diff) | |
client/upload: restore option to pause upload chain on error
Diffstat (limited to 'client/css')
| -rw-r--r-- | client/css/post-upload.styl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/css/post-upload.styl b/client/css/post-upload.styl index 3836293..ea79fca 100644 --- a/client/css/post-upload.styl +++ b/client/css/post-upload.styl @@ -14,9 +14,11 @@ $cancel-button-color = tomato &.inactive input[type=submit], &.inactive .skip-duplicates &.inactive .always-upload-similar + &.inactive .pause-remain-on-error &.uploading input[type=submit], &.uploading .skip-duplicates, &.uploading .always-upload-similar + &.uploading .pause-remain-on-error &:not(.uploading) .cancel display: none @@ -44,6 +46,9 @@ $cancel-button-color = tomato .always-upload-similar margin-left: 1em + .pause-remain-on-error + margin-left: 1em + form>.messages margin-top: 1em |