Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bootstrap-related comments in dark_theme.less.
Browse files Browse the repository at this point in the history
cjcenizal committed Jul 1, 2016
1 parent 0b2a8cc commit ee44a34
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
@@ -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 {

0 comments on commit ee44a34

Please sign in to comment.