2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

-background to -bg for body and table vars

This commit is contained in:
Mark Otto
2013-03-31 17:29:05 -07:00
parent d6f37f3c56
commit b7fa0d3434
4 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -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;
}
}
}