From 3a0d094e7bd2650551eca0d7068f62fbb4eff55e Mon Sep 17 00:00:00 2001 From: adroslice Date: Sun, 26 Mar 2023 20:23:45 +0200 Subject: [PATCH] Color changes, fix login password box - type=password was on the wrong element - New color assignments for tables - Only uses one palette for now - Changed input bg to highlight color - Forced dark mode on sidebar - Moved some table coloring to components.css - Fixed some comments being out-of-line --- client/src/App.vue | 8 +-- client/src/components/NiceTable.vue | 4 -- client/src/global-styles/colors.css | 86 ++++++++++++++++++------- client/src/global-styles/components.css | 13 ++-- client/src/pages/firewall/Rules.vue | 2 +- 5 files changed, 75 insertions(+), 38 deletions(-) diff --git a/client/src/App.vue b/client/src/App.vue index a98cb78..598aac6 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -97,14 +97,14 @@ onMounted(async() => { 'nav-state-collapsed': navState === NavState.Collapsed, 'nav-state-reduced': navState === NavState.Reduced, }"> - -