mirror of
https://github.com/itflow-org/itflow
synced 2026-08-27 09:55:12 +00:00
Theme Fixes for adminlte 4
This commit is contained in:
@@ -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">
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user