From 30daac2f7b545a9a2990776137da0e72fde4a6a6 Mon Sep 17 00:00:00 2001 From: Michal Date: Thu, 21 Jul 2022 15:04:34 +0200 Subject: [PATCH] css skin: add start_end_suggest class --- models/flowplayer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/models/flowplayer.php b/models/flowplayer.php index 2d3aaf192..61e01c1df 100644 --- a/models/flowplayer.php +++ b/models/flowplayer.php @@ -1332,6 +1332,7 @@ function css_generate( $skip_style_tag = true ) { } $css .= $sel. " .fp-bar span.chapter_passed{ background-color: ".$sProgress." !important; }\n"; + $css .= $sel. " .fp-bar span.start_end_suggest{ background-color: ".$sProgress." !important; }\n"; $css .= ".fv-player-buttons a.current { background-color: ".$sProgress." !important; }\n"; $css .= "#content ".$sel.", ".$sel." { font-family: ".$this->_get_option(array($skin, 'font-face'))."; }\n"; $css .= $sel." .fp-dropdown li.active { background-color: ".$sProgress." !important }\n";