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 /docs/dist/css/bootstrap.css | |
| parent | 3e896193abb3e529abd9260ebfc60d284071c4f3 (diff) | |
| download | bootstrap-d60d34231a7e76684d43f9c1fb8b1d60d589183e.tar.xz bootstrap-d60d34231a7e76684d43f9c1fb8b1d60d589183e.zip | |
table headers
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index c9df6bbee..3fcf5e677 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -1638,6 +1638,14 @@ table th[class*="col-"] { border-bottom: 0; } } +.table > .thead-inverse > tr > th { + color: #fff; + background-color: #373a3c; +} +.table > .thead-default > tr > th { + color: #55595c; + background-color: #eceeef; +} fieldset { min-width: 0; padding: 0; |
