diff options
author | Isabelle Knott <isabelle@blackle-mori.com> | 2017-04-15 19:12:47 -0400 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-16 01:12:47 +0200 |
commit | 911338bdccd357b3d9985e4d9424494d6bd3a73d (patch) | |
tree | b63d93b8c2077bf79772c7da0a2c399fb4589c19 /app/assets/stylesheets | |
parent | 0f8b7d06604d81a102eae1b263072fd04fa4cbe0 (diff) |
Show error message if video cannot be loaded (#1879)
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/components.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index 90fada672..d1c4d2bb2 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -1383,7 +1383,7 @@ button.icon-button.active i.fa-retweet { } } -.media-spoiler { +.media-spoiler, .video-error-cover { background: $color8; color: $color5; } |