aboutsummaryrefslogtreecommitdiff
path: root/less/tables.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-03-31 17:29:05 -0700
committerMark Otto <[email protected]>2013-03-31 17:29:05 -0700
commitb7fa0d343446d394535063aca72fa6d7fdd1396f (patch)
tree8bf3394af930775c1a1d991845e8f13384ac257c /less/tables.less
parentd6f37f3c568ed70a7e20fdaa5429501d5af406a7 (diff)
downloadbootstrap-b7fa0d343446d394535063aca72fa6d7fdd1396f.tar.xz
bootstrap-b7fa0d343446d394535063aca72fa6d7fdd1396f.zip
-background to -bg for body and table vars
Diffstat (limited to 'less/tables.less')
-rw-r--r--less/tables.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/less/tables.less b/less/tables.less
index 29ae81ee4..987921937 100644
--- a/less/tables.less
+++ b/less/tables.less
@@ -5,7 +5,7 @@
table {
max-width: 100%;
- background-color: @table-background;
+ background-color: @table-bg;
border-collapse: collapse;
border-spacing: 0;
}
@@ -48,7 +48,7 @@ th {
// Nesting
.table {
- background-color: @body-background;
+ background-color: @body-bg;
}
}
@@ -153,7 +153,7 @@ th {
> tbody {
> tr:nth-child(odd) > td,
> tr:nth-child(odd) > th {
- background-color: @table-background-accent;
+ background-color: @table-bg-accent;
}
}
}
@@ -168,7 +168,7 @@ th {
> tbody {
> tr:hover > td,
> tr:hover > th {
- background-color: @table-background-hover;
+ background-color: @table-bg-hover;
}
}
}