diff --git a/src/common/progressWindow/progressWindow.css b/src/common/progressWindow/progressWindow.css index 851965eea..f1670f460 100644 --- a/src/common/progressWindow/progressWindow.css +++ b/src/common/progressWindow/progressWindow.css @@ -18,13 +18,14 @@ button:active { .ProgressWindow-box { width: 300px; max-width: 92%; - border-color: #adadad #9a9a9a #ababab; + border-color: #d0d7de; + border-radius: 6px; border-width: 1px; border-style: solid; - background-color: #ededed; + background-color: #ffffff; box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 20px -2px; - margin-left: 4px; - padding: 6px 10px 6px; + margin: auto; + padding: 10px; min-height: 40px; overflow: hidden; position: relative @@ -57,6 +58,8 @@ button:active { flex-grow: 1; overflow: hidden; text-overflow: ellipsis; + border-radius: 3px; + background: #ffffff8a; } .ProgressWindow-targetIcon { @@ -76,7 +79,7 @@ button:active { background: url('disclosure-closed.svg') no-repeat center/40% transparent; width: 26px; font-size: 20px; - height: 20px; + height: 22px; line-height: 17px; cursor: default; user-select: none