diff --git a/typo3/sysext/t3skin/stylesheets/structure/element_tceforms.css b/typo3/sysext/t3skin/stylesheets/structure/element_tceforms.css
index 336319fb7e5461fcf548ebbe5c06521ee2258cdc..7e967991d62f801c4a1cfa3068c2547c7aa33660 100644
--- a/typo3/sysext/t3skin/stylesheets/structure/element_tceforms.css
+++ b/typo3/sysext/t3skin/stylesheets/structure/element_tceforms.css
@@ -539,4 +539,9 @@ img.t3-tceforms-sysfile-imagepreview {
 
 * html div#typo3-docbody table.typo3-TCEforms {
 	margin-top: 20px;
-}
\ No newline at end of file
+}
+
+.typo3-TCEforms .formField-field img[src*="clear.gif"],
+.typo3-TCEforms .t3-form-palette-field img[src*="clear.gif"] {
+	z-index: 0;
+}