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
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-12-07 23:56:35 +0400
committerMark Otto <otto@github.com>2013-12-07 23:56:35 +0400
commitfe58357df182b52f5905f432a3b2629c717656f1 (patch)
tree16cab0c0bb942a69c600098e753e5cf373c46374 /dist/css/bootstrap.css
parentc07632e4e8398f55d796d00b520ca43df38dbf29 (diff)
Fixes #10884: Adds .info variant to contextual table classes
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 435c969d56..4d11858c70 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -1803,6 +1803,24 @@ table th[class*="col-"] {
background-color: #ebcccc;
}
+.table > thead > tr > .info,
+.table > tbody > tr > .info,
+.table > tfoot > tr > .info,
+.table > thead > .info > td,
+.table > tbody > .info > td,
+.table > tfoot > .info > td,
+.table > thead > .info > th,
+.table > tbody > .info > th,
+.table > tfoot > .info > th {
+ background-color: #d9edf7;
+}
+
+.table-hover > tbody > tr > .info:hover,
+.table-hover > tbody > .info:hover > td,
+.table-hover > tbody > .info:hover > th {
+ background-color: #c4e3f3;
+}
+
@media (max-width: 767px) {
.table-responsive {
width: 100%;