Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-06-26 01:11:37 +0400
committerMark Otto <markotto@twitter.com>2012-06-26 01:11:37 +0400
commit27845e4492741a973231ff1be6c493e001a28555 (patch)
tree1085a75069f5641f61e9f9af34c577e9a1401fbb /less
parent508a93d9e307457426f2aa2fcfa740858ebd851a (diff)
#3223: make table row hover optional class
Diffstat (limited to 'less')
-rw-r--r--less/tables.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/tables.less b/less/tables.less
index b4f6027bf9..8bd563a062 100644
--- a/less/tables.less
+++ b/less/tables.less
@@ -136,7 +136,7 @@ table {
// HOVER EFFECT
// ------------
// Placed here since it has to come after the potential zebra striping
-.table {
+.table-hover {
tbody tr:hover td,
tbody tr:hover th {
background-color: @tableBackgroundHover;