Browse Source

Fix background color

Abdullah Almsaeed 7 years ago
parent
commit
156f56c3c1

+ 1 - 1
build/less/AdminLTE.less

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

+ 1 - 1
build/less/core.less

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

+ 2 - 1
build/less/variables.less

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

+ 1 - 1
dist/css/AdminLTE.css

@@ -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 it is too large
+ 0 - 0
dist/css/AdminLTE.min.css


+ 1 - 1
package.json

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

Some files were not shown because too many files changed in this diff