We are using Tabs GK5 to display tabbed content. We do have a problem with it's usability. It seems like most of the users thinks that the grey tab is the active one, rather than the white one. Can you change this so that it has more usability?
.gkTabsWrap.vertical ol li.active, .gkTabsWrap.horizontal ol li.active, .gkTabsWrap.vertical ol li.active:hover, .gkTabsWrap.horizontal ol li.active:hover {
background: #FFF;
color: #696969;
}
.gkTabsWrap.vertical ol li, .gkTabsWrap.horizontal ol li {
background: #696969;
color: #FFF;
}
.gkTabsWrap.vertical ol li:hover, .gkTabsWrap.horizontal ol li:hover {
background: #F9F9F9;
color: #353639;
}
.gkTabsWrap.vertical ol li.active, .gkTabsWrap.horizontal ol li.active, .gkTabsWrap.vertical ol li.active:hover, .gkTabsWrap.horizontal ol li.active:hover {
border-top: 1px solid red;
}