Using garland theme, the left border of the fieldset section is invisible.
Attached fix (not patch, to lazy) works, though doubtful in IE6.

File: vertical_tabs/garland/vertical_tabs.garland.css

Change:

div.vertical-tabs ul.vertical-tabs-list li.selected {
  background-color: transparent;
}

To:

div.vertical-tabs ul.vertical-tabs-list :first-child.selected {
  background: #FFF url(gradient-inner.png) repeat-x 0 0;
}

Remove:

div.vertical-tabs-div {
  border-left: none;
}

Comments

quicksketch’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.