4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: Jenn on March 02, 2007, 07:53:18 PM

Title: ACP navigation
Post by: Jenn on March 02, 2007, 07:53:18 PM
Can anyone tell me where I can find the code for the navigation side of the Admin Panel?

I want to remove the yellow hover in each table cell.

I have been wrecking my brains put trying to find it to remove it.

Thanks so much
Jen
Title: Re: ACP navigation
Post by: CeJay on March 03, 2007, 08:24:18 AM
it should be in the cpstyle.css in the admin folder

It should be: .navlink:hover
Title: Re: ACP navigation
Post by: Jenn on March 03, 2007, 06:30:28 PM
Nah thats not it.

The Nav hover is a hover color of the text itself.

This hover Im looking for is a table row function.
Title: Re: ACP navigation
Post by: CeJay on March 04, 2007, 07:05:09 AM
This hover Im looking for is a table row function.
Sorry.

Open admin_functions.php
Search for:
Code: [Select]
#FFE673
Replace with the color code you want.
That should do it.


Title: Re: ACP navigation
Post by: Jenn on March 05, 2007, 03:46:33 PM
That was part of it, I wanted the whole mouseover and off gone.

Figured it out.

Thanks Cejay.
Title: Re: ACP navigation
Post by: CeJay on March 05, 2007, 09:43:06 PM
That was part of it, I wanted the whole mouseover and off gone.

Glad that pointed you in the right direction of what you wanted to do  :wink: