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:
+4
-4
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user