diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index f74f5fb02f..e79177efa8 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -1249,6 +1249,12 @@ table th[class^="col-"] {
float: none;
}
+.table > tbody > tr > td.active,
+.table > tbody > tr > th.active,
+.table > tbody > tr.active > td {
+ background-color: #f5f5f5;
+}
+
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td {
diff --git a/docs/css.html b/docs/css.html
index b401b6593d..10f2ea1ddf 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -1048,8 +1048,8 @@ For example, <section> should be wrapped as inline.
-
Use contextual classes to color table rows.
+Use contextual classes to color table rows or individual cells.
.success
|
- Indicates a successful or positive action. | +Indicates a successful or positive action |
.danger
|
- Indicates a dangerous or potentially negative action. | +Indicates a dangerous or potentially negative action |
.warning
|
- Indicates a warning that might need attention. | +Indicates a warning that might need attention | +
+ .active
+ |
+ Applies the hover color to a particular row or cell |
<section> should be wrapped as inline.