Das kommt von der Definition bei table.
Welche Definition meinst du?
Hier der code:
Code:
table {
color: #ffffff;
font-family: "Segoe UI", Arial, Sans-Serif;
font-size: 13px;
}
Schau mal in die tinymce.css. Dort suche nach thead und ändere die HG-Farbe.
Bei dir:
PHP-Code:
thead {
background-color: #FFBBBB;
}
ändern in:
PHP-Code:
thead {
background-color: transparent;
}
Danke,
diese Datei sollte eigentlich garnicht mehr da sein
- Erledigt -
Manchmal ist es wirklich versteckt.
Mit den Entwicklertools ins Opera oder Chrome oder Firebug bei Firefox kann man so etwas aber einfach analysieren. In welcher Datei das stand hatte ich aber vergessen zu schauen.