mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
.thead-dark and .thead-light border color should display the right border color
This commit is contained in:
+13
-9
@@ -103,17 +103,21 @@
|
|||||||
//
|
//
|
||||||
// Same table markup, but inverted color scheme: dark background and light text.
|
// Same table markup, but inverted color scheme: dark background and light text.
|
||||||
|
|
||||||
.thead-dark {
|
.table {
|
||||||
th {
|
.thead-dark {
|
||||||
color: $table-dark-color;
|
th {
|
||||||
background-color: $table-dark-bg;
|
color: $table-dark-color;
|
||||||
|
background-color: $table-dark-bg;
|
||||||
|
border-color: $table-dark-border-color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.thead-light {
|
.thead-light {
|
||||||
th {
|
th {
|
||||||
color: $table-head-color;
|
color: $table-head-color;
|
||||||
background-color: $table-head-bg;
|
background-color: $table-head-bg;
|
||||||
|
border-color: $table-border-color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user