Code: Alles auswählen
/* Für den Text im Chatframe */
.chattextgroup {
color:#CE5A21;
font-size:13px;
}
/* Für den Button */
.submitgroup {
font-size:10px;
font-weight:bold;
color:#E36B30;
width:80px;
margin-right:2px;
}
Um trotzdem eigene Angaben benutzen zu können muss hinter jedes Attribut ein !important.
Beispiel:
Code: Alles auswählen
.chattextgroup {
color:#CE5A21 !important;
font-size:13px !important;
}