From 0848e6c6e8294696e4cb6658e78d6d18c95d887e Mon Sep 17 00:00:00 2001 From: mertsincan Date: Mon, 18 Jul 2022 14:49:08 +0100 Subject: [PATCH] Update theme files --- public/themes/arya-blue/theme.css | 6 ++++++ public/themes/arya-green/theme.css | 6 ++++++ public/themes/arya-orange/theme.css | 6 ++++++ public/themes/arya-purple/theme.css | 6 ++++++ public/themes/bootstrap4-dark-blue/theme.css | 6 ++++++ public/themes/bootstrap4-dark-purple/theme.css | 6 ++++++ public/themes/bootstrap4-light-blue/theme.css | 6 ++++++ public/themes/bootstrap4-light-purple/theme.css | 6 ++++++ public/themes/fluent-light/theme.css | 6 ++++++ public/themes/lara-dark-blue/theme.css | 6 ++++++ public/themes/lara-dark-indigo/theme.css | 6 ++++++ public/themes/lara-dark-purple/theme.css | 6 ++++++ public/themes/lara-dark-teal/theme.css | 6 ++++++ public/themes/lara-light-blue/theme.css | 6 ++++++ public/themes/lara-light-indigo/theme.css | 6 ++++++ public/themes/lara-light-purple/theme.css | 6 ++++++ public/themes/lara-light-teal/theme.css | 6 ++++++ public/themes/luna-amber/theme.css | 6 ++++++ public/themes/luna-blue/theme.css | 6 ++++++ public/themes/luna-green/theme.css | 6 ++++++ public/themes/luna-pink/theme.css | 6 ++++++ public/themes/md-dark-deeppurple/theme.css | 6 ++++++ public/themes/md-dark-indigo/theme.css | 6 ++++++ public/themes/md-light-deeppurple/theme.css | 6 ++++++ public/themes/md-light-indigo/theme.css | 6 ++++++ public/themes/mdc-dark-deeppurple/theme.css | 6 ++++++ public/themes/mdc-dark-indigo/theme.css | 6 ++++++ public/themes/mdc-light-deeppurple/theme.css | 6 ++++++ public/themes/mdc-light-indigo/theme.css | 6 ++++++ public/themes/nova-accent/theme.css | 6 ++++++ public/themes/nova-alt/theme.css | 6 ++++++ public/themes/nova/theme.css | 6 ++++++ public/themes/rhea/theme.css | 6 ++++++ public/themes/saga-blue/theme.css | 6 ++++++ public/themes/saga-green/theme.css | 6 ++++++ public/themes/saga-orange/theme.css | 6 ++++++ public/themes/saga-purple/theme.css | 6 ++++++ public/themes/tailwind-light/theme.css | 6 ++++++ public/themes/vela-blue/theme.css | 6 ++++++ public/themes/vela-green/theme.css | 6 ++++++ public/themes/vela-orange/theme.css | 6 ++++++ public/themes/vela-purple/theme.css | 6 ++++++ 42 files changed, 252 insertions(+) diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index a282b738fb..0c372068b9 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -3385,6 +3385,12 @@ color: rgba(255, 255, 255, 0.87); background: rgba(100, 181, 246, 0.16); } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: rgba(255, 255, 255, 0.01); +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: rgba(255, 255, 255, 0.03); +} @media screen and (max-width: 960px) { .p-orderlist { diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index 8d9dd503e7..5fe0f27031 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -3385,6 +3385,12 @@ color: rgba(255, 255, 255, 0.87); background: rgba(129, 199, 132, 0.16); } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: rgba(255, 255, 255, 0.01); +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: rgba(255, 255, 255, 0.03); +} @media screen and (max-width: 960px) { .p-orderlist { diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index bc544b7b24..cc976972da 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -3385,6 +3385,12 @@ color: rgba(255, 255, 255, 0.87); background: rgba(255, 213, 79, 0.16); } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: rgba(255, 255, 255, 0.01); +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: rgba(255, 255, 255, 0.03); +} @media screen and (max-width: 960px) { .p-orderlist { diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index 8e63909044..503b818bf1 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -3385,6 +3385,12 @@ color: rgba(255, 255, 255, 0.87); background: rgba(186, 104, 200, 0.16); } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: rgba(255, 255, 255, 0.01); +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: rgba(255, 255, 255, 0.03); +} @media screen and (max-width: 960px) { .p-orderlist { diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index 9eef809e9f..799e611789 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -3397,6 +3397,12 @@ color: #151515; background: #8dd0ff; } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: rgba(255, 255, 255, 0.02); +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: rgba(255, 255, 255, 0.04); +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index ac5e7d33a8..e0791fa169 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -3397,6 +3397,12 @@ color: #151515; background: #c298d8; } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: rgba(255, 255, 255, 0.02); +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: rgba(255, 255, 255, 0.04); +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index 42fcdd23ad..a0e9a89905 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -3397,6 +3397,12 @@ color: #ffffff; background: #007bff; } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: rgba(0, 0, 0, 0.05); +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: #e9ecef; +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index af8e977e83..94842870c9 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -3397,6 +3397,12 @@ color: #ffffff; background: #883cae; } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: rgba(0, 0, 0, 0.05); +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: #e9ecef; +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/fluent-light/theme.css b/public/themes/fluent-light/theme.css index 918b1bff60..9414733b2b 100644 --- a/public/themes/fluent-light/theme.css +++ b/public/themes/fluent-light/theme.css @@ -3385,6 +3385,12 @@ color: #323130; background: #edebe9; } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: #faf9f8; +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: #f3f2f1; +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/lara-dark-blue/theme.css b/public/themes/lara-dark-blue/theme.css index 9e68d98a8f..bbcf25f583 100644 --- a/public/themes/lara-dark-blue/theme.css +++ b/public/themes/lara-dark-blue/theme.css @@ -3385,6 +3385,12 @@ color: rgba(255, 255, 255, 0.87); background: rgba(147, 197, 253, 0.16); } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: rgba(255, 255, 255, 0.01); +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: rgba(255, 255, 255, 0.03); +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/lara-dark-indigo/theme.css b/public/themes/lara-dark-indigo/theme.css index 7ef054055d..6b5f736677 100644 --- a/public/themes/lara-dark-indigo/theme.css +++ b/public/themes/lara-dark-indigo/theme.css @@ -3385,6 +3385,12 @@ color: rgba(255, 255, 255, 0.87); background: rgba(165, 180, 252, 0.16); } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: rgba(255, 255, 255, 0.01); +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: rgba(255, 255, 255, 0.03); +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/lara-dark-purple/theme.css b/public/themes/lara-dark-purple/theme.css index 5f92e350a4..8ca6baaeae 100644 --- a/public/themes/lara-dark-purple/theme.css +++ b/public/themes/lara-dark-purple/theme.css @@ -3385,6 +3385,12 @@ color: rgba(255, 255, 255, 0.87); background: rgba(196, 181, 253, 0.16); } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: rgba(255, 255, 255, 0.01); +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: rgba(255, 255, 255, 0.03); +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/lara-dark-teal/theme.css b/public/themes/lara-dark-teal/theme.css index 765f415c41..ec424f77df 100644 --- a/public/themes/lara-dark-teal/theme.css +++ b/public/themes/lara-dark-teal/theme.css @@ -3385,6 +3385,12 @@ color: rgba(255, 255, 255, 0.87); background: rgba(94, 234, 212, 0.16); } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: rgba(255, 255, 255, 0.01); +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: rgba(255, 255, 255, 0.03); +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/lara-light-blue/theme.css b/public/themes/lara-light-blue/theme.css index bd074dc275..382d4f8be5 100644 --- a/public/themes/lara-light-blue/theme.css +++ b/public/themes/lara-light-blue/theme.css @@ -3385,6 +3385,12 @@ color: #3B82F6; background: #EFF6FF; } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: #fcfcfc; +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: #e9ecef; +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/lara-light-indigo/theme.css b/public/themes/lara-light-indigo/theme.css index 6a77698cbe..20fc718600 100644 --- a/public/themes/lara-light-indigo/theme.css +++ b/public/themes/lara-light-indigo/theme.css @@ -3385,6 +3385,12 @@ color: #4338CA; background: #EEF2FF; } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: #fcfcfc; +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: #e9ecef; +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/lara-light-purple/theme.css b/public/themes/lara-light-purple/theme.css index 386038669e..69199b6087 100644 --- a/public/themes/lara-light-purple/theme.css +++ b/public/themes/lara-light-purple/theme.css @@ -3385,6 +3385,12 @@ color: #6D28D9; background: #F5F3FF; } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: #fcfcfc; +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: #e9ecef; +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/lara-light-teal/theme.css b/public/themes/lara-light-teal/theme.css index c18dbf3446..18f7b8fea5 100644 --- a/public/themes/lara-light-teal/theme.css +++ b/public/themes/lara-light-teal/theme.css @@ -3385,6 +3385,12 @@ color: #0F766E; background: #F0FDFA; } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: #fcfcfc; +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: #e9ecef; +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index f2621b3ba4..9e1937516c 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -3397,6 +3397,12 @@ color: #212529; background: #FFE082; } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: #323232; +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: #4c4c4c; +} @media screen and (max-width: 960px) { .p-orderlist { diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index 0147cd0639..3e4a068b62 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -3397,6 +3397,12 @@ color: #212529; background: #81D4FA; } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: #323232; +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: #4c4c4c; +} @media screen and (max-width: 960px) { .p-orderlist { diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index e87dc1e41f..197599c73f 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -3397,6 +3397,12 @@ color: #212529; background: #C5E1A5; } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: #323232; +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: #4c4c4c; +} @media screen and (max-width: 960px) { .p-orderlist { diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index a0cf1ff0ab..e1af307622 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -3397,6 +3397,12 @@ color: #212529; background: #F48FB1; } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: #323232; +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: #4c4c4c; +} @media screen and (max-width: 960px) { .p-orderlist { diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 7b149f4602..d978c9e516 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -3409,6 +3409,12 @@ color: #CE93D8; background: rgba(206, 147, 216, 0.16); } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: rgba(255, 255, 255, 0.02); +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: rgba(255, 255, 255, 0.04); +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index d9be9c6d8c..b7fd315b32 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -3409,6 +3409,12 @@ color: #9FA8DA; background: rgba(159, 168, 218, 0.16); } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: rgba(255, 255, 255, 0.02); +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: rgba(255, 255, 255, 0.04); +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index 1635824daf..89862e7ea8 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -3409,6 +3409,12 @@ color: #673AB7; background: rgba(103, 58, 183, 0.12); } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: rgba(0, 0, 0, 0.02); +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: rgba(0, 0, 0, 0.04); +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index 86c865d9e5..9506705a42 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -3409,6 +3409,12 @@ color: #3F51B5; background: rgba(63, 81, 181, 0.12); } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: rgba(0, 0, 0, 0.02); +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: rgba(0, 0, 0, 0.04); +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index 092d04b6aa..e5839064cd 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -3409,6 +3409,12 @@ color: #CE93D8; background: rgba(206, 147, 216, 0.16); } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: rgba(255, 255, 255, 0.02); +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: rgba(255, 255, 255, 0.04); +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index fdbf2626a6..d1b2ff5b98 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -3409,6 +3409,12 @@ color: #9FA8DA; background: rgba(159, 168, 218, 0.16); } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: rgba(255, 255, 255, 0.02); +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: rgba(255, 255, 255, 0.04); +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index 77e5c4a68a..acaf6958fb 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -3409,6 +3409,12 @@ color: #673AB7; background: rgba(103, 58, 183, 0.12); } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: rgba(0, 0, 0, 0.02); +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: rgba(0, 0, 0, 0.04); +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index 05cb3cf9c2..b483a56687 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -3409,6 +3409,12 @@ color: #3F51B5; background: rgba(63, 81, 181, 0.12); } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: rgba(0, 0, 0, 0.02); +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: rgba(0, 0, 0, 0.04); +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css index 02308e3208..15adeb8959 100644 --- a/public/themes/nova-accent/theme.css +++ b/public/themes/nova-accent/theme.css @@ -3385,6 +3385,12 @@ color: #ffffff; background: #e02365; } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: #f9f9f9; +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: #eaeaea; +} @media screen and (max-width: 960px) { .p-orderlist { diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index a9523e26e1..92bb3e84fa 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -3397,6 +3397,12 @@ color: #ffffff; background: #007ad9; } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: #f9f9f9; +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: #eaeaea; +} @media screen and (max-width: 960px) { .p-orderlist { diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css index 991daa25b4..3e1044c560 100644 --- a/public/themes/nova/theme.css +++ b/public/themes/nova/theme.css @@ -3397,6 +3397,12 @@ color: #ffffff; background: #007ad9; } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: #f9f9f9; +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: #eaeaea; +} @media screen and (max-width: 960px) { .p-orderlist { diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index 0ab4b3e6a9..5ba138ad35 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -3385,6 +3385,12 @@ color: #385048; background: #AFD3C8; } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: #f8f8f8; +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: #f4f4f4; +} @media screen and (max-width: 960px) { .p-orderlist { diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index 7ca1f27602..3bd52973e5 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -3385,6 +3385,12 @@ color: #495057; background: #E3F2FD; } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: #e9ecef; +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: #e9ecef; +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index db781b39fd..5d02c42e15 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -3385,6 +3385,12 @@ color: #495057; background: #E8F5E9; } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: #e9ecef; +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: #e9ecef; +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index 98f208fa92..b3d1d857f2 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -3385,6 +3385,12 @@ color: #495057; background: #FFF3E0; } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: #e9ecef; +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: #e9ecef; +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index 11320cdc1b..95f04c4d9f 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -3385,6 +3385,12 @@ color: #495057; background: #F3E5F5; } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: #e9ecef; +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: #e9ecef; +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/tailwind-light/theme.css b/public/themes/tailwind-light/theme.css index 8946b81964..642e5927ce 100644 --- a/public/themes/tailwind-light/theme.css +++ b/public/themes/tailwind-light/theme.css @@ -3420,6 +3420,12 @@ color: #312E81; background: #EEF2FF; } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: #fcfcfc; +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: #f4f4f5; +} @media screen and (max-width: 769px) { .p-orderlist { diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index fcb36d50fd..6d5dee0ca2 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -3385,6 +3385,12 @@ color: rgba(255, 255, 255, 0.87); background: rgba(100, 181, 246, 0.16); } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: rgba(255, 255, 255, 0.01); +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: rgba(255, 255, 255, 0.03); +} @media screen and (max-width: 960px) { .p-orderlist { diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index 038203ae65..99feea6541 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -3385,6 +3385,12 @@ color: rgba(255, 255, 255, 0.87); background: rgba(129, 199, 132, 0.16); } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: rgba(255, 255, 255, 0.01); +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: rgba(255, 255, 255, 0.03); +} @media screen and (max-width: 960px) { .p-orderlist { diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index c47414549f..6479f19386 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -3385,6 +3385,12 @@ color: rgba(255, 255, 255, 0.87); background: rgba(255, 213, 79, 0.16); } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: rgba(255, 255, 255, 0.01); +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: rgba(255, 255, 255, 0.03); +} @media screen and (max-width: 960px) { .p-orderlist { diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index de099185ac..102d435007 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -3385,6 +3385,12 @@ color: rgba(255, 255, 255, 0.87); background: rgba(186, 104, 200, 0.16); } +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { + background: rgba(255, 255, 255, 0.01); +} +.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { + background: rgba(255, 255, 255, 0.03); +} @media screen and (max-width: 960px) { .p-orderlist {