tabs.css: white background in selected tab

This commit is contained in:
Michele Dell'Aquila 2006-09-12 16:49:46 +00:00
parent d3fbe15ca7
commit 5ab043ceb8

View file

@ -33,6 +33,7 @@ div.tabs {
.tabActive {
padding: 3px 9px 3px 9px;
z-index: 10000;
background: white;
top: -2px;
}