diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index e96e8b0c5..1e623fcc6 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -2402,7 +2402,7 @@ border-left-width: 0; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) { - background: rgba(255, 255, 255, 0.01); + background: #242424; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight { background: rgba(100, 181, 246, 0.16); diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index 6332e3ff6..982f506b1 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -2402,7 +2402,7 @@ border-left-width: 0; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) { - background: rgba(255, 255, 255, 0.01); + background: #242424; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight { background: rgba(129, 199, 132, 0.16); diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index 5a8eb2e2c..51f963ffe 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -2402,7 +2402,7 @@ border-left-width: 0; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) { - background: rgba(255, 255, 255, 0.01); + background: #242424; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight { background: rgba(255, 213, 79, 0.16); diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index 4d5a97a6d..806a78524 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -2402,7 +2402,7 @@ border-left-width: 0; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) { - background: rgba(255, 255, 255, 0.01); + background: #242424; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight { background: 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 9047a6876..c2ab1a2ac 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -2414,7 +2414,7 @@ border-left-width: 0; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) { - background: rgba(255, 255, 255, 0.02); + background: #2f3641; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight { background: #8dd0ff; diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index a70a14530..a5c59ed2f 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -2414,7 +2414,7 @@ border-left-width: 0; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) { - background: rgba(255, 255, 255, 0.02); + background: #2f3641; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight { background: #c298d8; diff --git a/public/themes/lara-dark-blue/theme.css b/public/themes/lara-dark-blue/theme.css index 564f65096..180ad79ef 100644 --- a/public/themes/lara-dark-blue/theme.css +++ b/public/themes/lara-dark-blue/theme.css @@ -2402,7 +2402,7 @@ border-left-width: 0; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) { - background: rgba(255, 255, 255, 0.01); + background: #0d1a2c; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight { background: rgba(147, 197, 253, 0.16); diff --git a/public/themes/lara-dark-indigo/theme.css b/public/themes/lara-dark-indigo/theme.css index 40e5ba395..28fa9717c 100644 --- a/public/themes/lara-dark-indigo/theme.css +++ b/public/themes/lara-dark-indigo/theme.css @@ -2402,7 +2402,7 @@ border-left-width: 0; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) { - background: rgba(255, 255, 255, 0.01); + background: #0d1a2c; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight { background: rgba(165, 180, 252, 0.16); diff --git a/public/themes/lara-dark-purple/theme.css b/public/themes/lara-dark-purple/theme.css index 521d91da7..4748105e2 100644 --- a/public/themes/lara-dark-purple/theme.css +++ b/public/themes/lara-dark-purple/theme.css @@ -2402,7 +2402,7 @@ border-left-width: 0; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) { - background: rgba(255, 255, 255, 0.01); + background: #0d1a2c; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight { background: rgba(196, 181, 253, 0.16); diff --git a/public/themes/lara-dark-teal/theme.css b/public/themes/lara-dark-teal/theme.css index c4a4f63ee..a47e5e0cd 100644 --- a/public/themes/lara-dark-teal/theme.css +++ b/public/themes/lara-dark-teal/theme.css @@ -2402,7 +2402,7 @@ border-left-width: 0; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) { - background: rgba(255, 255, 255, 0.01); + background: #0d1a2c; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight { background: rgba(94, 234, 212, 0.16); diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index b34404539..2d15a9e0e 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -2426,7 +2426,7 @@ border-left-width: 0; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) { - background: rgba(255, 255, 255, 0.02); + background: #222222; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight { background: 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 bb13f6a91..0832e0af1 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -2426,7 +2426,7 @@ border-left-width: 0; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) { - background: rgba(255, 255, 255, 0.02); + background: #222222; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight { background: rgba(159, 168, 218, 0.16); diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index 7adcb28eb..f2d98907c 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -2426,7 +2426,7 @@ border-left-width: 0; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) { - background: rgba(255, 255, 255, 0.02); + background: #222222; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight { background: 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 3687cd4c3..2c1a1c47c 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -2426,7 +2426,7 @@ border-left-width: 0; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) { - background: rgba(255, 255, 255, 0.02); + background: #222222; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight { background: rgba(159, 168, 218, 0.16); diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index 19b4f1563..a53c3aafc 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -2402,7 +2402,7 @@ border-left-width: 0; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) { - background: rgba(255, 255, 255, 0.01); + background: #253144; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight { background: rgba(100, 181, 246, 0.16); diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index a27bfc4e4..e59c85f9c 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -2402,7 +2402,7 @@ border-left-width: 0; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) { - background: rgba(255, 255, 255, 0.01); + background: #253144; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight { background: rgba(129, 199, 132, 0.16); diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index 1ca991f4f..a378d6c09 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -2402,7 +2402,7 @@ border-left-width: 0; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) { - background: rgba(255, 255, 255, 0.01); + background: #253144; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight { background: rgba(255, 213, 79, 0.16); diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index e810eefec..1b1b065a4 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -2402,7 +2402,7 @@ border-left-width: 0; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) { - background: rgba(255, 255, 255, 0.01); + background: #253144; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight { background: rgba(186, 104, 200, 0.16);