Hover effect on tables?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Mar 24, 2013 5:19 pm
Reply with quote
Report this post
Hi,

Have a look here >
http://178.18.89.213/~madonna/index.php ... -mdna-tour

Scroll down when you see the dates from the tour.
When you move over the dates with your mouse the background color from that column changes to white.
I don't want that effect.

Where can I change that?

Thanks and kind regards,
GertJan
User avatar
Gold Boarder

GK User
Sun Mar 24, 2013 9:35 pm
Reply with quote
Report this post
Hi,

Please remove from the components/com_eventlist/assets/css/eventlist.css file fragment:

Code: Select all
div#eventlist table.eventtable tr:hover td
{ background: #F8F8F8 }


additionally from css/joomla.css file in the template directory please remove this fragment:

Code: Select all
tr:hover {
  background: #fbfbfb;
}


it should helps :)
User avatar
Administrator

GK User
Mon Mar 25, 2013 12:43 pm
Reply with quote
Report this post
Thanks, it helped!
User avatar
Gold Boarder


cron