From f55027e7a07f4cb3f74cd6c42e710e794564df3c Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Sat, 30 Jul 2005 07:41:09 +0000 Subject: Fix for bug 302702: refactors tabs code into shared file so not only prefs and search but also other pages can use it --- skins/standard/global.css | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index f9ac7c96d..ab3eabf10 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -313,21 +313,24 @@ body padding: 1em 0; } -.selected_tab +td.tab { - background: #fff; - border: 1px solid black; + background: #eee; + text-align: center; + border-style: solid; + border-color: black; + border-width: 0px 0px 2px 0px; } - -.unselected_tab + +td.tab.selected { - background: #eee; - border: 1px solid black; + background: white; + border-width: 2px 2px 0px 2px; } -.spacer +td.tab.spacer { - border: 1px solid black; + background: white; } table#flags th, table#flags td { vertical-align: baseline; text-align: left; } -- cgit v1.2.3-24-g4f1b