2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

#3223: make table row hover optional class

This commit is contained in:
Mark Otto
2012-06-25 14:11:37 -07:00
parent 508a93d9e3
commit 27845e4492
4 changed files with 81 additions and 3 deletions
+2 -2
View File
@@ -1748,8 +1748,8 @@ table {
background-color: #f9f9f9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
background-color: #f5f5f5;
}