The module Quicktabs support some tab styles. Could be a good idea to "copy" that feature on "tabs" module.

Comments

jdwfly’s picture

Does anyone else think this is worth it? If so, it will make it into the 1.0 release.

jdwfly’s picture

Status: Active » Postponed

This is a good idea but it will have to wait. Unless of course someone else wants to step up and do it.

jzornig’s picture

I had a view with row style = node and I wanted to style the tabs based on the node type. I added the following change to line 66 of includes/views_tabs_plugin_style.inc

                '#attributes' => array('class' => 'tab-title' . ' node-type-' . $node->type),

I was then able to style the tabs to match the node content which already had the class node-type-<type>