There are a few bugs in the 4.0 code that make things not show up correctly:
In
stylevar.php it has a defined hex color. If you change the CP style most times the text is unreadable. (open with wordpad)
Find:
PHP Code:
.container {
background:#DDDDDD;
}
In my opinion it should be removed or changed to:
PHP Code:
.container {
background: transparent;
}
I won't give any support to changing this file... but this is just some info for those that think the style is broken... it's not.