Frage zum Minicms Frage zum Minicms
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Frage zum Minicms

Started by Tankertom, February 22, 2015, 10:31:01 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Tankertom

Hallo,

hat wer eine Idee wo man den Hintergrund der Textarea ändern kann? Aktuell ist es scheinbar so das die Area das vom Body des aktuellen Themas erbt. Da mein Boby die Farbe schwarz ist ist die Area auch schwarz und die Schrift auch, somit sieht man die Schrift nicht.

VG TT

cmfa

versuch es mal damit

In der fckeditor.html nach
Quotevar FCK_InternalCSS      = FCKTools.FixCssUrls( FCKConfig.BasePath + 'css/', 'html{min-height:100%}
suchen und durch
Quotevar FCK_InternalCSS      = FCKTools.FixCssUrls( FCKConfig.BasePath + 'css/', 'html{min-height:100%; background-color:......}
ersetzen.
In der css des aktuellen skins des Editor noch am Eintrag
Quotebackground-color: #ffffff
important anfügen
und dann sollte es klappen.

VG