summaryrefslogtreecommitdiff
path: root/css/tabsystem.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/tabsystem.css')
-rw-r--r--css/tabsystem.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/tabsystem.css b/css/tabsystem.css
index 9762209..1469702 100644
--- a/css/tabsystem.css
+++ b/css/tabsystem.css
@@ -1,4 +1,4 @@
-/* $Header: /cvsroot/bitweaver/_bit_themes/css/tabsystem.css,v 1.3 2009/05/12 17:57:30 squareing Exp $ */
+/* $Header: /cvsroot/bitweaver/_bit_themes/css/tabsystem.css,v 1.4 2009/05/24 09:30:58 squareing Exp $ */
/* tabs */
.tabsystem .tabcontainer {margin:0; padding:0; border:0; clear:both; z-index:1;}
.tabsystem .tabcontainer ul,
@@ -13,5 +13,5 @@ h4 {margin:0; padding:0; font-size:1em;}
.tabsystem .tabcontainer .tab-hover,
.tabsystem .tabcontainer .tab-active {top:3px; margin:0 3px; padding:4px 5px 1px 5px; border:1px solid #999; border-bottom:0;}
.tabsystem .tabcontainer .tab-hover {padding:3px 5px 1px 5px; border-top:2px solid #06f;}
-.tabsystem .tabcontainer .tab-active {top:1px; margin:0 0px; color:#000; padding:2px 8px 4px 8px; border-top:2px solid #f60;}
+.tabsystem .tabcontainer .tab-active {top:1px; margin:0 0px; color:#000; padding:2px 8px 4px 8px; border-top:2px solid #f60; background:#fff;}
.tabsystem .tabpage {border:1px solid #999; margin:0; padding:5px;}