diff options
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/global.css | 21 |
1 files changed, 12 insertions, 9 deletions
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; } |