html - CssClass="table table-striped" change transparent strip to blue -
i import twitter classes when use table stripped shows me 1 white , 1 transparent, want transparent change gray, way achive that. regards
look below section in bootstrap.css
, replace background-color
of choice
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th { background-color: #999; /*change color here*/ }
Comments
Post a Comment