Theme Fixes for adminlte 4

This commit is contained in:
johnnyq
2026-08-14 14:11:13 -04:00
parent e6da3fd0e3
commit 0fe6d51bdb
12 changed files with 200 additions and 35 deletions

View File

@@ -41,6 +41,6 @@ header("X-Frame-Options: DENY");
<script src="/libs/jquery/jquery.min.js"></script>
<script src="/libs/toastr/toastr.min.js"></script>
</head>
<body class="layout-fixed sidebar-expand-lg app-loaded">
<body class="layout-fixed sidebar-expand-lg app-loaded theme-<?= escapeHtml($config_theme) ?>">
<div class="app-wrapper text-sm">

View File

@@ -1,5 +1,5 @@
<!-- Navbar -->
<nav class="app-header navbar navbar-expand bg-<?= escapeHtml($config_theme) ?>" data-bs-theme="dark">
<nav class="app-header navbar navbar-expand" data-bs-theme="dark">
<!-- Left navbar links -->
<ul class="navbar-nav">