From 1ff1c97b59968b3b4b79a047534789ab5be1eb43 Mon Sep 17 00:00:00 2001 From: Alexander Opitz Date: Thu, 30 Nov 2023 08:45:57 +0100 Subject: [PATCH] [RELEASE] 8.1.4 Related: #544 Release: 8.1.4 --- Resources/Public/StyleSheet/PageLayout.css | 1 + ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Resources/Public/StyleSheet/PageLayout.css b/Resources/Public/StyleSheet/PageLayout.css index 08a0c490e..11d861c25 100644 --- a/Resources/Public/StyleSheet/PageLayout.css +++ b/Resources/Public/StyleSheet/PageLayout.css @@ -43,6 +43,7 @@ div.tvjs-dropzone { .tvp-childs-table .col.t3-grid-cell { padding: 0; + background-color: #fafafa; } .tvp-record-edit:empty + .row.tvp-childs-table { diff --git a/ext_emconf.php b/ext_emconf.php index 17d33a2ec..d75b84d68 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ 'title' => 'TemplaVoilà! Plus', 'description' => 'Building kit for custom pages and content elements with individual fields, containers and backend layouts. Supporting drag\'n\'drop and multiple references.', 'category' => 'misc', - 'version' => '8.1.3', + 'version' => '8.1.4', 'state' => 'stable', 'uploadfolder' => 0, 'createDirs' => 'uploads/tx_templavoilaplus/',