mirror of
https://github.com/itflow-org/itflow
synced 2026-09-07 15:25:11 +00:00
Update filter bar, increase height on top navbar, primary buttons now inherit theme color
This commit is contained in:
@@ -70,3 +70,6 @@
|
||||
<script src="/js/confirm_modal.js"></script>
|
||||
|
||||
<script src="/js/keepalive.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -32,6 +32,8 @@ header("X-Frame-Options: DENY"); // Legacy
|
||||
|
||||
</head>
|
||||
|
||||
<body class="theme-<?= escapeHtml($config_theme) ?>">
|
||||
|
||||
<!-- Navbar -->
|
||||
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||
|
||||
Reference in New Issue
Block a user