From b4d2fd49dc78ef3ecce72b5ed62c1f9074fed98d Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 20 Dec 2021 18:20:09 +0100 Subject: [PATCH] wait #4666 --- .idea/deployment.xml | 56 ++++++----------------------------------- src/Compiler/Styles.php | 5 ++++ 2 files changed, 12 insertions(+), 49 deletions(-) diff --git a/.idea/deployment.xml b/.idea/deployment.xml index 5e83037..5d9a0bb 100644 --- a/.idea/deployment.xml +++ b/.idea/deployment.xml @@ -1,6 +1,6 @@ - + @@ -9,20 +9,6 @@ - - - - - - - - - - - - - - @@ -58,13 +44,6 @@ - - - - - - - @@ -72,13 +51,6 @@ - - - - - - - @@ -142,10 +114,10 @@ - + - + @@ -159,28 +131,28 @@ - + - + - + - + @@ -264,13 +236,6 @@ - - - - - - - @@ -320,13 +285,6 @@ - - - - - - - diff --git a/src/Compiler/Styles.php b/src/Compiler/Styles.php index 8dc8c1a..9bf20f2 100644 --- a/src/Compiler/Styles.php +++ b/src/Compiler/Styles.php @@ -190,6 +190,11 @@ trait Styles $this->lessVariables['loader-background-color'] = Color::colorToCSS($this->config->couleurL); $this->lessVariables['loader-foreground-color'] = Color::colorToCSS($this->config->loadingSecColor); + // Audio player + $this->lessVariables['audioplayer-icon-color']= Color::colorToCSS($this->config->audioplayerIconColor); + $this->lessVariables['audioplayer-background-color']= Color::colorToCSS($this->config->audioplayerBackgroundColor); + $this->lessVariables['audioplayer-stroke-color']= Color::colorToCSS($this->config->audioplayerStrokeColor); + // Audio description buttons $this->lessVariables['audiodescription-background'] = Color::colorToCSS($this->config->couleurA); $this->lessVariables['audiodescription-color'] = Color::colorToCSS($this->config->couleurA); -- 2.39.5