Index: typo3/sysext/t3skin/extjs/xtheme-t3skin.css =================================================================== --- typo3/sysext/t3skin/extjs/xtheme-t3skin.css (Revision 6570) +++ typo3/sysext/t3skin/extjs/xtheme-t3skin.css (Arbeitskopie) @@ -2188,3 +2188,14 @@ #loginformWindow .x-window-ml { background-color: #E4E4E4; } + +/* Buttons in file upload dialog */ +#t3-file-upload-window-button-selectfiles .x-btn-text.t3icon-ext-upload, +#t3-file-upload-window-button-cancel .x-btn-text.t3icon-ext-cancel { + color: #000; +} + +/* Buttons in the recycler */ +#ext-recycler-mod1-index-php .x-btn-small.x-btn-icon-small-left button { + color: #000; +} \ No newline at end of file