aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/tables.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/less/tables.less b/less/tables.less
index 3a546917c..b742897c1 100644
--- a/less/tables.less
+++ b/less/tables.less
@@ -219,6 +219,11 @@ table {
// Exact selectors below required to override .table-striped
.table > tbody > tr {
+ > td.active,
+ > th.active,
+ &.active > td {
+ background-color: @table-bg-hover;
+ }
> td.success,
> th.success,
&.success > td {