Frage zum Minicms Frage zum Minicms
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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