XF 1.2 Categorystrip changes when I edit sectionheaders

Matthew Hawley

Well-known member
When I add this to EXTRA.css the categoryStrip changes too.

Code:
.discussionList .sectionHeaders
{   
    background-color: #0080da;
    border-top: 1px solid #0080da;
    border-bottom: 1px solid #0080da;
    background: linear-gradient(to bottom, #0080da 0, #006db9 100%) !important;
   
}
 
Top Bottom