Browse Source

[Glitch] Increase contrast of upload progress background

Port f4f91bc295 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
closed-social-glitch-2
Tim Lucas 1 year ago
committed by Claire
parent
commit
28cb77bd07
2 changed files with 5 additions and 1 deletions
  1. +1
    -1
      app/javascript/flavours/glitch/styles/components/compose_form.scss
  2. +4
    -0
      app/javascript/flavours/glitch/styles/mastodon-light/diff.scss

+ 1
- 1
app/javascript/flavours/glitch/styles/components/compose_form.scss View File

@ -535,7 +535,7 @@
border-radius: 6px; border-radius: 6px;
width: 100%; width: 100%;
height: 6px; height: 6px;
background: $ui-base-lighter-color;
background: darken($simple-background-color, 8%);
} }
.upload-progress__tracker { .upload-progress__tracker {

+ 4
- 0
app/javascript/flavours/glitch/styles/mastodon-light/diff.scss View File

@ -258,6 +258,10 @@ html {
border-color: $ui-base-color; border-color: $ui-base-color;
} }
.upload-progress__backdrop {
background: $ui-base-color;
}
// Change the background colors of statuses // Change the background colors of statuses
.focusable:focus { .focusable:focus {
background: $ui-base-color; background: $ui-base-color;

Loading…
Cancel
Save