From 9a1b6fd90a2dbba7dc23689bdee58c82f77c6792 Mon Sep 17 00:00:00 2001 From: David E Jones Date: Fri, 12 Apr 2024 17:07:40 -0500 Subject: [PATCH 1/2] Fix issue with changed field highlighting color in quasar dark mode --- .../screen/webroot/js/WebrootVue.qvt.js | 10 +++--- .../screen-macro/DefaultScreenMacros.qvt.ftl | 34 +++++++++---------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/base-component/webroot/screen/webroot/js/WebrootVue.qvt.js b/base-component/webroot/screen/webroot/js/WebrootVue.qvt.js index 53012c932..4050059cc 100644 --- a/base-component/webroot/screen/webroot/js/WebrootVue.qvt.js +++ b/base-component/webroot/screen/webroot/js/WebrootVue.qvt.js @@ -1354,10 +1354,10 @@ Vue.component('m-date-period', { template: '
' + '' + + ' v-model="fields[name+\'_from\']" :bg-color="fieldChanged(name+\'_from\')?($q.dark.isActive?\'blue-10\':\'blue-1\'):\'\'">' + '' + '' + + ' v-model="fields[name+\'_thru\']" :bg-color="fieldChanged(name+\'_thru\')?($q.dark.isActive?\'blue-10\':\'blue-1\'):\'\'">' + '