mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Rename .table-inverse, .thead-inverse, .thead-default to .table-dark, .thead-dark, .thead-light respectively
This commit is contained in:
+4
-4
@@ -99,25 +99,25 @@
|
|||||||
@include table-row-variant(active, $table-active-bg);
|
@include table-row-variant(active, $table-active-bg);
|
||||||
|
|
||||||
|
|
||||||
// Inverse styles
|
// Dark styles
|
||||||
//
|
//
|
||||||
// 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-inverse {
|
.thead-dark {
|
||||||
th {
|
th {
|
||||||
color: $table-dark-color;
|
color: $table-dark-color;
|
||||||
background-color: $table-dark-bg;
|
background-color: $table-dark-bg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.thead-default {
|
.thead-light {
|
||||||
th {
|
th {
|
||||||
color: $table-head-color;
|
color: $table-head-color;
|
||||||
background-color: $table-head-bg;
|
background-color: $table-head-bg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-inverse {
|
.table-dark {
|
||||||
color: $table-dark-color;
|
color: $table-dark-color;
|
||||||
background-color: $table-dark-bg;
|
background-color: $table-dark-bg;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user