From 292f3cd7e0db0d71cb3202e65185f06fd04c475f Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sun, 8 Oct 2017 02:33:08 +0200 Subject: Show buffering in video player (#5261) --- app/javascript/styles/components.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'app/javascript/styles') diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index 0e7022e9b..d578e9930 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -4028,7 +4028,8 @@ button.icon-button.active i.fa-retweet { top: 10px; } - &__progress { + &__progress, + &__buffer { display: block; position: absolute; height: 4px; @@ -4036,6 +4037,10 @@ button.icon-button.active i.fa-retweet { background: $ui-highlight-color; } + &__buffer { + background: rgba($white, 0.2); + } + &__handle { position: absolute; z-index: 3; -- cgit