mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-27 20:41:45 +01:00
Increase contrast of upload progress background (#23836)
This commit is contained in:
parent
9972eb41ae
commit
a133570b26
@ -254,6 +254,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;
|
||||||
|
@ -4517,7 +4517,7 @@ a.status-card.compact:hover {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 6px;
|
height: 6px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background: $ui-base-lighter-color;
|
background: darken($simple-background-color, 8%);
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user