[Typo3-german] Formular Senden-Button css-Klasse zuweisen
Hendrik Will
mail at hendrikwill.com
Fri Sep 9 15:18:35 CEST 2005
Hendrik Will wrote:
> Hallo,
> ich schlage mich gerade mit dem Standard-Formular herum. Eigentlich
> vollkommen ausreichend, aber ich möchte jetzt beispielsweise dem
> Senden-Button eine bestimmte css-Klasse zuweisen. Die normalen
> input-Felder sollen eine andere css-Klasse zugewiesen bekommen bekommen.
>
> Hier mein css-Code:
>
> .csc-form-labelcell,
> .csc-form-radio {
> font-family: verdana, arial, helvetica, sans-serif;
> font-size: 9px;
> font-weight: normal;
> color: #000000;
> text-align: right;
> padding-right: 10px;
> }
>
> .csc-form-labelcell input textarea {
> border: 0;
> background: #EDEDED;
> }
>
> .csc-mailform input, textarea {
> border: 0;
> background: #EDEDED;
> margin-top: 10px;
> }
Lösung gefunden:
tt_content.mailform.20 {
params >
params.input = class="text"
params.submit = class="button"
}
More information about the TYPO3-german
mailing list