From ac54e369f4b089160179570e036590fb7c94ec39 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Mon, 20 Nov 2023 12:07:10 +0300 Subject: [PATCH] InputSwitch update hover --- public/themes/lara-light-amber/theme.css | 2 +- public/themes/lara-light-blue/theme.css | 2 +- public/themes/lara-light-cyan/theme.css | 2 +- public/themes/lara-light-green/theme.css | 2 +- public/themes/lara-light-indigo/theme.css | 2 +- public/themes/lara-light-pink/theme.css | 2 +- public/themes/lara-light-purple/theme.css | 2 +- public/themes/lara-light-teal/theme.css | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/public/themes/lara-light-amber/theme.css b/public/themes/lara-light-amber/theme.css index c3f1a26e3..c0f625268 100644 --- a/public/themes/lara-light-amber/theme.css +++ b/public/themes/lara-light-amber/theme.css @@ -1100,7 +1100,7 @@ box-shadow: 0 0 0 0.2rem #fef08a; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { - background: #b9bfc8; + background: #b7bcc5; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { background: #f59e0b; diff --git a/public/themes/lara-light-blue/theme.css b/public/themes/lara-light-blue/theme.css index e4231c8b6..a115ef60a 100644 --- a/public/themes/lara-light-blue/theme.css +++ b/public/themes/lara-light-blue/theme.css @@ -1100,7 +1100,7 @@ box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { - background: #b9bfc8; + background: #b7bcc5; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { background: #3B82F6; diff --git a/public/themes/lara-light-cyan/theme.css b/public/themes/lara-light-cyan/theme.css index b00c942ea..ed86230e9 100644 --- a/public/themes/lara-light-cyan/theme.css +++ b/public/themes/lara-light-cyan/theme.css @@ -1100,7 +1100,7 @@ box-shadow: 0 0 0 0.2rem #a5f3fc; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { - background: #b9bfc8; + background: #b7bcc5; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { background: #06b6d4; diff --git a/public/themes/lara-light-green/theme.css b/public/themes/lara-light-green/theme.css index fcddcacb7..169c12eaf 100644 --- a/public/themes/lara-light-green/theme.css +++ b/public/themes/lara-light-green/theme.css @@ -1100,7 +1100,7 @@ box-shadow: 0 0 0 0.2rem #a7f3d0; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { - background: #b9bfc8; + background: #b7bcc5; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { background: #10b981; diff --git a/public/themes/lara-light-indigo/theme.css b/public/themes/lara-light-indigo/theme.css index a5f35a741..84b821c73 100644 --- a/public/themes/lara-light-indigo/theme.css +++ b/public/themes/lara-light-indigo/theme.css @@ -1100,7 +1100,7 @@ box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { - background: #b9bfc8; + background: #b7bcc5; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { background: #6366F1; diff --git a/public/themes/lara-light-pink/theme.css b/public/themes/lara-light-pink/theme.css index 12a535f73..c414b8b9f 100644 --- a/public/themes/lara-light-pink/theme.css +++ b/public/themes/lara-light-pink/theme.css @@ -1100,7 +1100,7 @@ box-shadow: 0 0 0 0.2rem #fbcfe8; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { - background: #b9bfc8; + background: #b7bcc5; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { background: #ec4899; diff --git a/public/themes/lara-light-purple/theme.css b/public/themes/lara-light-purple/theme.css index f953ca698..f97102daa 100644 --- a/public/themes/lara-light-purple/theme.css +++ b/public/themes/lara-light-purple/theme.css @@ -1100,7 +1100,7 @@ box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { - background: #b9bfc8; + background: #b7bcc5; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { background: #8B5CF6; diff --git a/public/themes/lara-light-teal/theme.css b/public/themes/lara-light-teal/theme.css index b1651e46f..c3b8c0477 100644 --- a/public/themes/lara-light-teal/theme.css +++ b/public/themes/lara-light-teal/theme.css @@ -1100,7 +1100,7 @@ box-shadow: 0 0 0 0.2rem #99f6e4; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { - background: #b9bfc8; + background: #b7bcc5; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { background: #14b8a6;