diff options
Diffstat (limited to 'frontend/src/css/UploadRunDialog.css')
| -rw-r--r-- | frontend/src/css/UploadRunDialog.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/frontend/src/css/UploadRunDialog.css b/frontend/src/css/UploadRunDialog.css index b4667da..c783d2a 100644 --- a/frontend/src/css/UploadRunDialog.css +++ b/frontend/src/css/UploadRunDialog.css | |||
| @@ -13,7 +13,7 @@ div#upload-run{ | |||
| 13 | left: calc(50% + 160px); top: 130px; | 13 | left: calc(50% + 160px); top: 130px; |
| 14 | transform: translateX(-50%); | 14 | transform: translateX(-50%); |
| 15 | background-color: #2b2e46; | 15 | background-color: #2b2e46; |
| 16 | z-index: 2; color: white; | 16 | z-index: 3; color: white; |
| 17 | font-family: BarlowSemicondensed-SemiBold; | 17 | font-family: BarlowSemicondensed-SemiBold; |
| 18 | } | 18 | } |
| 19 | 19 | ||
| @@ -36,10 +36,9 @@ div#upload-run{ | |||
| 36 | position: absolute; | 36 | position: absolute; |
| 37 | background-color: black; | 37 | background-color: black; |
| 38 | opacity: .3; | 38 | opacity: .3; |
| 39 | left: 320px; | 39 | width: 100%; |
| 40 | width: calc(100% - 320px); | ||
| 41 | height: 100%; | 40 | height: 100%; |
| 42 | z-index: 2; | 41 | z-index: 3; |
| 43 | cursor: no-drop; | 42 | cursor: no-drop; |
| 44 | } | 43 | } |
| 45 | 44 | ||