mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
table headers
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user