mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -124,7 +124,7 @@
|
||||
//## Customizes the `.table` component with basic values, each used across all table variations.
|
||||
|
||||
//** Padding for `<th>`s and `<td>`s.
|
||||
@table-cell-padding: .5rem;
|
||||
@table-cell-padding: .75rem;
|
||||
//** Padding for cells in `.table-condensed`.
|
||||
@table-condensed-cell-padding: .3rem;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user