Untitled

 avatar
Ian
css
2 years ago
409 B
4
Indexable
Never
/*start - accordion theme w/ hover*/
.tab-button{
    border:2px solid #EDDB0E!important;
}
.tab-button:before{
    border-color:#fff!important;
}
.tab-button:hover{
    border:2px solid #EDDB0E!important;
   background-color:#EDDB0E!important;
}
.tab-button:hover:before{
    border-color:#000!important;
}

.tab-header{
    background-color:#EDDB0E!important;
    color:#EDDB0E;
}
/*end*/