[TYPO3-german]  Re:   NOOB Frage Schriftfarbe im MAil Form ändern
    Jan-Claas Dirks 
    Dirks at jcdIT.net
       
    Mon Sep 18 18:11:54 CEST 2006
    
    
  
Bernhard Schneider schrieb:
> Wie kann ich im Standart Mail Form die Schriftfarbe von Schwarz auf weis
> ändern
Bei Verwendung von TYPO3 4.0, CSS Styled Content (DIV-Layout):
.csc-mailform-field input, .csc-mailform-field textarea {
	color: #fff;
}
Bei Verwendung von TYPO3 3.8, CSS Styled Content (Tabellenlayout):
.csc-form-fieldcell input, .csc-form-fieldcell textarea {
	color: #fff;
}
-- 
Jan-Claas Dirks
jcdIT.net
    
    
More information about the TYPO3-german
mailing list