Weird table background color on mouseover

GK User
Tue Mar 27, 2012 1:20 pm
Hi Gavick,

I'm using the J! 2.5 version of AppSite. I've noticed that when I mouseover any tables used in an article or module, the background color of the table changes to an off-white color.

How do I change that color back to white?

Please advise.

Thanks,
railer
User avatar
Gold Boarder

GK User
Tue Mar 27, 2012 4:25 pm
Hi,

I don't get it, can you show me a screenshot?

Thanks,
User avatar
Platinum Boarder

GK User
Tue Mar 27, 2012 6:13 pm
Hi Don,

You can view it here: [Link removed by Moderator]

Try rolling your mouse cursor over the main part of the page where it says "Oops". The entire table will highlight.

Please delete the link (or this post) from this thread after you've viewed the problem.

Also, when navigating through the site, every page seems to load and then reload. What is it that is causing that and can it be fixed?

Thanks,
Railer
User avatar
Gold Boarder

GK User
Wed Mar 28, 2012 3:14 pm
Hi,

Use this code to add to CSS Override to change the background color to white when hovering on table:
Code: Select all
table tr:hover{
background: none repeat scroll 0 0 #FFFFFF!important;
}

I don't see the problem with loading pages.
User avatar
Platinum Boarder

GK User
Wed Mar 28, 2012 4:14 pm
Hi Don,

I learned something new today... that I have to enable the override.css file in the template's Advanced Settings parameters.

The code you gave me below worked perfectly!

Thanks,
Railer

PS: Can you please edit out my lostpage.html link in my previous post? (Or just delete the entire post.)
User avatar
Gold Boarder

GK User
Wed Mar 28, 2012 4:27 pm
I removed it now. Feel free to let me know if you need any other helps.

Have a nice day,
User avatar
Platinum Boarder

GK User
Wed Mar 28, 2012 4:53 pm
Don Lee wrote:I removed it now. Feel free to let me know if you need any other helps.

Have a nice day,


Thanks Don, same to you!
User avatar
Gold Boarder


cron