Invisible left border.
Deciphered - May 5, 2009 - 04:56
| Project: | Vertical Tabs |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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;
}
#1
Fixed with #466490: Backport Drupal 7 Vertical Tabs CSS.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.