Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.8.2
-
None
-
SunOS 5.11 snv_106 i86pc i386 i86pc
apache-tomcat-6.0.18
Java(TM) SE Runtime Environment (build 1.6.0_13-b03)
Firefox 3.06
-
gwt editor wysiwyg albatross
-
Trivial
-
Description
An install of xwiki-enterprise-web-1.8.2.war and xwiki-enterprise-wiki-1.8.2.xar results in a dark background (using a colour-picker reveals it to be #4C5661, which I think appears only in the skins/albatross/colorsblack.css) when setting the albatross skin in XWikiPreferences and using the XWiki syntax 2.0 GWT wysiwyg editor. This makes it very difficult to read the text.
It seems that changing
./resources/js/xwiki/wysiwyg/gwt/com.xpn.xwiki.wysiwyg.Wysiwyg/stylesheets/RichTextArea.css
to have
body.main {
background-color: #FFFFFF !important;
...
remedies the problem. There may be some other css change which is a better solution (possibly in colorsblack.css or RichTextArea.css).