
01-24-2011, 09:29 PM
|
 |
|
|
Join Date: Feb 2006
Location: www.menokia.com
Posts: 594
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Roms
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.
|
Thank you
|