0

I import twitter classes but when i use table stripped it shows me one white and one transparent, i want the transparent change to gray, is any way to achive that. regards

1 Answers1

0

look for the below section in bootstrap.css and replace the background-color of your choice

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #999; /*Change the color here*/
}
Mihir Kale
  • 1,028
  • 1
  • 12
  • 20