By kevinbock on
I feel clueless, but I'm absolutely unable to find the CSS used to style the primary and secondary tabs classes. "tabs primary" and "tabs secondary". e.g.:
<div class="tabs"><ul class="tabs primary">
<li class="active"><a href="/sharedfiles" class="active">View</a></li>
<li><a href="/sharedfiles/edit">Edit</a></li>
<li><a href="/sharedfiles/clone">Clone</a></li>
<li><a href="/sharedfiles/export">Export</a></li>
</ul>
</div>I've looked in all of the css files imported by the html document and see no reference at all to any css for those tabs. I've searched the forums and found nothing, also. Where is the css for this?
Comments
These are, by the way, the
These are, by the way, the standard drupal tabs that I'm talking about that show up in every theme that I've seen thus far.
modules have their own css
So check in system.css under the system module. There is a style for ul.primary etc...