diff options
author | Tim Lucas <t@toolmantim.com> | 2023-02-23 22:58:42 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-23 12:58:42 +0100 |
commit | f4f91bc295fd423bdc81ca17f0f9491ed6cd897e (patch) | |
tree | d42a78bce7490cc86c77ee48dcbc0e77ec8aa7a6 /app/javascript/styles/mastodon-light | |
parent | 6bd700379925746ea8408bb4d5b0c99dba1506e6 (diff) |
Increase contrast of upload progress background (#23836)
Diffstat (limited to 'app/javascript/styles/mastodon-light')
-rw-r--r-- | app/javascript/styles/mastodon-light/diff.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon-light/diff.scss b/app/javascript/styles/mastodon-light/diff.scss index 01725cf96..58f161f81 100644 --- a/app/javascript/styles/mastodon-light/diff.scss +++ b/app/javascript/styles/mastodon-light/diff.scss @@ -258,6 +258,10 @@ html { border-color: $ui-base-color; } +.upload-progress__backdrop { + background: $ui-base-color; +} + // Change the background colors of statuses .focusable:focus { background: $ui-base-color; |