Closed (fixed)
Project:
Vertical Tabs
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 May 2009 at 04:56 UTC
Updated:
2 Jun 2009 at 01:50 UTC
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.