diff --git a/Build/Resources/Public/Less/TYPO3/_element_tceforms.less b/Build/Resources/Public/Less/TYPO3/_element_tceforms.less index 6fbd7cda75fc092a1a14439eab68d9efff9b1903..7d29f7b11d87f81f206eef29861e87bcb0d3cb26 100644 --- a/Build/Resources/Public/Less/TYPO3/_element_tceforms.less +++ b/Build/Resources/Public/Less/TYPO3/_element_tceforms.less @@ -220,36 +220,27 @@ div.t3-form-field-container:first-child .t3-form-field-label-flex { top: 4px; } -.t3-form-field-item { - position: relative; - border: 1px solid transparent; - padding: 0; -} - .t3-tceforms-widget-null-wrapper + .t3-form-field-item { display: inline-block; } -.t3-form-field-item.disabled { - border: 1px dotted #696362; -} - -.t3-form-field-disable, -.t3-form-field-item.disabled .t3-form-field-item.disabled .t3-form-field-disable { +.t3-form-field-disable { display: none; } -.t3-form-field-item.disabled .t3-form-field-disable { - z-index: 8000; - background: #f4f4f4; - display: block; - position: absolute; - width: 100%; - height: 100%; - - opacity: 0.5; - filter: alpha(opacity=50); +.t3js-formengine-field-item.disabled { + position: relative; + .t3-form-field-disable { + z-index: 8000; + background: #fafafa; + display: block; + position: absolute; + width: 100%; + height: 100%; + + opacity: 0.5; + filter: alpha(opacity=50); + } } - .t3-form-palette-field-label { text-indent: 2px; } diff --git a/typo3/sysext/backend/Resources/Public/Css/backend.css b/typo3/sysext/backend/Resources/Public/Css/backend.css index 75160de8c28b3aa2f6be1a7d774383cc393ee1aa..080af8ef315a1472ba27fbdda7bbc0f3db90de7c 100644 --- a/typo3/sysext/backend/Resources/Public/Css/backend.css +++ b/typo3/sysext/backend/Resources/Public/Css/backend.css @@ -10615,24 +10615,18 @@ div.t3-form-field-container:first-child .t3-form-field-label-flex { right: 3px; top: 4px; } -.t3-form-field-item { - position: relative; - border: 1px solid transparent; - padding: 0; -} .t3-tceforms-widget-null-wrapper + .t3-form-field-item { display: inline-block; } -.t3-form-field-item.disabled { - border: 1px dotted #696362; -} -.t3-form-field-disable, -.t3-form-field-item.disabled .t3-form-field-item.disabled .t3-form-field-disable { +.t3-form-field-disable { display: none; } -.t3-form-field-item.disabled .t3-form-field-disable { +.t3js-formengine-field-item.disabled { + position: relative; +} +.t3js-formengine-field-item.disabled .t3-form-field-disable { z-index: 8000; - background: #f4f4f4; + background: #fafafa; display: block; position: absolute; width: 100%;