From 59b6beef17d9cbc7e0598887e9e02ed62ac80699 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 20 Jul 2021 15:44:02 +0200 Subject: [PATCH] wait #4600 @0.5 --- app/Models/FluidbookTheme.php | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/app/Models/FluidbookTheme.php b/app/Models/FluidbookTheme.php index c97a479f9..5bf45a6e7 100644 --- a/app/Models/FluidbookTheme.php +++ b/app/Models/FluidbookTheme.php @@ -455,14 +455,11 @@ class FluidbookTheme extends CubistMagicAbstractModel 'default' => 60, 'translatable' => false, ]); - $this->addField([ - 'type' => 'FormSeparator', - ]); $this->addField([ 'name' => 'menuColor', 'type' => 'Color', 'label' => __('Couleur du fond'), - 'default' => '#ffffff', + 'default' => 'transparent', 'allows_alpha' => true, 'translatable' => false, ]); @@ -474,9 +471,6 @@ class FluidbookTheme extends CubistMagicAbstractModel 'label' => __('Image de fond'), 'translatable' => false, ]); - $this->addField([ - 'type' => 'FormSeparator', - ]); $this->addField([ 'name' => 'invertMenuPosition', @@ -485,9 +479,6 @@ class FluidbookTheme extends CubistMagicAbstractModel 'default' => false, 'translatable' => false, ]); - $this->addField([ - 'type' => 'FormSeparator', - ]); $this->addField([ 'name' => 'afterSearch', 'name_as_collection' => true, -- 2.39.5