Howto change background color of the opened page of the tab container?

0
How can I change the background color of the opened (selected) page of the tab container widget? So far I found a default class that changes the background color of the selected tab on top, but not the whole page below it. Thank you in advance!
asked
1 answers
2

I think you can use .tab-content>.active {}  for this.

answered