How to make table row background change in Bootstrap 3 on hover. The table class I'm using now is table table-striped . I tried adding an extra class to the <tr> tags in the table and made css this way .table-row:hover{background:black;} . Now only lines without stripes work. Isn't there a class in bootstrap that will allow me to easily implement this? Or should I use JQuery to fix this? I really can't figure it out myself.
twitter-bootstrap twitter-bootstrap-3 css-tables hover row
user6827 Dec 06 '13 at 0:27 2013-12-06 00:27
source share