From 81d5de17f186acac5cb6a155e3e1fd38add530b4 Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Sun, 24 May 2009 09:30:58 +0000 Subject: add background colour to make tab appear as part of page --- css/tabsystem.css | 4 ++-- 1 file 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;} -- cgit v1.3