mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
inverse table idea
This commit is contained in:
@@ -246,3 +246,21 @@ table {
|
||||
}
|
||||
}
|
||||
|
||||
.table-inverse {
|
||||
color: @gray-lighter;
|
||||
background-color: @gray-dark;
|
||||
|
||||
&.table-bordered {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
> thead,
|
||||
> tbody {
|
||||
> tr {
|
||||
> th,
|
||||
> td {
|
||||
border-color: @gray;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user