Closed (fixed)
Project:
Vertical Tabs
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2008 at 04:07 UTC
Updated:
20 Jan 2009 at 03:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchI'll move this to features. Yes it's not pretty the way things are now, but theming is an inevitable part of building a real site. Color.module isn't real flexible at this point, but we'll see what sort of things might be possible to make Vertical tabs work with it. Otherwise we might need to simply remove all the "pretty" theming and make our own CSS that isn't theme specific.
Comment #2
quicksketchI've removed all the theme-specific code from Vertical Tabs, so it'll no longer look "blue" even if your theme is a different set of colors. Regarding the concerns in your screenshot, the use of vertical tabs on the general admin/settings/* pages has been entirely removed, which was more of an experiment than a practical application.
Comment #3
quicksketchI've committed the attached patch, which supports color module when used in combination with Garland. Potentially other themes could be supported, but they'd need to have the exact same default colors as Garland, which I think would be unlikely. As an alternative, I'd encourage the developer of the color-enabled theme to include Vertical Tabs CSS in their CSS file, then it's colors will be modified just the same as the rest of the theme.
Comment #4
Bevan commentedI created #354845: Left border below tabs missing which I think was introduced as part of this.