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

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -