aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-13 23:45:34 -0700
committerMark Otto <[email protected]>2014-07-13 23:45:34 -0700
commitd60d34231a7e76684d43f9c1fb8b1d60d589183e (patch)
treef1d17b1dd942c1ad8fbbdea428f5acd2cad70d6e /less
parent3e896193abb3e529abd9260ebfc60d284071c4f3 (diff)
downloadbootstrap-d60d34231a7e76684d43f9c1fb8b1d60d589183e.tar.xz
bootstrap-d60d34231a7e76684d43f9c1fb8b1d60d589183e.zip
table headers
Diffstat (limited to 'less')
-rw-r--r--less/tables.less15
1 files changed, 15 insertions, 0 deletions
diff --git a/less/tables.less b/less/tables.less
index 25db1fe40..31b575163 100644
--- a/less/tables.less
+++ b/less/tables.less
@@ -231,3 +231,18 @@ table {
}
}
}
+
+
+.table > .thead-inverse {
+ > tr > th {
+ color: #fff;
+ background-color: @gray-dark;
+ }
+}
+.table > .thead-default {
+ > tr > th {
+ color: @gray;
+ background-color: @gray-lighter;
+ }
+}
+