Author Topic: ACP navigation  (Read 4789 times)

0 Members and 1 Guest are viewing this topic.

Offline Jenn

  • Full Member
  • ***
  • Posts: 105
    • View Profile
ACP navigation
« 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

Offline CeJay

  • Sr. Member
  • ****
  • Posts: 425
    • View Profile
Re: ACP navigation
« Reply #1 on: March 03, 2007, 08:24:18 AM »
it should be in the cpstyle.css in the admin folder

It should be: .navlink:hover

Offline Jenn

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Re: ACP navigation
« Reply #2 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.

Offline CeJay

  • Sr. Member
  • ****
  • Posts: 425
    • View Profile
Re: ACP navigation
« Reply #3 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.



Offline Jenn

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Re: ACP navigation
« Reply #4 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.

Offline CeJay

  • Sr. Member
  • ****
  • Posts: 425
    • View Profile
Re: ACP navigation
« Reply #5 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: