From 5ab043ceb8d51b550bc9c2a61ae2363375ab61c9 Mon Sep 17 00:00:00 2001 From: Michele Dell'Aquila Date: Tue, 12 Sep 2006 16:49:46 +0000 Subject: [PATCH] tabs.css: white background in selected tab --- www/extras/tabs/tabs.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/extras/tabs/tabs.css b/www/extras/tabs/tabs.css index 4a29c9b7c..9eed68c5d 100644 --- a/www/extras/tabs/tabs.css +++ b/www/extras/tabs/tabs.css @@ -33,6 +33,7 @@ div.tabs { .tabActive { padding: 3px 9px 3px 9px; z-index: 10000; + background: white; top: -2px; }