diff options
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; + } +} + |
