Skip to content

Commit

Permalink
sidebar treemenu update
Browse files Browse the repository at this point in the history
  • Loading branch information
guohongze committed Feb 12, 2019
1 parent 6cfaec8 commit 851756f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions static/dist/css/skins/skin-yellow-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
.skin-yellow-light .wrapper,
.skin-yellow-light .main-sidebar,
.skin-yellow-light .left-side {
background-color: #f9fafc;
background-color: #ffffff;
}
.skin-yellow-light .content-wrapper,
.skin-yellow-light .main-footer {
Expand Down Expand Up @@ -94,7 +94,7 @@
font-weight: 600;
}
.skin-yellow-light .sidebar-menu > li > .treeview-menu {
background: #f4f4f5;
background: #ffffff;
}
.skin-yellow-light .sidebar a {
color: #444444;
Expand All @@ -108,6 +108,7 @@
.skin-yellow-light .treeview-menu > li.active > a,
.skin-yellow-light .treeview-menu > li > a:hover {
color: #000000;
background: #f4f4f5;
}
.skin-yellow-light .treeview-menu > li.active > a {
font-weight: 600;
Expand Down
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</script>

</head>
<body class="hold-transition skin-yellow-light sidebar-mini">
<body class="hold-transition skin-yellow-light sidebar-mini sidebar-collapse">
<div class="loading"></div>
<div class="wrapper">

Expand Down

0 comments on commit 851756f

Please sign in to comment.