From 9434370cef45b4e9e286dfd147a2019450f7892b Mon Sep 17 00:00:00 2001 From: pablone Date: Mon, 1 Jul 2024 07:50:49 +0200 Subject: [PATCH 1/2] fix: refs 7649 add section color --- src/css/app.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/css/app.scss b/src/css/app.scss index f34b1358b..27ed65534 100644 --- a/src/css/app.scss +++ b/src/css/app.scss @@ -5,6 +5,7 @@ body.body--light { --font-color: black; --vn-section-color: #e0e0e0; + --vn-section-hover-color: #b9b9b9; --vn-page-color: #ffffff; --vn-text-color: var(--font-color); --vn-label-color: #5f5f5f; @@ -19,6 +20,7 @@ body.body--light { body.body--dark { --vn-page-color: #222; --vn-section-color: #3d3d3d; + --vn-section-hover-color: #747474; --vn-text-color: white; --vn-label-color: #a8a8a8; --vn-accent-color: #424242; @@ -71,8 +73,9 @@ select:-webkit-autofill { .bg-vn-section-color { background-color: var(--vn-section-color); } -.bg-hover { - background-color: #666666; + +.bg-vn-hover { + background-color: var(--vn-section-hover-color); } .color-vn-label { @@ -183,8 +186,6 @@ select:-webkit-autofill { justify-content: center; } -/* q-notification row items-stretch q-notification--standard bg-negative text-white */ - .q-card, .q-table, .q-table__bottom, -- 2.40.1 From c2c14dd8c99328bbbb1056cef94b11382ed9e43b Mon Sep 17 00:00:00 2001 From: pablone Date: Mon, 1 Jul 2024 08:17:45 +0200 Subject: [PATCH 2/2] fix: refs #7649 change background color --- src/components/LeftMenuItem.vue | 2 +- src/css/app.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/LeftMenuItem.vue b/src/components/LeftMenuItem.vue index d12fb8428..f3f2315a3 100644 --- a/src/components/LeftMenuItem.vue +++ b/src/components/LeftMenuItem.vue @@ -21,7 +21,7 @@ const itemComputed = computed(() => {