From b4c69c0dc3dbbe4e113f557543ad4d6ac0299b89 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 25 Oct 2023 14:07:55 +0300 Subject: [PATCH] Transition for picklist orderlist controls --- public/themes/lara-dark-blue/theme.css | 5 +++++ public/themes/lara-dark-indigo/theme.css | 5 +++++ public/themes/lara-dark-purple/theme.css | 5 +++++ public/themes/lara-dark-teal/theme.css | 5 +++++ public/themes/lara-light-blue/theme.css | 5 +++++ public/themes/lara-light-indigo/theme.css | 5 +++++ public/themes/lara-light-purple/theme.css | 5 +++++ public/themes/lara-light-teal/theme.css | 5 +++++ 8 files changed, 40 insertions(+) diff --git a/public/themes/lara-dark-blue/theme.css b/public/themes/lara-dark-blue/theme.css index 5cb5f88c1..57db056c8 100644 --- a/public/themes/lara-dark-blue/theme.css +++ b/public/themes/lara-dark-blue/theme.css @@ -5720,4 +5720,9 @@ .p-inline-message-text { font-weight: 500; } + + .p-picklist-buttons .p-button, +.p-orderlist-controls .p-button { + transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + } } diff --git a/public/themes/lara-dark-indigo/theme.css b/public/themes/lara-dark-indigo/theme.css index 397446bb3..4d48b940c 100644 --- a/public/themes/lara-dark-indigo/theme.css +++ b/public/themes/lara-dark-indigo/theme.css @@ -5720,4 +5720,9 @@ .p-inline-message-text { font-weight: 500; } + + .p-picklist-buttons .p-button, +.p-orderlist-controls .p-button { + transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + } } diff --git a/public/themes/lara-dark-purple/theme.css b/public/themes/lara-dark-purple/theme.css index 97e172463..eca205106 100644 --- a/public/themes/lara-dark-purple/theme.css +++ b/public/themes/lara-dark-purple/theme.css @@ -5720,4 +5720,9 @@ .p-inline-message-text { font-weight: 500; } + + .p-picklist-buttons .p-button, +.p-orderlist-controls .p-button { + transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + } } diff --git a/public/themes/lara-dark-teal/theme.css b/public/themes/lara-dark-teal/theme.css index 84a8a1f81..a87eda133 100644 --- a/public/themes/lara-dark-teal/theme.css +++ b/public/themes/lara-dark-teal/theme.css @@ -5720,4 +5720,9 @@ .p-inline-message-text { font-weight: 500; } + + .p-picklist-buttons .p-button, +.p-orderlist-controls .p-button { + transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + } } diff --git a/public/themes/lara-light-blue/theme.css b/public/themes/lara-light-blue/theme.css index 901d4efe4..8e2a958e0 100644 --- a/public/themes/lara-light-blue/theme.css +++ b/public/themes/lara-light-blue/theme.css @@ -5712,4 +5712,9 @@ .p-inline-message-text { font-weight: 500; } + + .p-picklist-buttons .p-button, +.p-orderlist-controls .p-button { + transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + } } diff --git a/public/themes/lara-light-indigo/theme.css b/public/themes/lara-light-indigo/theme.css index f1a982dc8..4c32c23b0 100644 --- a/public/themes/lara-light-indigo/theme.css +++ b/public/themes/lara-light-indigo/theme.css @@ -5712,4 +5712,9 @@ .p-inline-message-text { font-weight: 500; } + + .p-picklist-buttons .p-button, +.p-orderlist-controls .p-button { + transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + } } diff --git a/public/themes/lara-light-purple/theme.css b/public/themes/lara-light-purple/theme.css index f774a424c..e06aebeee 100644 --- a/public/themes/lara-light-purple/theme.css +++ b/public/themes/lara-light-purple/theme.css @@ -5712,4 +5712,9 @@ .p-inline-message-text { font-weight: 500; } + + .p-picklist-buttons .p-button, +.p-orderlist-controls .p-button { + transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + } } diff --git a/public/themes/lara-light-teal/theme.css b/public/themes/lara-light-teal/theme.css index 7a096651f..856e0e305 100644 --- a/public/themes/lara-light-teal/theme.css +++ b/public/themes/lara-light-teal/theme.css @@ -5712,4 +5712,9 @@ .p-inline-message-text { font-weight: 500; } + + .p-picklist-buttons .p-button, +.p-orderlist-controls .p-button { + transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + } }