提交 156f56c3 编写于 作者: A Abdullah Almsaeed

Fix background color

上级 cc465423
/*!
* AdminLTE v2.4.0
* AdminLTE v2.4.2
* Author: Almsaeed Studio
* Website: Almsaeed Studio <https://adminlte.io>
* License: Open source - MIT
......
......@@ -71,7 +71,7 @@ body {
.content-wrapper {
min-height: 100%;
background-color: @body-bg;
background-color: @content-bg;
z-index: 800;
}
......
......@@ -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
// --------------------------------------------------------
......
......@@ -95,7 +95,7 @@ body {
}
.content-wrapper {
min-height: 100%;
background-color: #ffffff;
background-color: #ecf0f5;
z-index: 800;
}
.main-footer {
......
因为 它太大了无法显示 source diff 。你可以改为 查看blob
{
"name": "admin-lte",
"version": "2.4.0",
"version": "2.4.2",
"main": "dist/js/adminlte.min.js",
"repository": {
"type": "git",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册