diff -urN smeserver-manager-AdminLTE-0.1.3.old/root/usr/share/smanager/themes/AdminLTE/public/css/adminlte-content.css smeserver-manager-AdminLTE-0.1.3/root/usr/share/smanager/themes/AdminLTE/public/css/adminlte-content.css --- smeserver-manager-AdminLTE-0.1.3.old/root/usr/share/smanager/themes/AdminLTE/public/css/adminlte-content.css 2022-03-15 10:43:38.433709018 +0000 +++ smeserver-manager-AdminLTE-0.1.3/root/usr/share/smanager/themes/AdminLTE/public/css/adminlte-content.css 2022-03-14 11:15:00.000000000 +0000 @@ -145,4 +145,3 @@ background-color:lightgrey; } - diff -urN smeserver-manager-AdminLTE-0.1.3.old/root/usr/share/smanager/themes/AdminLTE/public/css/adminlte-menu.css smeserver-manager-AdminLTE-0.1.3/root/usr/share/smanager/themes/AdminLTE/public/css/adminlte-menu.css --- smeserver-manager-AdminLTE-0.1.3.old/root/usr/share/smanager/themes/AdminLTE/public/css/adminlte-menu.css 2022-03-15 10:43:38.414708825 +0000 +++ smeserver-manager-AdminLTE-0.1.3/root/usr/share/smanager/themes/AdminLTE/public/css/adminlte-menu.css 2022-03-15 10:39:00.000000000 +0000 @@ -88,6 +88,11 @@ -webkit-text-fill-color:#343a40; } +.text-sm .nav-link { + padding: 0; + padding-left:10px; + } + \ No newline at end of file diff -urN smeserver-manager-AdminLTE-0.1.3.old/root/usr/share/smanager/themes/AdminLTE/templates/layouts/default.html.ep smeserver-manager-AdminLTE-0.1.3/root/usr/share/smanager/themes/AdminLTE/templates/layouts/default.html.ep --- smeserver-manager-AdminLTE-0.1.3.old/root/usr/share/smanager/themes/AdminLTE/templates/layouts/default.html.ep 2022-03-15 10:43:38.433709018 +0000 +++ smeserver-manager-AdminLTE-0.1.3/root/usr/share/smanager/themes/AdminLTE/templates/layouts/default.html.ep 2022-03-14 14:23:00.000000000 +0000 @@ -303,6 +303,9 @@ $("#h2e22").addClass("float-right"); $("#h2e23").addClass("float-right"); $("#h2e12").addClass("float-right"); + + //table sort icon + $(".column-sort").addClass("fa fa-sort"); /*Dark mode changes*/ var mode = localStorage.getItem('darkmode'); @@ -318,6 +321,7 @@ $("#fontsizeid").val(fontsize).change(); + var url = window.location; // for sidebar menu entirely but not cover treeview - not yet working... @@ -357,6 +361,7 @@ }; }(jQuery)); + /** add active class and stay opened when selected */ // for treeview - not currently used. (but I may do!!)