Accordion Color
unknown
css
3 years ago
413 B
16
Indexable
/*Start Element theme - */
.tab-button{
border:2px solid #fff!important;
}
.tab-button:before{
border-color:#fff!important;
}
.tab-button:hover{
border:2px solid #fff!important;
background-color:#fff!important;
}
.tab-button:hover:before{
border-color:#1A3668!important;
}
.tab-header{
background-color:#1A3668!important;
color:#fff;
}
/*END Element theme */Editor is loading...