This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Increase contrast of upload progress background (
#23836
)
closed-social-glitch-2
Tim Lucas
1 year ago
committed by
GitHub
parent
6bd7003799
commit
f4f91bc295
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
app/javascript/styles/mastodon-light/diff.scss
+1
-1
app/javascript/styles/mastodon/components.scss
+ 4
- 0
app/javascript/styles/mastodon-light/diff.scss
View File
@ -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
;
+ 1
- 1
app/javascript/styles/mastodon/components.scss
View File
@ -4543,7 +4543,7 @@ a.status-card.compact:hover {
width
:
100
%
;
height
:
6px
;
border-radius
:
6px
;
background
:
$
ui-base-lighter-color
;
background
:
darken
(
$
simple-background-color
,
8
%
)
;
position
:
relative
;
margin-top
:
5px
;
}
Write
Preview
Loading…
Cancel
Save