kwotes/templates/default/kwotes-ie.css

13 lines
186 B
CSS
Raw Normal View History

2004-11-02 01:40:14 +00:00
/* Stupid IE stuff... at least they get to see something hilite */
.tab a:active
{
background-color: #8b8bca;
}
.tab a:hover
{
background-color: #dfdff0;
}
/* End stupid IE stuff */