forocom
Well-Known Member
i try to use this in extra.css but not work and also is there any way to unify everything ( same color )
BR
Code:
.XenBase .navTabs .navTab.selected .tabLinks {
background-color: #3b5998;
}
html .navTabs .navTab.selected .navLink {
background-color: #3b5998;
}
#content .pageContent {
border-top: #3b5998;
}
.nodeList .categoryStrip {
border-bottom: #3b5998;
border-bottom-color: #3b5998;
}
.sidebar h3:before, .nodeList .categoryStrip .nodeTitle:before, .textWithCount span.text:before, html .container .xengallerySideBar .section h3:before, .resourceListSidebar .secondaryContent h3:first-child:before {
border-left:#3b5998;
}
.sidebar .section .primaryContent h3, .sidebar .section .secondaryContent h3, .profilePage .mast .section.infoBlock h3, .XenBase .xengallerySideBarContainer .xengallerySideBar .section h3 {
border-bottom:#3b5998;
BR