diff options
| author | Mark Otto <[email protected]> | 2014-07-13 23:45:34 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-13 23:45:34 -0700 |
| commit | d60d34231a7e76684d43f9c1fb8b1d60d589183e (patch) | |
| tree | f1d17b1dd942c1ad8fbbdea428f5acd2cad70d6e /less | |
| parent | 3e896193abb3e529abd9260ebfc60d284071c4f3 (diff) | |
| download | bootstrap-d60d34231a7e76684d43f9c1fb8b1d60d589183e.tar.xz bootstrap-d60d34231a7e76684d43f9c1fb8b1d60d589183e.zip | |
table headers
Diffstat (limited to 'less')
| -rw-r--r-- | less/tables.less | 15 |
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; + } +} + |
