Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS jQuery UI tab styling – can’t override default styling for a specific ID Re: jQuery UI tab styling – can’t override default styling for a specific ID

#66717
gno
Member

By the way, if both the content and header parts should have the same styling you could do it like this:

.ui-tab .ui-widget-content, .ui-tab .ui-widget-header { border: none; background: none; }