diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-08-25 15:09:19 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-08-29 17:32:22 +0200 |
commit | b90bd31cfdc812da770ec3abd3a1a3a597d85a04 (patch) | |
tree | e3ec0838eee6be976f9c5ba5485835b4d227fbfc /app/javascript/flavours/glitch/styles/mastodon-light | |
parent | 84d4d75c91db62adb7f81ba6382f2f756898e6eb (diff) |
[Glitch] Fix more visual issues with the audio player
Port 2e99e3cab349db6102505736e3b4b94abe776b80 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/mastodon-light')
-rw-r--r-- | app/javascript/flavours/glitch/styles/mastodon-light/diff.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss b/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss index 35a8ce7a3..4c2b76a21 100644 --- a/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss +++ b/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss @@ -372,3 +372,10 @@ .directory__tag > div { box-shadow: none; } + +.audio-player .video-player__controls button, +.audio-player .video-player__time-sep, +.audio-player .video-player__time-current, +.audio-player .video-player__time-total { + color: $primary-text-color; +} |