浅蓝主题微调侧边栏色调
This commit is contained in:
@@ -57,11 +57,11 @@
|
||||
}
|
||||
.sidebar,
|
||||
.left-side {
|
||||
background-color: #E3E7EC;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.content-wrapper,
|
||||
.main-footer {
|
||||
border-left: 1px solid #d2d6de;
|
||||
border-left: 1px solid #e1e2e4;
|
||||
}
|
||||
.user-panel > .info,
|
||||
.user-panel > .info > a {
|
||||
@@ -74,7 +74,7 @@
|
||||
}
|
||||
.sidebar-menu > li.header {
|
||||
color: #848484;
|
||||
background: #E3E7EC;
|
||||
background: #f8f8f8;
|
||||
}
|
||||
.sidebar-menu > li > a {
|
||||
border-left: 3px solid transparent;
|
||||
@@ -83,7 +83,7 @@
|
||||
.sidebar-menu > li:hover > a,
|
||||
.sidebar-menu > li.active > a {
|
||||
color: #000;
|
||||
background: #EAEDF1;
|
||||
background: #fafafa;
|
||||
}
|
||||
.sidebar-menu > li.active {
|
||||
border-left-color: #1890ff;
|
||||
@@ -92,7 +92,7 @@
|
||||
font-weight: 600;
|
||||
}
|
||||
.sidebar-menu > li > .treeview-menu {
|
||||
background: #EAEDF1;
|
||||
background: #fafafa;
|
||||
}
|
||||
.sidebar a {
|
||||
color: #555;
|
||||
@@ -158,7 +158,9 @@
|
||||
background-color: #3b8ab8;
|
||||
}
|
||||
|
||||
.sidebar-menu .treeview-item.active > a {color:#000;background-color:#fff;}
|
||||
.sidebar-menu .treeview-item.active > a {color:#1890ff;background-color:#fff;}
|
||||
|
||||
.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;}
|
||||
@@ -191,4 +193,4 @@ th[aria-selected=true] .ui-jqgrid-sortable {color:#1890ff;}
|
||||
.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;}
|
||||
.ui-jqgrid .ui-jqgrid-labels th, .ui-jqgrid tr.ui-row-ltr td {border-right:0!important;}
|
||||
.ui-jqgrid tr.ui-row-ltr td {border-right:0!important;}
|
||||
|
||||
Reference in New Issue
Block a user