提交 be6e222e 编写于 作者: A AndreiCN 提交者: GitHub

Merge pull request #440 from ernaniaz/master

dataTable fixed header bug on sidebar toggle
......@@ -762,6 +762,9 @@ a:focus {
position: absolute;
top: 0
}
.nav-md ul.nav.child_menu li:last-child::after {
bottom: 50%;
}
.nav.side-menu>li>a,
.nav.child_menu>li>a {
color: #E7E7E7;
......
......@@ -114,6 +114,8 @@ $MENU_TOGGLE.on('click', function() {
$BODY.toggleClass('nav-md nav-sm');
setContentHeight();
$('.dataTable').each ( function () { $(this).dataTable().fnDraw(); });
});
// check active menu
......
......@@ -68,6 +68,8 @@ $(document).ready(function() {
$BODY.toggleClass('nav-md nav-sm');
setContentHeight();
$('.dataTable').each ( function () { $(this).dataTable().fnDraw(); });
});
// check active menu
......
......@@ -546,6 +546,9 @@ a:hover, a:focus {
position: absolute;
top: 0;
}
.nav-md ul.nav.child_menu li:last-child::after {
bottom: 50%;
}
.nav.side-menu>li>a, .nav.child_menu>li>a {
color: #E7E7E7;
font-weight: 500;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册