Answer the question
In order to leave comments, you need to log in
Table-hover died, how to resurrect it?
I transferred the template to yii2.
Bootstrap 3.
And in-1 hover died. The color no longer changes on hover. This is a stock bootstrap class for table-hover tables.
While table-striped works great.
The table-responsive class is completely broken, the slider to scroll the table does not appear
Answer the question
In order to leave comments, you need to log in
No other styles connected? Nobody reassigns them?
Here is how to apply them, https://getbootstrap.com/docs/3.3/css/#tables
Are you exactly doing this?
<div class="table-responsive">
<table class="table table-hover">
...
</table>
</div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question