Untitled
Ian
css
4 years ago
409 B
13
Indexable
/*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*/Editor is loading...