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-02-08 16:37:31.593501043 +0000 +++ smeserver-manager-AdminLTE-0.1.3/root/usr/share/smanager/themes/AdminLTE/public/css/adminlte-content.css 2022-02-08 15:49:00.000000000 +0000 @@ -140,5 +140,9 @@ margin-top:1rem; } +.dark-mode .label { + color:black; + background-color:lightgrey; +} diff -urN smeserver-manager-AdminLTE-0.1.3.old/root/usr/share/smanager/themes/AdminLTE/public/css/adminlte-header-and-footer.css smeserver-manager-AdminLTE-0.1.3/root/usr/share/smanager/themes/AdminLTE/public/css/adminlte-header-and-footer.css --- smeserver-manager-AdminLTE-0.1.3.old/root/usr/share/smanager/themes/AdminLTE/public/css/adminlte-header-and-footer.css 2022-02-08 16:37:31.578500884 +0000 +++ smeserver-manager-AdminLTE-0.1.3/root/usr/share/smanager/themes/AdminLTE/public/css/adminlte-header-and-footer.css 2022-02-10 11:46:00.000000000 +0000 @@ -30,6 +30,31 @@ padding-top: 0.5rem; } + #darkmodeswt { + padding-left: 0.5rem; + padding-top: 0.5rem; +} + .sm2-footer { width:100%; } + +.dark-mode container-fluid { + background-color:lightblue; +} + +.dark-mode div .mb-2 { + background-color:#454d55; +} + +.dark-mode .navbar-white { + background-image: linear-gradient(to right, lightgrey,#454d55); +} + +.dark-mode .active { + background-color:lightgrey; +} + +.dark-mode .button { + background:darkgrey; +} 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-02-08 16:37:31.578500884 +0000 +++ smeserver-manager-AdminLTE-0.1.3/root/usr/share/smanager/themes/AdminLTE/public/css/adminlte-menu.css 2022-02-09 11:59:00.000000000 +0000 @@ -27,9 +27,11 @@ color:green!important; font-weight:bold; } + .section-title { color:blue!important; } + a#toguser.menu-title { color:blue!important; font-weight:normal; @@ -60,4 +62,32 @@ td a:hover { color:red; } + +.dark-mode .main-sidebar { + background-color:#343a40; +} + +.dark-mode [class*="sidebar-light-"] .sidebar a { + color:inherit; +} + +.dark-mode .login-page input[type="text"] { + background-color:#343a40; +} + +.dark-mode input:-webkit-autofill, +.dark-mode input:-webkit-autofill, +.dark-mode input:-webkit-autofill:hover, +.dark-mode input:-webkit-autofill:focus, +.dark-mode textarea:-webkit-autofill, +.dark-mode textarea:-webkit-autofill:hover, +.dark-mode textarea:-webkit-autofill:focus, +.dark-mode select:-webkit-autofill, +.dark-mode select:-webkit-autofill:hover, +.dark-mode select:-webkit-autofill:focus { + -webkit-text-fill-color:#343a40; +} + + + \ 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-02-08 16:37:31.587500980 +0000 +++ smeserver-manager-AdminLTE-0.1.3/root/usr/share/smanager/themes/AdminLTE/templates/layouts/default.html.ep 2022-02-09 18:58:00.000000000 +0000 @@ -36,7 +36,7 @@ %= content_for 'refresh' - +
@@ -65,11 +65,17 @@ -
  • +
  • + + +