Use Gray Accent color when in client view and use configured theme for Global view, this will help differentiate the view that you are in

This commit is contained in:
johnnyq
2025-06-12 15:00:47 -04:00
parent ec24ec60c6
commit 878d5444e1
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<!-- Navbar -->
<nav class="main-header navbar navbar-expand navbar-<?php echo nullable_htmlentities($config_theme); ?> navbar-dark">
<nav class="main-header navbar navbar-expand navbar-<?php if (isset($_GET['client_id'])) { echo "gray"; } else { echo nullable_htmlentities($config_theme); } ?> navbar-dark">
<!-- Left navbar links -->
<ul class="navbar-nav">