any suggestions welcome
css problem
-
Kulinarisk
- Posts: 73
- Joined: Tue 15. Jun 2004, 01:06
- Location: Denmark
- Contact:
css problem
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
any suggestions welcome
any suggestions welcome
config_template_default.php;
~ Line 53:
~ Line 57
~ Line 58

~ Line 53:
Code: Select all
$template_default["nav_table_struct"]["row_norm_bgcolor"] = "#FF3300";Code: Select all
$template_default["nav_table_struct"]["row_over_bgcolor"] = "#000000";Code: Select all
$template_default["nav_table_struct"]["row_active_bgcolor"] = "#33FF00";-
Kulinarisk
- Posts: 73
- Joined: Tue 15. Jun 2004, 01:06
- Location: Denmark
- Contact:
thanks
never thought of looking there. Fixed my problem 