.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
color: @gray;
- background-color: @body-background;
+ background-color: @body-bg;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;
font-size: 14px;
line-height: @line-height-base;
color: @text-color;
- background-color: @body-background;
+ background-color: @body-bg;
}
// Reset fonts for revelant elements
table {
max-width: 100%;
- background-color: @table-background;
+ background-color: @table-bg;
border-collapse: collapse;
border-spacing: 0;
}
// Nesting
.table {
- background-color: @body-background;
+ background-color: @body-bg;
}
}
> tbody {
> tr:nth-child(odd) > td,
> tr:nth-child(odd) > th {
- background-color: @table-background-accent;
+ background-color: @table-bg-accent;
}
}
}
> tbody {
> tr:hover > td,
> tr:hover > th {
- background-color: @table-background-hover;
+ background-color: @table-bg-hover;
}
}
}
// Scaffolding
// -------------------------
-@body-background: #fff;
+@body-bg: #fff;
@text-color: @grayDark;
// Links
// Tables
// -------------------------
-@table-background: transparent; // overall background-color
-@table-background-accent: #f9f9f9; // for striping
-@table-background-hover: #f5f5f5; // for hover
+@table-bg: transparent; // overall background-color
+@table-bg-accent: #f9f9f9; // for striping
+@table-bg-hover: #f5f5f5; // for hover
@table-border: #ddd; // table and cell border