From 31e47e8668b4e21cb5ce71be7e57d3a2af3ca45c Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Thu, 9 Nov 2023 17:30:39 +0300 Subject: [PATCH] Fixed #4785 - Table row is not highlighted with context menu --- public/themes/arya-blue/theme.css | 4 ++++ public/themes/arya-green/theme.css | 4 ++++ public/themes/arya-orange/theme.css | 4 ++++ public/themes/arya-purple/theme.css | 4 ++++ public/themes/bootstrap4-dark-blue/theme.css | 4 ++++ public/themes/bootstrap4-dark-purple/theme.css | 4 ++++ public/themes/bootstrap4-light-blue/theme.css | 4 ++++ public/themes/bootstrap4-light-purple/theme.css | 4 ++++ public/themes/fluent-light/theme.css | 4 ++++ public/themes/lara-dark-blue/theme.css | 4 ++++ public/themes/lara-dark-indigo/theme.css | 4 ++++ public/themes/lara-dark-purple/theme.css | 4 ++++ public/themes/lara-dark-teal/theme.css | 4 ++++ public/themes/lara-light-blue/theme.css | 4 ++++ public/themes/lara-light-indigo/theme.css | 4 ++++ public/themes/lara-light-purple/theme.css | 4 ++++ public/themes/lara-light-teal/theme.css | 4 ++++ public/themes/luna-amber/theme.css | 4 ++++ public/themes/luna-blue/theme.css | 4 ++++ public/themes/luna-green/theme.css | 4 ++++ public/themes/luna-pink/theme.css | 4 ++++ public/themes/md-dark-deeppurple/theme.css | 4 ++++ public/themes/md-dark-indigo/theme.css | 4 ++++ public/themes/md-light-deeppurple/theme.css | 4 ++++ public/themes/md-light-indigo/theme.css | 4 ++++ public/themes/mdc-dark-deeppurple/theme.css | 4 ++++ public/themes/mdc-dark-indigo/theme.css | 4 ++++ public/themes/mdc-light-deeppurple/theme.css | 4 ++++ public/themes/mdc-light-indigo/theme.css | 4 ++++ public/themes/mira/theme.css | 4 ++++ public/themes/nano/theme.css | 4 ++++ public/themes/nova-accent/theme.css | 4 ++++ public/themes/nova-alt/theme.css | 4 ++++ public/themes/nova-vue/theme.css | 4 ++++ public/themes/nova/theme.css | 4 ++++ public/themes/rhea/theme.css | 4 ++++ public/themes/saga-blue/theme.css | 4 ++++ public/themes/saga-green/theme.css | 4 ++++ public/themes/saga-orange/theme.css | 4 ++++ public/themes/saga-purple/theme.css | 4 ++++ public/themes/soho-dark/theme.css | 4 ++++ public/themes/soho-light/theme.css | 4 ++++ public/themes/tailwind-light/theme.css | 4 ++++ public/themes/vela-blue/theme.css | 4 ++++ public/themes/vela-green/theme.css | 4 ++++ public/themes/vela-orange/theme.css | 4 ++++ public/themes/vela-purple/theme.css | 4 ++++ public/themes/viva-dark/theme.css | 4 ++++ public/themes/viva-light/theme.css | 4 ++++ 49 files changed, 196 insertions(+) diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index d43ab1314..8616e6195 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -2718,6 +2718,10 @@ background: rgba(100, 181, 246, 0.16); color: rgba(255, 255, 255, 0.87); } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #93cbf9; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 rgba(100, 181, 246, 0.16); } diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index aa0e35ac7..cb0c2657d 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -2718,6 +2718,10 @@ background: rgba(129, 199, 132, 0.16); color: rgba(255, 255, 255, 0.87); } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #a7d8a9; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 rgba(129, 199, 132, 0.16); } diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index f498d5c7d..9d0812e02 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -2718,6 +2718,10 @@ background: rgba(255, 213, 79, 0.16); color: rgba(255, 255, 255, 0.87); } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #ffe284; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 rgba(255, 213, 79, 0.16); } diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index ca804bccc..5af7390c3 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -2718,6 +2718,10 @@ background: rgba(186, 104, 200, 0.16); color: rgba(255, 255, 255, 0.87); } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #cf95d9; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 rgba(186, 104, 200, 0.16); } diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index 09e6f3d92..07b64284c 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -2730,6 +2730,10 @@ background: #8dd0ff; color: #151515; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #e3f3fe; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #8dd0ff; } diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index f43ecf9d2..f20456dcf 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -2730,6 +2730,10 @@ background: #c298d8; color: #151515; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #f0e6f5; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #c298d8; } diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index 2d5927c99..0103f1531 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -2730,6 +2730,10 @@ background: #007bff; color: #ffffff; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid rgba(38, 143, 255, 0.5); + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #007bff; } diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index c03241ca4..712244706 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -2730,6 +2730,10 @@ background: #883cae; color: #ffffff; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid rgba(136, 60, 174, 0.5); + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #883cae; } diff --git a/public/themes/fluent-light/theme.css b/public/themes/fluent-light/theme.css index 511ce8106..68bb5f4e2 100644 --- a/public/themes/fluent-light/theme.css +++ b/public/themes/fluent-light/theme.css @@ -2718,6 +2718,10 @@ background: #edebe9; color: #323130; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #605e5c; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #edebe9; } diff --git a/public/themes/lara-dark-blue/theme.css b/public/themes/lara-dark-blue/theme.css index 32ef9b271..9c0ff97da 100644 --- a/public/themes/lara-dark-blue/theme.css +++ b/public/themes/lara-dark-blue/theme.css @@ -2737,6 +2737,10 @@ background: rgba(96, 165, 250, 0.16); color: rgba(255, 255, 255, 0.87); } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid rgba(96, 165, 250, 0.2); + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 rgba(96, 165, 250, 0.16); } diff --git a/public/themes/lara-dark-indigo/theme.css b/public/themes/lara-dark-indigo/theme.css index 2769ef51a..6a98706df 100644 --- a/public/themes/lara-dark-indigo/theme.css +++ b/public/themes/lara-dark-indigo/theme.css @@ -2737,6 +2737,10 @@ background: rgba(129, 140, 248, 0.16); color: rgba(255, 255, 255, 0.87); } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid rgba(129, 140, 248, 0.2); + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 rgba(129, 140, 248, 0.16); } diff --git a/public/themes/lara-dark-purple/theme.css b/public/themes/lara-dark-purple/theme.css index 616fee3e4..923e648fc 100644 --- a/public/themes/lara-dark-purple/theme.css +++ b/public/themes/lara-dark-purple/theme.css @@ -2737,6 +2737,10 @@ background: rgba(167, 139, 250, 0.16); color: rgba(255, 255, 255, 0.87); } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid rgba(167, 139, 250, 0.2); + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 rgba(167, 139, 250, 0.16); } diff --git a/public/themes/lara-dark-teal/theme.css b/public/themes/lara-dark-teal/theme.css index 975558e66..e524ff659 100644 --- a/public/themes/lara-dark-teal/theme.css +++ b/public/themes/lara-dark-teal/theme.css @@ -2737,6 +2737,10 @@ background: rgba(52, 211, 153, 0.16); color: rgba(255, 255, 255, 0.87); } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid rgba(52, 211, 153, 0.2); + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 rgba(52, 211, 153, 0.16); } diff --git a/public/themes/lara-light-blue/theme.css b/public/themes/lara-light-blue/theme.css index ddd89ed22..79b8c3d7a 100644 --- a/public/themes/lara-light-blue/theme.css +++ b/public/themes/lara-light-blue/theme.css @@ -2737,6 +2737,10 @@ background: #EFF6FF; color: #1D4ED8; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #BFDBFE; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #EFF6FF; } diff --git a/public/themes/lara-light-indigo/theme.css b/public/themes/lara-light-indigo/theme.css index a71c9e702..bd6b2b623 100644 --- a/public/themes/lara-light-indigo/theme.css +++ b/public/themes/lara-light-indigo/theme.css @@ -2737,6 +2737,10 @@ background: #EEF2FF; color: #4338CA; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #C7D2FE; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #EEF2FF; } diff --git a/public/themes/lara-light-purple/theme.css b/public/themes/lara-light-purple/theme.css index 8e596ac9a..c9ce2bdd7 100644 --- a/public/themes/lara-light-purple/theme.css +++ b/public/themes/lara-light-purple/theme.css @@ -2737,6 +2737,10 @@ background: #F5F3FF; color: #6D28D9; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #DDD6FE; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #F5F3FF; } diff --git a/public/themes/lara-light-teal/theme.css b/public/themes/lara-light-teal/theme.css index 695a10e74..639719aa3 100644 --- a/public/themes/lara-light-teal/theme.css +++ b/public/themes/lara-light-teal/theme.css @@ -2737,6 +2737,10 @@ background: #F0FDFA; color: #047857; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #a7f3d0; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #F0FDFA; } diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index a7a53b749..852706dc7 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -2730,6 +2730,10 @@ background: #FFE082; color: #212529; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid white; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #FFE082; } diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index e32b80d88..45706ad69 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -2730,6 +2730,10 @@ background: #81D4FA; color: #212529; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid white; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #81D4FA; } diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index fb8087bcb..40d8f3c8c 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -2730,6 +2730,10 @@ background: #C5E1A5; color: #212529; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid white; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #C5E1A5; } diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index f7ed0b256..64bab7a73 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -2730,6 +2730,10 @@ background: #F48FB1; color: #212529; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid white; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #F48FB1; } diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 38d10829c..d9f0ed099 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -2742,6 +2742,10 @@ background: rgba(206, 147, 216, 0.16); color: #CE93D8; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid transparent; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 rgba(206, 147, 216, 0.16); } diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index 3b2e94f2b..b38452631 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -2742,6 +2742,10 @@ background: rgba(159, 168, 218, 0.16); color: #9FA8DA; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid transparent; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 rgba(159, 168, 218, 0.16); } diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index db7b6529c..e700a2daf 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -2742,6 +2742,10 @@ background: rgba(103, 58, 183, 0.12); color: #673AB7; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid transparent; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 rgba(103, 58, 183, 0.12); } diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index bb99ba301..acbe27739 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -2742,6 +2742,10 @@ background: rgba(63, 81, 181, 0.12); color: #3F51B5; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid transparent; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 rgba(63, 81, 181, 0.12); } diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index cef4a71f3..c226ebb2d 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -2742,6 +2742,10 @@ background: rgba(206, 147, 216, 0.16); color: #CE93D8; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid transparent; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 rgba(206, 147, 216, 0.16); } diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index 9c701c3f1..036abc1e6 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -2742,6 +2742,10 @@ background: rgba(159, 168, 218, 0.16); color: #9FA8DA; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid transparent; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 rgba(159, 168, 218, 0.16); } diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index 034abb62d..a1a2a3f56 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -2742,6 +2742,10 @@ background: rgba(103, 58, 183, 0.12); color: #673AB7; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid transparent; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 rgba(103, 58, 183, 0.12); } diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index 49d36f623..37876e25e 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -2742,6 +2742,10 @@ background: rgba(63, 81, 181, 0.12); color: #3F51B5; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid transparent; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 rgba(63, 81, 181, 0.12); } diff --git a/public/themes/mira/theme.css b/public/themes/mira/theme.css index c7edbb27a..3e088cad6 100644 --- a/public/themes/mira/theme.css +++ b/public/themes/mira/theme.css @@ -2746,6 +2746,10 @@ background: #D8DEE9; color: #2E3440; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #C0D0E0; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #D8DEE9; } diff --git a/public/themes/nano/theme.css b/public/themes/nano/theme.css index ccdc72f4c..57677b4b5 100644 --- a/public/themes/nano/theme.css +++ b/public/themes/nano/theme.css @@ -2718,6 +2718,10 @@ background: #44A1D9; color: #ffffff; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #90c9f5; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #44A1D9; } diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css index 4e799e549..0ec555fea 100644 --- a/public/themes/nova-accent/theme.css +++ b/public/themes/nova-accent/theme.css @@ -2718,6 +2718,10 @@ background: #e02365; color: #ffffff; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #8dcdff; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #e02365; } diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index 864269b77..c06488fee 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -2730,6 +2730,10 @@ background: #007ad9; color: #ffffff; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #8dcdff; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #007ad9; } diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index b551f96e0..933b1a2b8 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -2730,6 +2730,10 @@ background: #41b883; color: #ffffff; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #c2e9d8; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #41b883; } diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css index 95b7ca8f3..29709d2a9 100644 --- a/public/themes/nova/theme.css +++ b/public/themes/nova/theme.css @@ -2730,6 +2730,10 @@ background: #007ad9; color: #ffffff; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #8dcdff; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #007ad9; } diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index c867e04fe..27e99e170 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -2718,6 +2718,10 @@ background: #AFD3C8; color: #385048; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #e4e9ec; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #AFD3C8; } diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index 625d8b586..342b53b25 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -2718,6 +2718,10 @@ background: #E3F2FD; color: #495057; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #a6d5fa; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #E3F2FD; } diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index f14adc5cd..df8d1dc0e 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -2718,6 +2718,10 @@ background: #E8F5E9; color: #495057; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #b7e0b8; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #E8F5E9; } diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index 507bc9111..b4a6582a1 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -2718,6 +2718,10 @@ background: #FFF3E0; color: #495057; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #ffe69c; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #FFF3E0; } diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index f768d90af..6908f46f4 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -2718,6 +2718,10 @@ background: #F3E5F5; color: #495057; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #df9eea; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #F3E5F5; } diff --git a/public/themes/soho-dark/theme.css b/public/themes/soho-dark/theme.css index 3ea17cb71..57ad525a4 100644 --- a/public/themes/soho-dark/theme.css +++ b/public/themes/soho-dark/theme.css @@ -2742,6 +2742,10 @@ background: rgba(177, 157, 247, 0.16); color: #b19df7; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #e0d8fc; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 rgba(177, 157, 247, 0.16); } diff --git a/public/themes/soho-light/theme.css b/public/themes/soho-light/theme.css index bebaefefd..9ae7db62e 100644 --- a/public/themes/soho-light/theme.css +++ b/public/themes/soho-light/theme.css @@ -2742,6 +2742,10 @@ background: #e2dcfc; color: #5a37f1; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #c7bbfa; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #e2dcfc; } diff --git a/public/themes/tailwind-light/theme.css b/public/themes/tailwind-light/theme.css index be43cae77..cd460733e 100644 --- a/public/themes/tailwind-light/theme.css +++ b/public/themes/tailwind-light/theme.css @@ -2753,6 +2753,10 @@ background: #EEF2FF; color: #312E81; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #6366F1; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #EEF2FF; } diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index 2662b84fc..e4d8541c0 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -2718,6 +2718,10 @@ background: rgba(100, 181, 246, 0.16); color: rgba(255, 255, 255, 0.87); } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #93cbf9; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 rgba(100, 181, 246, 0.16); } diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index 5ac24df61..f336cd64a 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -2718,6 +2718,10 @@ background: rgba(129, 199, 132, 0.16); color: rgba(255, 255, 255, 0.87); } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #a7d8a9; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 rgba(129, 199, 132, 0.16); } diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index 5a610dedd..0f0bb55b0 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -2718,6 +2718,10 @@ background: rgba(255, 213, 79, 0.16); color: rgba(255, 255, 255, 0.87); } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #ffe284; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 rgba(255, 213, 79, 0.16); } diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index 22831a619..0a1aa1bcf 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -2718,6 +2718,10 @@ background: rgba(186, 104, 200, 0.16); color: rgba(255, 255, 255, 0.87); } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #cf95d9; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 rgba(186, 104, 200, 0.16); } diff --git a/public/themes/viva-dark/theme.css b/public/themes/viva-dark/theme.css index 42a3768a0..bc3b57bc6 100644 --- a/public/themes/viva-dark/theme.css +++ b/public/themes/viva-dark/theme.css @@ -2750,6 +2750,10 @@ background: rgba(158, 173, 230, 0.16); color: #9eade6; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #9eade6; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 rgba(158, 173, 230, 0.16); } diff --git a/public/themes/viva-light/theme.css b/public/themes/viva-light/theme.css index 7fc403540..42e8eb4cb 100644 --- a/public/themes/viva-light/theme.css +++ b/public/themes/viva-light/theme.css @@ -2750,6 +2750,10 @@ background: #ced6f1; color: #585858; } + .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + outline: 0.15rem solid #bbc7ee; + outline-offset: -0.15rem; + } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { box-shadow: inset 0 2px 0 0 #ced6f1; }