From: Vincent Vanwaelscappel Date: Thu, 24 Oct 2024 16:25:14 +0000 (+0200) Subject: wait #7146 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=92e1059aeff4d02e3fcc16977083c262d8ac40ea;p=fluidbook-toolbox.git wait #7146 @0.5 --- diff --git a/app/Fluidbook/Compiler/Compiler.php b/app/Fluidbook/Compiler/Compiler.php index b2a063441..3dbdcdf9b 100644 --- a/app/Fluidbook/Compiler/Compiler.php +++ b/app/Fluidbook/Compiler/Compiler.php @@ -1908,7 +1908,7 @@ class Compiler extends Base implements CompilerInterface, IVirtualDirectoryError $this->log('CSS 7'); // Links Styles $this->lessVariables['links-color'] = Color::colorToCSS($this->themeSettings->linksColor); - $this->lessVariables['slideshow-color'] = Color::colorToCSS($this->themeSettings->slideshowColor ?: $this->themeSettings->couleurB); + $this->lessVariables['slideshow-color'] = Color::colorToCSS($this->themeSettings->slideshowColor); $this->lessVariables['inlineslideshow-transition-time'] = (floatval($this->fluidbookSettings->inlineSlideshowTransitionDuration) * 1000) . 'ms'; $this->lessVariables['slideshow-caption-size'] = $this->fluidbookSettings->slideshowCaptionSize ?: '16px';