This specific node and the active tab: .tab-content.background-area /*THIS BACKGROUND as you asked in the picture*/{
background-color: rgb(36, 56, 74);}
ul#taskTab.nav.nav-tabs.container li.active a /*active tab colors*/{
background-color: rgb(36, 56, 74);
color:white;
border-bottom-color: grey;}
If you need more, ask.
Comments
.tab-content.background-area /*THIS BACKGROUND as you asked in the picture*/{ background-color: rgb(36, 56, 74);} ul#taskTab.nav.nav-tabs.container li.active a /*active tab colors*/{ background-color: rgb(36, 56, 74); color:white; border-bottom-color: grey;}
If you need more, ask.