diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2009-05-24 09:30:58 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2009-05-24 09:30:58 +0000 |
| commit | 81d5de17f186acac5cb6a155e3e1fd38add530b4 (patch) | |
| tree | a95b43a67644457e370d147e68069d93997ca30c | |
| parent | bff888830fee5f3ed2fa82cfc667036250f80f43 (diff) | |
| download | themes-81d5de17f186acac5cb6a155e3e1fd38add530b4.tar.gz themes-81d5de17f186acac5cb6a155e3e1fd38add530b4.tar.bz2 themes-81d5de17f186acac5cb6a155e3e1fd38add530b4.zip | |
add background colour to make tab appear as part of page
| -rw-r--r-- | css/tabsystem.css | 4 |
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;} |
