From: Ernesto Baschny Date: Tue, 17 Sep 2013 16:03:03 +0000 (+0200) Subject: [BUGFIX] Form Wizard: Adds mouse pointer to docheader icons X-Git-Tag: TYPO3_6-2-0alpha3~60 X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/commitdiff_plain/d16f55106fb55dda6b55b48f5f4e7eb81f9942cc?hp=2bb534890d1cee98add4d738c7e5587b62ec06a6 [BUGFIX] Form Wizard: Adds mouse pointer to docheader icons Resolves: #50907 Releases: 6.2, 6.1, 6.0 Change-Id: I232498fea18b270e9436aeaf710f728a62365a4b Reviewed-on: https://review.typo3.org/23874 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters --- diff --git a/typo3/sysext/form/Resources/Public/CSS/Wizard/Wizard.css b/typo3/sysext/form/Resources/Public/CSS/Wizard/Wizard.css index 376add3153a1..a877b94ee8de 100644 --- a/typo3/sysext/form/Resources/Public/CSS/Wizard/Wizard.css +++ b/typo3/sysext/form/Resources/Public/CSS/Wizard/Wizard.css @@ -1,5 +1,9 @@ @charset "UTF-8"; +span.t3-icon-actions { + cursor: pointer; +} + div#typo3-inner-docbody { height: 100%; padding: 0;