mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
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:
@@ -1,5 +1,5 @@
|
||||
<!-- Main Sidebar Container -->
|
||||
<aside class="main-sidebar sidebar-dark-<?php echo nullable_htmlentities($config_theme); ?> d-print-none">
|
||||
<aside class="main-sidebar sidebar-dark-<?php if (isset($_GET['client_id'])) { echo "gray"; } else { echo nullable_htmlentities($config_theme); } ?> d-print-none">
|
||||
|
||||
<a class="brand-link pb-1 mt-1" href="clients.php">
|
||||
<p class="h5">
|
||||
|
||||
Reference in New Issue
Block a user