I use the Bootstrap UI tabs and I want to change the CSS for some components, but not sure how to access the various elements exactly.
The elements that I would like to change are the text for the active tab, the text for the inactive tab, and the border for both.
What is the correct syntax for accessing these tabs in CSS?
Here is the uib-tab HTML code that I am using:
<uib-tabset> <uib-tab heading="Episodes"></uib-tab> <uib-tab heading="Categories"></uib-tab> </uib-tabset>
I'm new to CSS - sorry in advance ...
source share