Page 1 of 1

css problem

Posted: Wed 8. Sep 2004, 14:40
by Kulinarisk
I have created my own style sheet borrowing heavily from the default one. My problem is that I want to remove the greenish hover state from the navigation list - I just can't figure out where it has to be changed in the css :roll:
any suggestions welcome

Posted: Wed 8. Sep 2004, 14:47
by nekket
config_template_default.php;
~ Line 53:

Code: Select all

$template_default["nav_table_struct"]["row_norm_bgcolor"]		= "#FF3300";
~ Line 57

Code: Select all

$template_default["nav_table_struct"]["row_over_bgcolor"]		= "#000000";
~ Line 58

Code: Select all

$template_default["nav_table_struct"]["row_active_bgcolor"]		= "#33FF00";
:P

thanks

Posted: Thu 9. Sep 2004, 13:11
by Kulinarisk
never thought of looking there. Fixed my problem :D