Skip to content

Commit

Permalink
Fix bootstrap-related comments in dark_theme.less.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Jul 5, 2016
1 parent 2cf4942 commit 00efd32
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/ui/public/styles/dark-theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -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;
Expand All @@ -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,
Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -179,7 +179,7 @@
}


// /node_modules/bootstrap/less/navs.less
// /src/ui/public/styles/bootstrap/navs.less
.nav {
> li {
> a {
Expand All @@ -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 {
Expand Down

0 comments on commit 00efd32

Please sign in to comment.