diff --git a/common/src/main/resources/static/adminlte/css/skins/skin-blue-light2.css b/common/src/main/resources/static/adminlte/css/skins/skin-blue-light2.css index 55633701..338ea232 100644 --- a/common/src/main/resources/static/adminlte/css/skins/skin-blue-light2.css +++ b/common/src/main/resources/static/adminlte/css/skins/skin-blue-light2.css @@ -57,11 +57,11 @@ } .sidebar, .left-side { - background-color: #f5f5f5; + background-color: #ffffff; } .content-wrapper, .main-footer { - border-left: 1px solid #e1e2e4; + border-left: 1px solid #eeeeee; } .user-panel > .info, .user-panel > .info > a { @@ -83,7 +83,7 @@ .sidebar-menu > li:hover > a, .sidebar-menu > li.active > a { color: #000; - background: #fafafa; + background: #ffffff; } .sidebar-menu > li.active { border-left-color: #1890ff; @@ -92,7 +92,7 @@ font-weight: 600; } .sidebar-menu > li > .treeview-menu { - background: #fafafa; + background: #ffffff; } .sidebar a { color: #555; @@ -160,7 +160,7 @@ .sidebar-menu .treeview-item.active > a {color:#1890ff;background-color:#e1f1ff;border-right:solid #57a6ee;} -.content-wrapper, .right-side, body {background-color: #f5f5f5;} +.content-wrapper, .right-side, body {background-color:#f5f5f5;} a, a:hover, a:active, a:focus, .form-unit, th[aria-selected=true] .ui-jqgrid-sortable {color:#1890ff;} @@ -173,6 +173,7 @@ th[aria-selected=true] .ui-jqgrid-sortable {color:#1890ff;} .select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-results__option--highlighted[aria-selected], .wup_container .placeholder .webuploader-pick {background-color:#1890ff!important;border-color:#1890ff;} +.form-unit {border-bottom: 1px solid #eee;} .tabpanel_mover li {padding:1px 16px 2px 3px;margin:6px 0 6px 6px;border:1px solid #e4e4e4; border-radius:3px;box-shadow:0 0 8px #e0e0e0;background:#fff;box-shadow:0 0 5px #e6e6e6;} @@ -181,7 +182,7 @@ th[aria-selected=true] .ui-jqgrid-sortable {color:#1890ff;} .tabpanel_mover li .closer {font:6px/1 FontAwesome;top:6px;right:2px;background:none;opacity:0.8} .tabpanel_mover li .closer:before {content:"\f00d";} .tabpanel_mover li .closer:hover {background:none;} -.tabpanel_tab_content {border-bottom-color:#eeeeee;} +.tabpanel_tab_content {border-bottom-color:#eeeeee;background-color:#fafafa;} /* .main-content {padding:10px;} .ui-layout-container {padding:10px;} @@ -189,7 +190,7 @@ th[aria-selected=true] .ui-jqgrid-sortable {color:#1890ff;} .ui-layout-resizer {background:transparent;} .ui-layout-content>.wrapper>.main-content {padding:0;} */ .box-main,.nav-main{border-radius:3px;box-shadow:0 0 5px #e0e0e0;} -.box-main>.box-header {border-bottom-color:#cae6ff;} +.box-main>.box-header {border-bottom-color:#eeeeee;} .box-main>.box-header .box-title .fa {color:#1890ff;} .form-control:focus,.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field {border-color:#66afe9!important;} diff --git a/modules/core/src/main/resources/views/modules/sys/sysSwitchSkin.html b/modules/core/src/main/resources/views/modules/sys/sysSwitchSkin.html index 5c33a5b0..21dda5aa 100644 --- a/modules/core/src/main/resources/views/modules/sys/sysSwitchSkin.html +++ b/modules/core/src/main/resources/views/modules/sys/sysSwitchSkin.html @@ -59,7 +59,7 @@ -

蓝灰

+

蓝灰(经典)