From cc6c45155a8df0f70147ef3cdc82d9ce7fa0c4f4 Mon Sep 17 00:00:00 2001
From: Georg Ringer <georg.ringer@gmail.com>
Date: Mon, 3 Feb 2014 07:05:24 +0100
Subject: [PATCH] [TASK] Move cursor::pointer to complete header area in IRRE

The whole header is clickable, thererfore move the css rule
to this place.

Change-Id: Ia864faba4976fc5e2e84299a42e2661a9566be1c
Resolves: #55611
Releases: 6.2, 6.1
Reviewed-on: https://review.typo3.org/27285
Reviewed-by: Stefan Neufeind
Tested-by: Stefan Neufeind
---
 .../Resources/Public/Css/visual/element_tceforms.css      | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/typo3/sysext/t3skin/Resources/Public/Css/visual/element_tceforms.css b/typo3/sysext/t3skin/Resources/Public/Css/visual/element_tceforms.css
index a06463ecb75e..a6a77594aecf 100644
--- a/typo3/sysext/t3skin/Resources/Public/Css/visual/element_tceforms.css
+++ b/typo3/sysext/t3skin/Resources/Public/Css/visual/element_tceforms.css
@@ -384,6 +384,7 @@ TCEforms Inline-Relational-Record-Editing
 
 .t3-form-field-header-inline {
 	background-color: #E0E0E0;
+	cursor: pointer;
 }
 .t3-form-field-header-inline:hover {
 	background-color: #cccccc;
@@ -419,11 +420,6 @@ TCEforms Inline-Relational-Record-Editing
 	border: 0;
 }
 
-.t3-form-field-header-inline td.t3-form-field-header-inline-summary,
-.t3-form-field-header-inline td.t3-form-field-header-inline-icon {
-	cursor: pointer;
-}
-
 .t3-form-field-header-inline td.t3-form-field-header-inline-summary dl dt {
 	font-weight: bold;
 }
@@ -525,4 +521,4 @@ TCEforms Sections
 
 .t3-form-palette-field-label {
 	text-indent: 2px;
-}
\ No newline at end of file
+}
-- 
GitLab