You are not logged in.
Pages: 1
Some of the drop down sections (ie printers and users) cause the drop down menus to become transparent and difficult to see as the text behind the menu blends in. Is there a fix for this? Tested on multiple machines and browsers.
GLPI .72
Current plugins - massocsimport
CentOS 5.3
Offline
This is because image file "fd_ssmenu.png" in “pics” folder has transparency set in it. You can edit this file to have solid color. Another option is to change file "styles.css" in the “css” folder. Look for "ul#menu ul.ssmenu" section in the "styles.css" and replace "background: url("../pics/ fd_ssmenu.png ") 0 0 repeat;" with "background-color: #F0E5BD;". You will also have the same but solid color in the menu.
Thanks.
Last edited by venua (2009-01-02 03:35:33)
Offline
Pages: 1