Fix bootstrap-related comments in dark_theme.less.

This commit is contained in:
CJ Cenizal 2016-07-01 15:18:34 -07:00
parent 2cf49428a5
commit 00efd32166

View file

@ -5,7 +5,7 @@
color: @text-color;
background-color: @dashboard-bg;
// /node_modules/bootstrap/less/scaffolding.less
// /src/ui/public/styles/bootstrap/scaffolding.less
a {
color: @link-color;
@ -16,7 +16,7 @@
}
// /node_modules/bootstrap/less/forms.less
// /src/ui/public/styles/bootstrap/forms.less
.form-control {
color: @input-color;
background-color: @input-bg;
@ -29,13 +29,13 @@
}
// /node_modules/bootstrap/less/panels.less
// /src/ui/public/styles/bootstrap/panels.less
.panel {
background-color: @panel-bg;
}
// /node_modules/bootstrap/less/tables.less
// /src/ui/public/styles/bootstrap/tables.less
.table {
// Cells
> thead,
@ -82,7 +82,7 @@
}
// /node_modules/bootstrap/less/buttons.less
// /src/ui/public/styles/bootstrap/buttons.less
.btn {
background-color: @dark-button-bg;
color: @dark-button-font;
@ -106,7 +106,7 @@
}
// /node_modules/bootstrap/less/list-group.less
// /src/ui/public/styles/bootstrap/list-group.less
.list-group-item {
background-color: @list-group-bg;
border: 0 none transparent;
@ -179,7 +179,7 @@
}
// /node_modules/bootstrap/less/navs.less
// /src/ui/public/styles/bootstrap/navs.less
.nav {
> li {
> a {
@ -192,7 +192,7 @@
}
// /node_modules/bootstrap/less/navs.less
// /src/ui/public/styles/bootstrap/navs.less
.nav-tabs {
border-bottom: 1px solid @gray4;
> li {