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
Comment #1
quicksketchFixed with #466490: Backport Drupal 7 Vertical Tabs CSS.