Fix background color

This commit is contained in:
Abdullah Almsaeed 2017-10-09 12:32:18 -04:00
parent cc4654239b
commit 156f56c3c1
6 changed files with 7 additions and 6 deletions

View file

@ -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

View file

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

View file

@ -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
// --------------------------------------------------------

View file

@ -95,7 +95,7 @@ body {
}
.content-wrapper {
min-height: 100%;
background-color: #ffffff;
background-color: #ecf0f5;
z-index: 800;
}
.main-footer {

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "admin-lte",
"version": "2.4.0",
"version": "2.4.2",
"main": "dist/js/adminlte.min.js",
"repository": {
"type": "git",