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";