Skip to content

Commit

Permalink
Fix background color
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 committed Oct 9, 2017
1 parent cc46542 commit 156f56c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/less/AdminLTE.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* AdminLTE v2.4.0
* AdminLTE v2.4.2
* Author: Almsaeed Studio
* Website: Almsaeed Studio <https://adminlte.io>
* License: Open source - MIT
Expand Down
2 changes: 1 addition & 1 deletion build/less/core.less
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ body {

.content-wrapper {
min-height: 100%;
background-color: @body-bg;
background-color: @content-bg;
z-index: 800;
}

Expand Down
3 changes: 2 additions & 1 deletion build/less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
@link-hover-color: lighten(@link-color, 15%);

// Body background (Affects main content background only)
@body-bg: #ecf0f5;
@body-bg: #ecf0f5; // DEPRECATED
@content-bg: #ecf0f5;

// SIDEBAR SKINS
// --------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion dist/css/AdminLTE.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ body {
}
.content-wrapper {
min-height: 100%;
background-color: #ffffff;
background-color: #ecf0f5;
z-index: 800;
}
.main-footer {
Expand Down
2 changes: 1 addition & 1 deletion dist/css/AdminLTE.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admin-lte",
"version": "2.4.0",
"version": "2.4.2",
"main": "dist/js/adminlte.min.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 156f56c

Please sign in to comment.